Refactor cleanup #1786
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/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/GeometryValidator.cs#L12
'IsValidOp.IsSelfTouchingRingFormingHoleValid' is obsolete: 'Use SelfTouchingRingFormingHoleValid'
|
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/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/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.
|
Build:
src/ParcelRegistry/Legacy/Events/ParcelWasMarkedAsMigrated.cs#L18
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/ParcelRegistry/Legacy/Commands/Crab/ImportTerrainObjectHouseNumberFromCrab.cs#L50
Possible null reference return.
|
Build:
src/ParcelRegistry/Legacy/Events/ParcelWasCorrectedToRetired.cs#L19
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|