fix: add addressmatch extensions #1538
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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/AddressRegistry/Address/Address.cs#L51
Cannot convert null literal to non-nullable reference type.
|
Build:
src/AddressRegistry/Address/Address.cs#L163
Cannot convert null literal to non-nullable reference type.
|
Build:
src/AddressRegistry/Address/Address.cs#L191
Cannot convert null literal to non-nullable reference type.
|
Build:
src/AddressRegistry/Address/Address.cs#L202
Cannot convert null literal to non-nullable reference type.
|
Build:
src/AddressRegistry/Address/Address.cs#L209
Possible null reference argument for parameter 'legacyEvent' in 'void Address.ApplyPostalCodeChangeFor(AddressHouseNumberMailCantonWasImportedFromCrab legacyEvent, CrabModification? modification = null)'.
|
Build:
src/AddressRegistry/Address/Address.cs#L295
Cannot convert null literal to non-nullable reference type.
|
Build:
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)'.
|
Build:
src/AddressRegistry/Address/Address.cs#L330
Cannot convert null literal to non-nullable reference type.
|
Build:
src/AddressRegistry/Address/Address.cs#L347
Cannot convert null literal to non-nullable reference type.
|
Build:
src/AddressRegistry/Address/Address.cs#L349
Cannot convert null literal to non-nullable reference type.
|