Skip to content

Fix AwaitAssertionCodeFixProvider and make it modify the method signature to return an async Task #386

Fix AwaitAssertionCodeFixProvider and make it modify the method signature to return an async Task

Fix AwaitAssertionCodeFixProvider and make it modify the method signature to return an async Task #386

Triggered via pull request February 1, 2025 13:21
@thomhurstthomhurst
synchronize #1736
bug/1704
Status Failure
Total duration 10m 3s
Artifacts

codeql.yml

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

Annotations

7 errors and 8 warnings
Analyze (csharp)
Assert statements must be awaited
Analyze (csharp)
Assert statements must be awaited
Analyze (csharp)
Assert statements must be awaited
Analyze (csharp)
Assert statements must be awaited
Analyze (csharp)
Assert statements must be awaited
Analyze (csharp)
Assert statements must be awaited
Analyze (csharp)
We were unable to automatically build your code. Please change the build mode for this language to manual and specify build steps for your project. See https://docs.github.com/en/code-security/code-scanning/troubleshooting-code-scanning/automatic-build-failed for more information. Encountered a fatal error while running "/opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/codeql database trace-command --use-build-mode --working-dir /home/runner/work/TUnit/TUnit /home/runner/work/_temp/codeql_databases/csharp". Exit code was 2 and error was: A fatal error occurred: Exit status 1 from command: [/opt/hostedtoolcache/CodeQL/2.20.3/x64/codeql/csharp/tools/autobuild.sh]. See the logs for more details.
Analyze (csharp)
Converting null literal or possible null value to non-nullable type.
Analyze (csharp)
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.
Analyze (csharp)
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.
Analyze (csharp)
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.
Analyze (csharp)
Converting null literal or possible null value to non-nullable type.
Analyze (csharp)
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.
Analyze (csharp)
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.
Analyze (csharp)
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.