Skip to content

Integration Tests

Integration Tests #239

Triggered via schedule September 15, 2023 00:51
Status Success
Total duration 4m 25s
Artifacts

schedule.yml

on: schedule
Run Integration Tests
4m 14s
Run Integration Tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run Integration Tests: src/AddressRegistry/Address/Address.cs#L51
Cannot convert null literal to non-nullable reference type.
Run Integration Tests: src/AddressRegistry/Address/Address.cs#L163
Cannot convert null literal to non-nullable reference type.
Run Integration Tests: src/AddressRegistry/Address/Address.cs#L191
Cannot convert null literal to non-nullable reference type.
Run Integration Tests: src/AddressRegistry/Address/Address.cs#L202
Cannot convert null literal to non-nullable reference type.
Run Integration Tests: src/AddressRegistry/Address/Address.cs#L209
Possible null reference argument for parameter 'legacyEvent' in 'void Address.ApplyPostalCodeChangeFor(AddressHouseNumberMailCantonWasImportedFromCrab legacyEvent, CrabModification? modification = null)'.
Run Integration Tests: src/AddressRegistry/StreetName/Events/StreetNameWasRetired.cs#L21
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run Integration Tests: src/AddressRegistry/StreetName/Events/StreetNameWasRemoved.cs#L21
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run Integration Tests: src/AddressRegistry/Address/Address.cs#L295
Cannot convert null literal to non-nullable reference type.
Run Integration Tests: src/AddressRegistry/Address/Address.cs#L313
Possible null reference argument for parameter 'geometry' in 'MigrateAddressToStreetName.MigrateAddressToStreetName(AddressId addressId, StreetNamePersistentLocalId streetNamePersistentLocalId, StreetNameId streetNameId, PersistentLocalId addressPersistentLocalId, AddressStatus status, HouseNumber houseNumber, BoxNumber? boxNumber, AddressGeometry geometry, bool? officiallyAssigned, PostalCode? postalCode, bool isComplete, bool isRemoved, AddressId? parentAddressId, Provenance provenance)'.
Run Integration Tests: src/AddressRegistry/StreetName/Events/StreetNameWasRejected.cs#L21
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.