Skip to content

82 dependency injection with autofac 2 #382

82 dependency injection with autofac 2

82 dependency injection with autofac 2 #382

Triggered via pull request January 23, 2024 04:23
Status Success
Total duration 2m 38s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

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)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, github/codeql-action/init@v1, github/codeql-action/autobuild@v1, github/codeql-action/analyze@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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): 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.
Analyze (csharp): BenchmarkOctaneProject/Program.cs#L32
Non-nullable field 'Url' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.