GitHub CodeQL Scanning #2360
Annotations
1 error and 11 warnings
Initialize CodeQL
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Autobuild:
LogViewer.Server/Models/LogResults.cs#L7
Non-nullable property 'Logs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Autobuild:
LogViewer.Server/Models/LogResults.cs#L9
Non-nullable property 'MessageTemplates' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Autobuild:
LogViewer.Server/Parser/LogParser.cs#L82
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Autobuild:
LogViewer.Server/Parser/LogParser.cs#L72
Possible null reference assignment.
|
Autobuild:
LogViewer.Server/Parser/LogParser.cs#L77
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.
|
Autobuild:
LogViewer.Server/Models/LogResults.cs#L7
Non-nullable property 'Logs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Autobuild:
LogViewer.Server/Models/LogResults.cs#L9
Non-nullable property 'MessageTemplates' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Autobuild:
LogViewer.Server/Parser/LogParser.cs#L82
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Autobuild:
LogViewer.Server/Parser/LogParser.cs#L72
Possible null reference assignment.
|
Autobuild:
LogViewer.Server/Parser/LogParser.cs#L77
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.
|
Loading