Migrate to Mud 9 and .NET 10 #987
Annotations
1 error and 10 warnings
|
build
Process completed with exit code 1.
|
|
build:
CodeBeam.MudBlazor.Extensions/Components/ListExtended/MudListExtended.razor.cs#L446
Possible null reference argument for parameter 'item' in 'bool HashSet<MudListItemExtended<T?>>.Add(MudListItemExtended<T?> item)'.
|
|
build:
CodeBeam.MudBlazor.Extensions/Components/CodeInput/MudCodeInput.razor.cs#L315
Cannot convert null literal to non-nullable reference type.
|
|
build:
CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L605
Possible null reference argument for parameter 'collection' in 'HashSet<T?>.HashSet(IEnumerable<T?> collection, IEqualityComparer<T?>? comparer)'.
|
|
build:
CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L558
Possible null reference argument for parameter 'collection' in 'HashSet<T?>.HashSet(IEnumerable<T?> collection, IEqualityComparer<T?>? comparer)'.
|
|
build:
CodeBeam.MudBlazor.Extensions/Components/Gallery/MudGallery.razor#L14
Possible null reference argument for parameter 'callback' in 'EventCallback<MouseEventArgs> EventCallbackFactory.Create<MouseEventArgs>(object receiver, Action callback)'.
|
|
build:
CodeBeam.MudBlazor.Extensions/Components/SelectExtended/MudSelectExtended.razor.cs#L51
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#L47
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))'.
|