feat: add postal read consumer #2107
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/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/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/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/Events/StreetNameWasProposed.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/StreetNameWasNamed.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/Events/StreetNameWasMigrated.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/Events/StreetNameWasCorrectedToRetired.cs#L19
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|