Skip to content

Integration Tests

Integration Tests #308

Triggered via schedule November 23, 2023 01:17
Status Success
Total duration 2m 9s
Artifacts

schedule.yml

on: schedule
Run Integration Tests
2m 0s
Run Integration Tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run Integration Tests: src/ParcelRegistry/GeometryValidator.cs#L12
'IsValidOp.IsSelfTouchingRingFormingHoleValid' is obsolete: 'Use SelfTouchingRingFormingHoleValid'
Run Integration Tests: 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)'.
Run Integration Tests: 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.
Run Integration Tests: 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.
Run Integration Tests: 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.
Run Integration Tests: 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)'.
Run Integration Tests: 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)'.
Run Integration Tests: 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.
Run Integration Tests: 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.
Run Integration Tests: src/ParcelRegistry/Parcel/Parcel_State.cs#L36
Non-nullable field '_lastSnapshotProvenance' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.