Skip to content

Migrate to Mud 9 and .NET 10 #222

Migrate to Mud 9 and .NET 10

Migrate to Mud 9 and .NET 10 #222

Triggered via push December 22, 2025 17:18
Status Success
Total duration 2m 34s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/Wheel/MudWheel.razor.cs#L277
Dereference of a possibly null reference.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/Wheel/MudWheel.razor.cs#L260
Converting null literal or possible null value to non-nullable type.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/Wheel/MudWheel.razor.cs#L260
Dereference of a possibly null reference.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/Wheel/MudWheel.razor.cs#L48
Dereference of a possibly null reference.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Base/MudBaseInputExtended.cs#L52
Nullability of reference types in value of type 'EventCallback<T>' doesn't match target type 'EventCallback<T?>'.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/SelectExtended/MudSelectExtended.razor.cs#L49
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/SelectExtended/MudSelectExtended.razor.cs#L45
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
🎉 Deploy: CodeBeam.MudBlazor.Extensions.CsvMapper/Components/CsvMapper/MudCsvMapper.razor#L74
The variable 'warning' is assigned but its value is never used
🎉 Deploy: CodeBeam.MudBlazor.Extensions.CsvMapper/Components/CsvMapper/MudCsvMapper.razor.cs#L318
Possible null reference argument for parameter 'records' in 'Task CsvWriter.WriteRecordsAsync<dynamic>(IEnumerable<dynamic> records, CancellationToken cancellationToken = default(CancellationToken))'.