fix: remove consumer read postal from deploy #2115
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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/StreetNameRegistry/CommandHandlerModules.cs#L22
Possible null reference argument for parameter 'serviceName' in 'IRegistrationBuilder<CrabStreetNameCommandHandlerModule, ConcreteReflectionActivatorData, SingleRegistrationStyle> IRegistrationBuilder<CrabStreetNameCommandHandlerModule, ConcreteReflectionActivatorData, SingleRegistrationStyle>.Named<CommandHandlerModule>(string serviceName)'.
|
Build:
src/StreetNameRegistry/CommandHandlerModules.cs#L31
Possible null reference argument for parameter 'serviceName' in 'IRegistrationBuilder<StreetNameCommandHandlerModule, ConcreteReflectionActivatorData, SingleRegistrationStyle> IRegistrationBuilder<StreetNameCommandHandlerModule, ConcreteReflectionActivatorData, SingleRegistrationStyle>.Named<CommandHandlerModule>(string serviceName)'.
|
Build:
src/StreetNameRegistry/CommandHandlerModules.cs#L36
Possible null reference argument for parameter 'serviceName' in 'IRegistrationBuilder<MunicipalityCommandHandlerModule, ConcreteReflectionActivatorData, SingleRegistrationStyle> IRegistrationBuilder<MunicipalityCommandHandlerModule, ConcreteReflectionActivatorData, SingleRegistrationStyle>.Named<CommandHandlerModule>(string serviceName)'.
|
Build:
src/StreetNameRegistry/StreetName/Commands/ImportStreetNameFromCrab.cs#L65
Possible null reference return.
|
Build:
src/StreetNameRegistry/StreetName/Events/StreetNameWasRetired.cs#L19
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/StreetNameRegistry/StreetName/Events/StreetNameWasRemoved.cs#L19
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/StreetNameRegistry/StreetName/Events/StreetNameWasRegistered.cs#L25
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/StreetNameRegistry/StreetName/Commands/ImportStreetNameFromCrab.cs#L76
Possible null reference return.
|
Build:
src/StreetNameRegistry/StreetName/Commands/ImportStreetNameFromCrab.cs#L77
Possible null reference return.
|
Build:
src/StreetNameRegistry/StreetName/Commands/ImportStreetNameFromCrab.cs#L81
Possible null reference return.
|