Skip to content

added a few more checks for nesting that tests revealed #25

added a few more checks for nesting that tests revealed

added a few more checks for nesting that tests revealed #25

Triggered via push October 15, 2025 09:49
Status Success
Total duration 2m 31s
Artifacts

dotnet.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
build (ubuntu-latest): FolderSync/Program.cs#L95
Possible null reference assignment.
build (ubuntu-latest): FolderSync/Program.cs#L92
Possible null reference argument for parameter 'source' in 'bool FolderSync.ArePathsNested(string source, string dest)'.
build (ubuntu-latest): FolderSync/Program.cs#L41
Possible null reference return.
build (ubuntu-latest): 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 (ubuntu-latest): 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 (ubuntu-latest): FolderSync/FileProps.cs#L22
Possible null reference assignment.
build (ubuntu-latest): FolderSync/FileProps.cs#L21
Possible null reference assignment.
build (ubuntu-latest): 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 (ubuntu-latest): 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 (ubuntu-latest): 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.
build (macos-latest): FolderSync/Program.cs#L95
Possible null reference assignment.
build (macos-latest): FolderSync/Program.cs#L92
Possible null reference argument for parameter 'source' in 'bool FolderSync.ArePathsNested(string source, string dest)'.
build (macos-latest): FolderSync/Program.cs#L41
Possible null reference return.
build (macos-latest): 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 (macos-latest): 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 (macos-latest): FolderSync/FileProps.cs#L22
Possible null reference assignment.
build (macos-latest): FolderSync/FileProps.cs#L21
Possible null reference assignment.
build (macos-latest): 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 (macos-latest): 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 (macos-latest): 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.
build (windows-latest): FolderSync/Program.cs#L95
Possible null reference assignment.
build (windows-latest): FolderSync/Program.cs#L92
Possible null reference argument for parameter 'source' in 'bool FolderSync.ArePathsNested(string source, string dest)'.
build (windows-latest): FolderSync/Program.cs#L41
Possible null reference return.
build (windows-latest): 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 (windows-latest): 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 (windows-latest): FolderSync/FileProps.cs#L22
Possible null reference assignment.
build (windows-latest): FolderSync/FileProps.cs#L21
Possible null reference assignment.
build (windows-latest): 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 (windows-latest): 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 (windows-latest): 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.