Skip to content

a bit of renaming, a bit of redoing... #8

a bit of renaming, a bit of redoing...

a bit of renaming, a bit of redoing... #8

Triggered via push October 12, 2025 20:18
Status Success
Total duration 38s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: FolderSync/Program.cs#L19
Non-nullable field 'sourceFileList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: FolderSync/Program.cs#L18
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#L16
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#L14
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#L229
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: FolderSync/Program.cs#L210
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: FolderSync/Program.cs#L55
Possible null reference argument for parameter 'value' in 'void FolderSync.InvalidPath(string value)'.
build: FolderSync/Program.cs#L49
Possible null reference argument for parameter 'value' in 'void FolderSync.InvalidPath(string value)'.
build: FolderSync/FileProps.cs#L15
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#L21
Possible null reference assignment.