Integration Tests #311
Annotations
1 error and 10 warnings
|
src/ParcelRegistry/GeometryValidator.cs#L12
'IsValidOp.IsSelfTouchingRingFormingHoleValid' is obsolete: 'Use SelfTouchingRingFormingHoleValid'
|
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)'.
|
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)'.
|
src/ParcelRegistry/Legacy/ParcelState.cs#L36
Non-nullable property 'ParcelId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/ParcelRegistry/Legacy/ParcelState.cs#L36
Non-nullable property 'CaPaKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/ParcelRegistry/Legacy/ParcelState.cs#L36
Non-nullable property 'Strategy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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.
|
src/ParcelRegistry/Parcel/Events/ParcelWasRetiredV2.cs#L27
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/ParcelRegistry/Parcel/Parcel_State.cs#L36
Non-nullable property 'Strategy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/ParcelRegistry/Parcel/Parcel_State.cs#L36
Non-nullable field '_addresses' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading