Skip to content

chore: add geolocation ksql #2085

chore: add geolocation ksql

chore: add geolocation ksql #2085

Triggered via pull request September 27, 2023 08:46
Status Success
Total duration 4m 19s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/Municipality/Events/StreetNameWasRetiredV2.cs#L28
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/StreetNameRegistry/Municipality/Events/MunicipalityBecameCurrent.cs#L21
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/StreetNameRegistry/Municipality/Events/MunicipalityFacilityLanguageWasAdded.cs#L22
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.