[WIP] CardView Component;fixes #725 #2579
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.razor.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
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.
|
Build:
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.
|
Build:
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.
|
Build:
COMET.Web.Common/Components/CardView.razor.cs#L51
XML comment has cref attribute 'T' that refers to a type parameter
|
Build:
COMET.Web.Common/Components/CardView.razor.cs#L74
XML comment has cref attribute 'T' that refers to a type parameter
|
Build:
COMET.Web.Common/Components/CardView.razor.cs#L129
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build:
COMET.Web.Common/Components/CardView.razor.cs#L128
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build:
COMET.Web.Common/Components/CardView.razor.cs#L86
Rename property 'draggedNode' to match pascal case naming rules, consider using 'DraggedNode'. (https://rules.sonarsource.com/csharp/RSPEC-100)
|
Build:
COMET.Web.Common/Components/CardView.razor.cs#L91
Rename property 'searchTerm' to match pascal case naming rules, consider using 'SearchTerm'. (https://rules.sonarsource.com/csharp/RSPEC-100)
|