Skip to content

Added tests

Added tests #14

Triggered via push October 14, 2025 17:57
Status Success
Total duration 55s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: FolderSync/Program.cs#L91
Possible null reference assignment.
build: FolderSync/Program.cs#L88
Possible null reference argument for parameter 'source' in 'bool FolderSync.ArePathsNested(string source, string dest)'.
build: FolderSync/Program.cs#L41
Possible null reference return.
build: FolderSync/FileProps.cs#L15
Non-nullable field '_relativePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
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#L22
Possible null reference assignment.
build: FolderSync/FileProps.cs#L21
Possible null reference assignment.
build: FolderSync/Config.cs#L8
Non-nullable property 'LogFilePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: FolderSync/Config.cs#L7
Non-nullable property 'BackupFolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: FolderSync/Config.cs#L6
Non-nullable property 'SourceFolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.