Skip to content

Migrate to Mud 9 and .NET 10 #991

Migrate to Mud 9 and .NET 10

Migrate to Mud 9 and .NET 10 #991

Triggered via pull request December 24, 2025 17:51
@mckaragozmckaragoz
synchronize #576
Mud9Migrate
Status Failure
Total duration 49s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: CodeBeam.MudBlazor.Extensions/Base/MudBaseInputExtended.cs#L136
Possible null reference assignment.
build: CodeBeam.MudBlazor.Extensions/Components/SelectExtended/MudSelectExtended.razor.cs#L52
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.
build: CodeBeam.MudBlazor.Extensions/Components/SelectExtended/MudSelectExtended.razor.cs#L48
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.
build: CodeBeam.MudBlazor.Extensions.CsvMapper/Components/CsvMapper/MudCsvMapper.razor#L74
The variable 'warning' is assigned but its value is never used
build: CodeBeam.MudBlazor.Extensions.CsvMapper/Components/CsvMapper/MudCsvMapper.razor#L112
Dereference of a possibly null reference.
build: 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))'.
build: CodeBeam.MudBlazor.Extensions.CsvMapper/Components/CsvMapper/MudCsvMapper.razor#L74
The variable 'warning' is assigned but its value is never used
build: CodeBeam.MudBlazor.Extensions.CsvMapper/Components/CsvMapper/MudCsvMapper.razor#L112
Dereference of a possibly null reference.
build: 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))'.
build: CodeBeam.MudBlazor.Extensions.JsMinifier/Program.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.