Add some WIP native stuff #38
Annotations
1 error and 10 warnings
|
tests
Process completed with exit code 1.
|
|
tests:
TACTSharp/CDN.cs#L22
Non-nullable field 'ProductDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
tests:
TACTSharp/BuildInfo.cs#L61
Converting null literal or possible null value to non-nullable type.
|
|
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#L25
Possible null reference argument for parameter 'path' in 'string[] Directory.GetFiles(string path, string searchPattern, SearchOption searchOption)'.
|
|
tests:
TACTSharp/Build.cs#L188
The variable 'fileBytes' is declared but never used
|
|
tests:
TACTSharp/Utils/KeyService.cs#L17
Possible null reference assignment.
|
|
tests:
TACTSharp/Utils/Salsa20.cs#L149
Cannot convert null literal to non-nullable reference type.
|
|
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/Build.cs#L18
Non-nullable property 'CDNConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
tests:
TACTSharp/Build.cs#L18
Non-nullable property 'BuildConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|