Skip to content

Fix copy file behavior: Using trimmed line to get file path in Utils.cs #63

Fix copy file behavior: Using trimmed line to get file path in Utils.cs

Fix copy file behavior: Using trimmed line to get file path in Utils.cs #63

Triggered via pull request December 19, 2023 09:19
Status Success
Total duration 50s
Artifacts

build-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Obj2Tiles.Common/TestFS.cs#L27
Cannot convert null literal to non-nullable reference type.
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: Obj2Tiles.Common/TestArea.cs#L22
Possible null reference argument for parameter 'name' in 'TestArea.TestArea(string name)'.
build: Obj2Tiles.Library/Geometry/Box3.cs#L37
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: Obj2Tiles.Library/Materials/Material.cs#L61
Converting null literal or possible null value to non-nullable type.
build: Obj2Tiles.Library/Materials/Material.cs#L62
Converting null literal or possible null value to non-nullable type.