Use key directive for notifications (#1092) #1014
Annotations
11 warnings
|
|
Radzen.Blazor/RadzenDropDownDataGrid.razor.cs#L219
'RadzenDropDownDataGrid<TValue>.SearchText' hides inherited member 'DataBoundFormComponent<TValue>.SearchText'. Use the new keyword if hiding was intended.
|
Radzen.Blazor/RadzenDataGridGroupRow.razor#L180
Type parameter 'TItem' has the same name as the type parameter from outer type 'RadzenDataGridGroupRow<TItem>'
|
Radzen.Blazor/PagedDataBoundComponent.cs#L69
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Radzen.Blazor/RadzenDataGridHeaderCell.razor#L94
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Radzen.Blazor/RadzenHtmlEditorSource.razor#L11
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.
|
Radzen.Blazor/RadzenDatePicker.razor.cs#L505
The result of the expression is always 'true' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
|
Radzen.Blazor/RadzenDataGridColumn.razor.cs#L1012
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Radzen.Blazor/RadzenDataGrid.razor.cs#L87
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.
|
|
The logs for this run have expired and are no longer available.
Loading