Migrate to Mud 9 and .NET 10 #993
Annotations
1 error and 10 warnings
|
build
Process completed with exit code 1.
|
|
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/ChipField/MudChipField.razor.cs#L242
Dereference of a possibly null reference.
|
|
build:
CodeBeam.MudBlazor.Extensions/Components/ChipField/MudChipField.razor.cs#L219
Dereference of a possibly null reference.
|
|
build:
CodeBeam.MudBlazor.Extensions/Components/ChipField/MudChipField.razor.cs#L217
Dereference of a possibly null reference.
|
|
build:
CodeBeam.MudBlazor.Extensions/Components/CodeInput/MudCodeInput.razor.cs#L315
Cannot convert null literal to non-nullable reference type.
|
|
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.JsMinifier/Program.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|