Skip to content

[WIP] CardView Component;fixes #725 #2596

[WIP] CardView Component;fixes #725

[WIP] CardView Component;fixes #725 #2596

Triggered via pull request December 16, 2024 08:30
Status Success
Total duration 3m 11s
Artifacts

CodeQuality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build: COMET.Web.Common/Components/CardView/CardView.razor.cs#L44
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: COMET.Web.Common/Components/CardView/CardView.razor.cs#L93
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build: COMET.Web.Common/Components/CardView/CardView.razor.cs#L139
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.
Build: COMET.Web.Common/Components/CardView/CardField.cs#L42
XML comment has cref attribute 'T' that refers to a type parameter
Build: COMET.Web.Common/Components/CardView/CardField.cs#L74
XML comment has cref attribute 'T' that refers to a type parameter
Build: COMET.Web.Common/Components/CardView/CardView.razor.cs#L65
XML comment has cref attribute 'T' that refers to a type parameter
Build: COMET.Web.Common/Components/CardView/CardView.razor.cs#L70
XML comment has cref attribute 'T' that refers to a type parameter
Build: COMET.Web.Common/Components/CardView/CardView.razor.cs#L96
XML comment has cref attribute 'T' that refers to a type parameter
Build: COMET.Web.Common/Components/CardView/CardView.razor.cs#L128
XML comment has cref attribute 'T' that refers to a type parameter
Build: COMET.Web.Common/Components/CardView/CardField.cs#L45
A static field in a generic type is not shared among instances of different close constructed types. (https://rules.sonarsource.com/csharp/RSPEC-2743)