Skip to content

Add full root loading mode #9

Add full root loading mode

Add full root loading mode #9

Triggered via push February 27, 2025 10:46
Status Failure
Total duration 53s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
tests
Process completed with exit code 1.
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.
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/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/Listfile.cs#L12
Non-nullable field 'CDN' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
tests: TACTSharp/Listfile.cs#L13
Non-nullable field 'Settings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.