Skip to content

Requested changes #1693

Requested changes

Requested changes #1693

Triggered via push October 6, 2023 15:32
Status Success
Total duration 7m 15s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql.yml

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

Annotations

2 warnings
Analyze (csharp): COMET.Web.Common.Tests/Components/LoginTestFixture.cs#L75
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): COMET.Web.Common.Tests/Components/LoginTestFixture.cs#L75
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.