CodeQL #435
Annotations
3 errors and 12 warnings
Analyze (csharp)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
|
Analyze (csharp)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
|
Analyze (csharp)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
|
Analyze (csharp)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Analyze (csharp)
1 issue was detected with this workflow: Please specify an on.push hook so that Code Scanning can compare pull requests against the state of the base branch.
|
Analyze (csharp):
OctaneEngine/Streams/NormalStream.cs#L98
'NormalStream.ReadAsync(Memory<byte>, CancellationToken)' hides inherited member 'Stream.ReadAsync(Memory<byte>, CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Analyze (csharp):
OctaneEngine/Streams/ThrottleStream.cs#L126
'ThrottleStream.ReadAsync(Memory<byte>, CancellationToken)' hides inherited member 'Stream.ReadAsync(Memory<byte>, CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Analyze (csharp):
OctaneEngine/Streams/ThrottleStream.cs#L126
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Analyze (csharp):
OctaneEngine/Engine.cs#L211
The variable 'ex' is declared but never used
|
Analyze (csharp):
BenchmarkOctaneProject/Program.cs#L25
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
BenchmarkOctaneProject/Program.cs#L26
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
BenchmarkOctaneProject/Program.cs#L27
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
BenchmarkOctaneProject/Program.cs#L28
Non-nullable field 'pauseTokenSource' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Analyze (csharp):
BenchmarkOctaneProject/Program.cs#L29
Non-nullable field 'cancelTokenSource' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Analyze (csharp):
BenchmarkOctaneProject/Program.cs#L30
Non-nullable field 'config' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|