Finish implementation #209
Annotations
11 warnings
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#L46
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#L95
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#L155
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/CardView.razor.cs#L165
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#L67
XML comment has cref attribute 'T' that refers to a type parameter
|
Build:
COMET.Web.Common/Components/CardView/CardView.razor.cs#L72
XML comment has cref attribute 'T' that refers to a type parameter
|
Build:
COMET.Web.Common/Components/CardView/CardView.razor.cs#L98
XML comment has cref attribute 'T' that refers to a type parameter
|
Build:
COMET.Web.Common/Components/CardView/CardView.razor.cs#L135
XML comment has cref attribute 'T' that refers to a type parameter
|
Loading