Create tests.yml #1
Annotations
3 errors and 10 warnings
tests:
TACTBench/BuildBenchmark.cs#L33
Cannot await 'void'
|
tests:
TACTBench/BuildBenchmark.cs#L33
Cannot await 'void'
|
tests
Process completed with exit code 1.
|
tests:
TACTSharp/Utils/Salsa20.cs#L63
Non-nullable field 'm_state' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
tests:
TACTSharp/Utils/Salsa20.cs#L149
Cannot convert null literal to non-nullable reference type.
|
tests:
TACTSharp/BuildInfo.cs#L25
Possible null reference argument for parameter 'path' in 'string[] Directory.GetFiles(string path, string searchPattern, SearchOption searchOption)'.
|
tests:
TACTSharp/BuildInfo.cs#L31
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
|
tests:
TACTSharp/BuildInfo.cs#L61
Converting null literal or possible null value to non-nullable type.
|
tests:
TACTSharp/Utils/KeyService.cs#L17
Possible null reference assignment.
|
tests:
TACTSharp/CDN.cs#L127
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3, string path4)'.
|
tests:
TACTSharp/CDN.cs#L133
Possible null reference argument for parameter 'paths' in 'string Path.Combine(params ReadOnlySpan<string> paths)'.
|
tests:
TACTSharp/CDN.cs#L202
Possible null reference return.
|
tests:
TACTSharp/CDN.cs#L216
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3, string path4)'.
|