Skip to content

chore: add ksql geolocation connector #1782

chore: add ksql geolocation connector

chore: add ksql geolocation connector #1782

Triggered via push October 6, 2023 13:47
Status Success
Total duration 4m 11s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
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/ParcelRegistry/GeometryValidator.cs#L12
'IsValidOp.IsSelfTouchingRingFormingHoleValid' is obsolete: 'Use SelfTouchingRingFormingHoleValid'
Build: src/ParcelRegistry/Parcel/CommandHandlerModules.cs#L18
Possible null reference argument for parameter 'serviceName' in 'IRegistrationBuilder<ParcelCommandHandlerModule, ConcreteReflectionActivatorData, SingleRegistrationStyle> IRegistrationBuilder<ParcelCommandHandlerModule, ConcreteReflectionActivatorData, SingleRegistrationStyle>.Named<CommandHandlerModule>(string serviceName)'.
Build: src/ParcelRegistry/Parcel/CommandHandlerModules.cs#L23
Possible null reference argument for parameter 'serviceName' in 'IRegistrationBuilder<AddressCommandHandlerModule, ConcreteReflectionActivatorData, SingleRegistrationStyle> IRegistrationBuilder<AddressCommandHandlerModule, ConcreteReflectionActivatorData, SingleRegistrationStyle>.Named<CommandHandlerModule>(string serviceName)'.
Build: src/ParcelRegistry/Legacy/CommandHandlerModules.cs#L27
Possible null reference argument for parameter 'serviceName' in 'IRegistrationBuilder<ParcelCommandHandlerModule, ConcreteReflectionActivatorData, SingleRegistrationStyle> IRegistrationBuilder<ParcelCommandHandlerModule, ConcreteReflectionActivatorData, SingleRegistrationStyle>.Named<CommandHandlerModule>(string serviceName)'.
Build: src/ParcelRegistry/Legacy/Events/ParcelWasRetired.cs#L19
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/ParcelRegistry/Legacy/Events/ParcelWasRemoved.cs#L19
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/ParcelRegistry/Legacy/Events/ParcelWasRegistered.cs#L22
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/ParcelRegistry/Legacy/Events/ParcelWasRecovered.cs#L19
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/ParcelRegistry/Legacy/Events/ParcelWasRealized.cs#L19
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.