fix: sysgeometry projecitons #1976
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/BuildingRegistry/GeometryValidator.cs#L12
'IsValidOp.IsSelfTouchingRingFormingHoleValid' is obsolete: 'Use SelfTouchingRingFormingHoleValid'
|
Build:
src/BuildingRegistry/Legacy/ValueObjects/WkbGeometry.cs#L38
Possible null reference return.
|
Build:
src/BuildingRegistry/Legacy/ValueObjects/WkbGeometry.cs#L48
Possible null reference return.
|
Build:
src/BuildingRegistry/Legacy/ValueObjects/BuildingUnitKey.cs#L77
Nullable value type may be null.
|
Build:
src/BuildingRegistry/Building/Events/UnplannedBuildingWasRealizedAndMeasured.cs#L27
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/BuildingRegistry/Building/Events/CommonBuildingUnitWasAddedV2.cs#L39
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/BuildingRegistry/Legacy/Events/Crab/TerrainObjectWasImportedFromCrab.cs#L94
Possible null reference argument for parameter 'xCoordinate' in 'TerrainObjectWasImportedFromCrab.TerrainObjectWasImportedFromCrab(CrabTerrainObjectId terrainObjectId, CrabIdentifierTerrainObject identifierTerrainObject, CrabTerrainObjectNatureCode terrainObjectNatureCode, CrabCoordinate xCoordinate, CrabCoordinate yCoordinate, CrabBuildingNature buildingNature, CrabLifetime crabLifetime, CrabTimestamp timestamp, CrabOperator @operator, CrabModification? modification, CrabOrganisation? organisation)'.
|
Build:
src/BuildingRegistry/Legacy/Events/Crab/TerrainObjectWasImportedFromCrab.cs#L95
Possible null reference argument for parameter 'yCoordinate' in 'TerrainObjectWasImportedFromCrab.TerrainObjectWasImportedFromCrab(CrabTerrainObjectId terrainObjectId, CrabIdentifierTerrainObject identifierTerrainObject, CrabTerrainObjectNatureCode terrainObjectNatureCode, CrabCoordinate xCoordinate, CrabCoordinate yCoordinate, CrabBuildingNature buildingNature, CrabLifetime crabLifetime, CrabTimestamp timestamp, CrabOperator @operator, CrabModification? modification, CrabOrganisation? organisation)'.
|
Build:
src/BuildingRegistry/Building/Events/BuildingWasRemovedV2.cs#L24
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/BuildingRegistry/Building/Events/BuildingWasRealizedV2.cs#L24
Non-nullable property 'Provenance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|