Skip to content

Less confusing shorthand for CDN dir #34

Less confusing shorthand for CDN dir

Less confusing shorthand for CDN dir #34

Triggered via push May 28, 2025 15:35
Status Success
Total duration 1m 4s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

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