Release #30
Annotations
31 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/setup-dotnet@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/Events/BPost/PostalInformationWasImportedFromBPost.cs#L37
Possible null reference assignment.
|
Dotnet build:
src/PostalRegistry/PostalInformation/Events/BPost/PostalInformationWasImportedFromBPost.cs#L29
Non-nullable property 'PostalNames' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Dotnet build:
src/PostalRegistry/PostalInformation/Events/BPost/PostalInformationWasImportedFromBPost.cs#L29
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/Commands/Crab/ImportPostalInformationFromCrab.cs#L58
Possible null reference return.
|
Dotnet build:
src/PostalRegistry/PostalInformation/Commands/BPost/ImportPostalInformationFromBPost.cs#L43
Possible null reference return.
|
Dotnet build:
src/PostalRegistry/PostalInformation/Events/BPost/PostalInformationWasImportedFromBPost.cs#L50
Possible null reference argument for parameter 'postalNames' in 'PostalInformationWasImportedFromBPost.PostalInformationWasImportedFromBPost(PostalCode postalCode, List<PostalName> postalNames, bool? isSubMunicipality, Province province)'.
|
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/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/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/CommandHandlerModules.cs#L21
Possible null reference argument for parameter 'serviceName' in 'IRegistrationBuilder<PostalInformationCommandHandlerModule, ConcreteReflectionActivatorData, SingleRegistrationStyle> IRegistrationBuilder<PostalInformationCommandHandlerModule, ConcreteReflectionActivatorData, SingleRegistrationStyle>.Named<CommandHandlerModule>(string serviceName)'.
|
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.
|
Run all tests:
src/PostalRegistry/PostalInformation/PostalInformation.cs#L32
Possible null reference argument for parameter 'postalCode' in 'PostalInformationWasRetired.PostalInformationWasRetired(PostalCode postalCode)'.
|
Run all tests:
src/PostalRegistry/PostalInformation/PostalInformation.cs#L35
Possible null reference argument for parameter 'postalCode' in 'PostalInformationWasRealized.PostalInformationWasRealized(PostalCode postalCode)'.
|
Run all tests:
src/PostalRegistry/PostalInformation/PostalInformation.cs#L38
Possible null reference argument for parameter 'postalCode' in 'PostalInformationPostalNameWasAdded.PostalInformationPostalNameWasAdded(PostalCode postalCode, PostalName postalName)'.
|
Run all tests:
src/PostalRegistry/PostalInformation/PostalInformation.cs#L42
Possible null reference argument for parameter 'postalCode' in 'PostalInformationPostalNameWasRemoved.PostalInformationPostalNameWasRemoved(PostalCode postalCode, PostalName postalName)'.
|
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.
|
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#L21
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/PostalInformation.cs#L32
Possible null reference argument for parameter 'postalCode' in 'PostalInformationWasRetired.PostalInformationWasRetired(PostalCode postalCode)'.
|
Dotnet build tests:
src/PostalRegistry/PostalInformation/PostalInformation.cs#L35
Possible null reference argument for parameter 'postalCode' in 'PostalInformationWasRealized.PostalInformationWasRealized(PostalCode postalCode)'.
|
Dotnet build tests:
src/PostalRegistry/PostalInformation/PostalInformation.cs#L38
Possible null reference argument for parameter 'postalCode' in 'PostalInformationPostalNameWasAdded.PostalInformationPostalNameWasAdded(PostalCode postalCode, PostalName postalName)'.
|
Dotnet build tests:
src/PostalRegistry/PostalInformation/PostalInformation.cs#L42
Possible null reference argument for parameter 'postalCode' in 'PostalInformationPostalNameWasRemoved.PostalInformationPostalNameWasRemoved(PostalCode postalCode, PostalName postalName)'.
|
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/Commands/BPost/ImportPostalInformationFromBPost.cs#L43
Possible null reference return.
|
Dotnet build tests:
src/PostalRegistry/PostalInformation/Commands/Crab/ImportPostalInformationFromCrab.cs#L58
Possible null reference return.
|
Dotnet build tests:
src/PostalRegistry/PostalInformation/Commands/BPost/ImportPostalInformationFromBPost.cs#L49
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading