Target .NET 8.0 #70
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
Obj2Tiles.Common/TestFS.cs#L27
Cannot convert null literal to non-nullable reference type.
|
build:
Obj2Tiles.Common/TestArea.cs#L22
Possible null reference argument for parameter 'name' in 'TestArea.TestArea(string name)'.
|
build:
Obj2Tiles.Common/CommonUtils.cs#L67
Possible null reference return.
|
build:
Obj2Tiles.Common/CommonUtils.cs#L423
Possible null reference argument for parameter 'instance' in 'ValidationContext.ValidationContext(object instance)'.
|
build:
Obj2Tiles.Common/CommonUtils.cs#L423
Possible null reference argument for parameter 'instance' in 'bool Validator.TryValidateObject(object instance, ValidationContext validationContext, ICollection<ValidationResult>? validationResults, bool validateAllProperties)'.
|
build:
Obj2Tiles.Common/CommonUtils.cs#L481
Converting null literal or possible null value to non-nullable type.
|
build:
Obj2Tiles.Common/CommonUtils.cs#L498
Possible null reference return.
|
build:
MeshDecimatorCore/Math/Vector2.cs#L326
Nullability of type of parameter 'other' doesn't match overridden member (possibly because of nullability attributes).
|
build:
MeshDecimatorCore/Math/Vector2d.cs#L326
Nullability of type of parameter 'other' doesn't match overridden member (possibly because of nullability attributes).
|
build:
MeshDecimatorCore/Math/Vector2i.cs#L289
Nullability of type of parameter 'other' doesn't match overridden member (possibly because of nullability attributes).
|