Skip to content

Path separator fix (issue #5) #4

Path separator fix (issue #5)

Path separator fix (issue #5) #4

Triggered via pull request February 12, 2025 19:44
Status Success
Total duration 1m 28s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/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/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.