Skip to content

Integration Tests

Integration Tests #269

Triggered via schedule October 15, 2023 01:18
Status Success
Total duration 3m 7s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

schedule.yml

on: schedule
Run Integration Tests
2m 56s
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/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/Legacy/Events/ParcelWasRetired.cs#L19
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run Integration Tests: 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.
Run Integration Tests: 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.
Run Integration Tests: 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.
Run Integration Tests: 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.
Run Integration Tests: 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.