Skip to content

feat: add NUTS3 codes #406

feat: add NUTS3 codes

feat: add NUTS3 codes #406

Triggered via push October 6, 2023 06:42
Status Success
Total duration 3m 0s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build: src/PostalRegistry/CommandHandlerModules.cs#L21
Possible null reference argument for parameter 'serviceName' in 'IRegistrationBuilder<PostalInformationCommandHandlerModule, ConcreteReflectionActivatorData, SingleRegistrationStyle> IRegistrationBuilder<PostalInformationCommandHandlerModule, ConcreteReflectionActivatorData, SingleRegistrationStyle>.Named<CommandHandlerModule>(string serviceName)'.
Build: src/PostalRegistry/DataStructures/BPost/PostalNameData.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/PostalRegistry/PostalInformation/PostalInformation.cs#L32
Possible null reference argument for parameter 'postalCode' in 'PostalInformationWasRetired.PostalInformationWasRetired(PostalCode postalCode)'.
Build: src/PostalRegistry/PostalInformation/PostalInformation.cs#L35
Possible null reference argument for parameter 'postalCode' in 'PostalInformationWasRealized.PostalInformationWasRealized(PostalCode postalCode)'.
Build: src/PostalRegistry/PostalInformation/PostalInformation.cs#L38
Possible null reference argument for parameter 'postalCode' in 'PostalInformationPostalNameWasAdded.PostalInformationPostalNameWasAdded(PostalCode postalCode, PostalName postalName)'.
Build: src/PostalRegistry/PostalInformation/PostalInformation.cs#L42
Possible null reference argument for parameter 'postalCode' in 'PostalInformationPostalNameWasRemoved.PostalInformationPostalNameWasRemoved(PostalCode postalCode, PostalName postalName)'.
Build: src/PostalRegistry/PostalInformation/Events/PostalInformationWasRetired.cs#L18
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/PostalRegistry/PostalInformation/Events/PostalInformationWasRegistered.cs#L18
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/PostalRegistry/PostalInformation/Events/PostalInformationWasRealized.cs#L18
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/PostalRegistry/PostalInformation/Events/PostalInformationPostalNameWasRemoved.cs#L24
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.