Skip to content

CodeQL Advanced

CodeQL Advanced #16

Triggered via schedule July 28, 2025 03:16
Status Success
Total duration 3m 27s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql.yml

on: schedule
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp)
Converting null literal or possible null value to non-nullable type.
Analyze (csharp)
Possible null reference return.
Analyze (csharp)
Converting null literal or possible null value to non-nullable type.
Analyze (csharp)
Non-nullable field 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp)
Non-nullable field '_betaPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp)
Non-nullable field '_beta' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp)
The entry point of the program is global code; ignoring 'DepotProgram.Main(string[])' entry point.
Analyze (csharp)
Nullability of reference types in type of parameter 'y' of 'bool ChunkIdComparer.Equals(byte[] x, byte[] y)' doesn't match implicitly implemented member 'bool IEqualityComparer<byte[]>.Equals(byte[]? x, byte[]? y)' (possibly because of nullability attributes).
Analyze (csharp)
Nullability of reference types in type of parameter 'x' of 'bool ChunkIdComparer.Equals(byte[] x, byte[] y)' doesn't match implicitly implemented member 'bool IEqualityComparer<byte[]>.Equals(byte[]? x, byte[]? y)' (possibly because of nullability attributes).
Analyze (csharp)
Possible null reference assignment.