Skip to content

restore working FileInfo code #1517

restore working FileInfo code

restore working FileInfo code #1517

Triggered via push June 22, 2024 16:40
Status Failure
Total duration 2m 9s
Artifacts

dotnet-core.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
build: Tests/IsIdentifiableTests/RunnerTests/FileRunnerTests.cs#L34
Cannot implicitly convert type 'System.IO.Abstractions.IFileInfo' to 'System.IO.FileInfo'
build: Tests/IsIdentifiableTests/RunnerTests/FileRunnerTests.cs#L66
Cannot implicitly convert type 'System.IO.Abstractions.IFileInfo' to 'System.IO.FileInfo'
build: Tests/IsIdentifiableTests/RunnerTests/FileRunnerTests.cs#L34
Cannot implicitly convert type 'System.IO.Abstractions.IFileInfo' to 'System.IO.FileInfo'
build: Tests/IsIdentifiableTests/RunnerTests/FileRunnerTests.cs#L66
Cannot implicitly convert type 'System.IO.Abstractions.IFileInfo' to 'System.IO.FileInfo'
build
Process completed with exit code 1.
build: IsIdentifiable/Runners/MongoRunner.cs#L63
Non-nullable field '_treeReport' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: IsIdentifiable/Runners/MongoRunner.cs#L63
Non-nullable field '_queryString' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: IsIdentifiable/Runners/MongoRunner.cs#L63
Non-nullable field '_runnerTask' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: IsIdentifiable/Failures/Failure.cs#L47
Non-nullable property 'Resource' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IsIdentifiable/Failures/Failure.cs#L47
Non-nullable property 'ResourcePrimaryKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IsIdentifiable/Failures/Failure.cs#L47
Non-nullable property 'ProblemField' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IsIdentifiable/Failures/Failure.cs#L47
Non-nullable property 'ProblemValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IsIdentifiable/Options/IsIdentifiableReviewerOptions.cs#L26
Non-nullable property 'FailuresCsv' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IsIdentifiable/Options/IsIdentifiableReviewerOptions.cs#L35
Non-nullable property 'UnattendedOutputPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IsIdentifiable/Options/IsIdentifiableReviewerOptions.cs#L88
Non-nullable property 'Theme' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.