Skip to content

updated methods to take in whole objects. makes it easier to work wit… #12

updated methods to take in whole objects. makes it easier to work wit…

updated methods to take in whole objects. makes it easier to work wit… #12

Triggered via push October 13, 2025 15:01
Status Success
Total duration 3m 59s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: FolderSync/FileProps.cs#L22
Possible null reference assignment.
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#L287
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: FolderSync/Program.cs#L268
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: FolderSync/Program.cs#L65
Possible null reference argument for parameter 'value' in 'void FolderSync.InvalidPath(string value)'.
build: FolderSync/Program.cs#L59
Possible null reference argument for parameter 'value' in 'void FolderSync.InvalidPath(string value)'.
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.