Skip to content

added tests for parseargs and fileprops; making fileprops more testab… #13

added tests for parseargs and fileprops; making fileprops more testab…

added tests for parseargs and fileprops; making fileprops more testab… #13

Triggered via push October 13, 2025 18:56
Status Failure
Total duration 41s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: Tests/ParseArgsTests.cs#L39
Dereference of a possibly null reference.
build: Tests/ParseArgsTests.cs#L25
Dereference of a possibly null reference.
build: Tests/ParseArgsTests.cs#L24
Dereference of a possibly null reference.
build: FolderSync/Program.cs#L15
Non-nullable field 'logFilePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: FolderSync/Program.cs#L13
Non-nullable field 'backupRoot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: FolderSync/Program.cs#L11
Non-nullable field 'sourceRoot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: FolderSync/Program.cs#L288
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: FolderSync/Program.cs#L269
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: FolderSync/FileProps.cs#L16
Non-nullable field '_absolutePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: FolderSync/FileProps.cs#L22
Possible null reference assignment.