Skip to content

[WIP] CardView Component;fixes #725 #2846

[WIP] CardView Component;fixes #725

[WIP] CardView Component;fixes #725 #2846

Triggered via pull request December 11, 2024 16:23
Status Success
Total duration 4m 21s
Artifacts

codeql.yml

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

Annotations

11 warnings
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): COMET.Web.Common/Components/CardView.razor.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): COMET.Web.Common/Components/CardView.razor.cs#L71
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): COMET.Web.Common/Components/CardView.razor.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): COMET.Web.Common/Components/CardView.razor.cs#L147
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/Components/CardView.razor.cs#L51
XML comment has cref attribute 'T' that refers to a type parameter
Analyze (csharp): COMET.Web.Common/Components/CardView.razor.cs#L74
XML comment has cref attribute 'T' that refers to a type parameter
Analyze (csharp): COMET.Web.Common/Components/CardView.razor.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): COMET.Web.Common/Components/CardView.razor.cs#L71
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): COMET.Web.Common/Components/CardView.razor.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): COMET.Web.Common/Components/CardView.razor.cs#L147
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.