CodeQL Advanced #41
Annotations
13 warnings
|
Analyze (csharp)
'Player.IsOnline' is obsolete: 'Use !IsDestroyed instead.'
|
|
Analyze (csharp)
'Player.IsOnline' is obsolete: 'Use !IsDestroyed instead.'
|
|
Analyze (csharp)
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
|
|
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)
Cannot convert null literal to non-nullable reference type.
|
|
Analyze (csharp)
Non-nullable property 'BetaPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Analyze (csharp)
Non-nullable property 'FilesToDownloadRegex' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Analyze (csharp)
Non-nullable property 'FilesToDownload' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Analyze (csharp)
Non-nullable property 'InstallDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property 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.
|