workflow i #12
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
Program.cs#L27
Possible null reference argument for parameter 'path' in 'string[] Directory.GetFiles(string path)'.
|
build:
Program.cs#L37
Converting null literal or possible null value to non-nullable type.
|
build:
Program.cs#L38
Dereference of a possibly null reference.
|
build:
Program.cs#L117
Possible null reference assignment.
|
build:
Program.cs#L95
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
Program.cs#L160
Converting null literal or possible null value to non-nullable type.
|
build:
Program.cs#L168
Converting null literal or possible null value to non-nullable type.
|
build:
Program.cs#L171
Possible null reference argument for parameter 'path4' in 'string Path.Combine(string path1, string path2, string path3, string path4)'.
|
build:
Program.cs#L173
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
build:
Program.cs#L227
Converting null literal or possible null value to non-nullable type.
|