Release #43
Annotations
30 warnings
Run all tests:
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.
|
Run all tests:
src/PostalRegistry/PostalInformation/Commands/Crab/ImportPostalInformationFromCrab.cs#L58
Possible null reference return.
|
Run all tests:
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.
|
Run all tests:
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.
|
Run all tests:
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.
|
Run all tests:
src/PostalRegistry/PostalInformation/Events/MunicipalityWasAttached.cs#L21
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run all tests:
src/PostalRegistry/PostalInformation/Commands/Crab/ImportPostalInformationFromCrab.cs#L70
Possible null reference return.
|
Run all tests:
src/PostalRegistry/PostalInformation/Commands/Crab/ImportPostalInformationFromCrab.cs#L71
Possible null reference return.
|
Run all tests:
src/PostalRegistry/PostalInformation/Commands/BPost/ImportPostalInformationFromBPost.cs#L43
Possible null reference return.
|
Run all tests:
src/PostalRegistry/PostalInformation/Commands/BPost/ImportPostalInformationFromBPost.cs#L49
Possible null reference return.
|
Dotnet 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)'.
|
Dotnet 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.
|
Dotnet build:
src/PostalRegistry/PostalInformation/Commands/Crab/ImportPostalInformationFromCrab.cs#L58
Possible null reference return.
|
Dotnet build:
src/PostalRegistry/PostalInformation/Commands/Crab/ImportPostalInformationFromCrab.cs#L70
Possible null reference return.
|
Dotnet build:
src/PostalRegistry/PostalInformation/Commands/Crab/ImportPostalInformationFromCrab.cs#L71
Possible null reference return.
|
Dotnet build:
src/PostalRegistry/PostalInformation/Commands/BPost/ImportPostalInformationFromBPost.cs#L43
Possible null reference return.
|
Dotnet build:
src/PostalRegistry/PostalInformation/Commands/BPost/ImportPostalInformationFromBPost.cs#L49
Possible null reference return.
|
Dotnet 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.
|
Dotnet 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.
|
Dotnet build:
src/PostalRegistry/PostalInformation/PostalInformationState.cs#L19
Non-nullable property 'PostalCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Dotnet build tests:
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.
|
Dotnet build tests:
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)'.
|
Dotnet build tests:
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.
|
Dotnet build tests:
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.
|
Dotnet build tests:
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.
|
Dotnet build tests:
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.
|
Dotnet build tests:
src/PostalRegistry/PostalInformation/Events/PostalInformationPostalNameWasAdded.cs#L24
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Dotnet build tests:
src/PostalRegistry/PostalInformation/Events/BPost/PostalInformationWasImportedFromBPost.cs#L38
Possible null reference assignment.
|
Dotnet build tests:
src/PostalRegistry/PostalInformation/Events/BPost/PostalInformationWasImportedFromBPost.cs#L30
Non-nullable property 'PostalNames' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Dotnet build tests:
src/PostalRegistry/PostalInformation/Events/BPost/PostalInformationWasImportedFromBPost.cs#L30
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading