Version updated #1025
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build:
Radzen.Blazor/RadzenDropDownDataGrid.razor.cs#L219
'RadzenDropDownDataGrid<TValue>.SearchText' hides inherited member 'DataBoundFormComponent<TValue>.SearchText'. Use the new keyword if hiding was intended.
|
build:
Radzen.Blazor/RadzenDataGridGroupRow.razor#L180
Type parameter 'TItem' has the same name as the type parameter from outer type 'RadzenDataGridGroupRow<TItem>'
|
build:
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.
|
build:
Radzen.Blazor/DropDownBase.cs#L778
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:
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.
|
build:
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.
|
build:
Radzen.Blazor/RadzenDataGrid.razor.cs#L329
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.
|
build:
Radzen.Blazor/RadzenDataGrid.razor.cs#L542
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.
|
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|