[WIP] CardView Component;fixes #725 #2581
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#L47
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#L84
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#L141
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#L162
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#L11
Missing XML comment for publicly visible type or member 'CardField<T>'
|
Build:
COMET.Web.Common/Components/CardView/CardField.cs#L27
Missing XML comment for publicly visible type or member 'CardField<T>.Context'
|
Build:
COMET.Web.Common/Components/CardView/CardField.cs#L30
Missing XML comment for publicly visible type or member 'CardField<T>.FieldName'
|
Build:
COMET.Web.Common/Components/CardView/CardField.cs#L33
Missing XML comment for publicly visible type or member 'CardField<T>.AllowSort'
|
Build:
COMET.Web.Common/Components/CardView/CardField.cs#L36
Missing XML comment for publicly visible type or member 'CardField<T>.AllowSearch'
|
Build:
COMET.Web.Common/Components/CardView/CardField.cs#L38
Missing XML comment for publicly visible type or member 'CardField<T>.OnInitialized()'
|