added automated dir+file creation and deletion; removed old stuff #6
Annotations
10 warnings
|
build:
FolderSync/FileProps.cs#L21
Possible null reference assignment.
|
|
build:
FolderSync/Program.cs#L13
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#L12
Non-nullable field 'destinationFolder' 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 'sourceFolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
FolderSync/Program.cs#L215
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
|
build:
FolderSync/Program.cs#L196
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
|
build:
FolderSync/Program.cs#L47
Possible null reference argument for parameter 'value' in 'void FolderSync.InvalidPath(string value)'.
|
|
build:
FolderSync/Program.cs#L41
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.
|