feat: update postalnames #504
Annotations
11 warnings
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
src/PostalRegistry/CommandHandlerModules.cs#L28
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/Commands/BPost/ImportPostalInformationFromBPost.cs#L43
Possible null reference return.
|
Build:
src/PostalRegistry/PostalInformation/Commands/BPost/ImportPostalInformationFromBPost.cs#L49
Possible null reference return.
|
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/Exceptions/PostalNameAlreadyExistsException.cs#L16
Non-nullable property 'PostalName' 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/Commands/Crab/ImportPostalInformationFromCrab.cs#L58
Possible null reference return.
|
Build:
src/PostalRegistry/PostalInformation/Commands/Crab/ImportPostalInformationFromCrab.cs#L70
Possible null reference return.
|