Inputs: Fix Adornment Margin (#539) #944
Annotations
10 warnings
|
build:
CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L618
Possible null reference argument for parameter 'collection' in 'HashSet<T?>.HashSet(IEnumerable<T?> collection, IEqualityComparer<T?>? comparer)'.
|
|
build:
CodeBeam.MudBlazor.Extensions/Components/JsonTreeView/MudJsonTreeViewNode.razor.cs#L145
Dereference of a possibly null reference.
|
|
build:
CodeBeam.MudBlazor.Extensions/Components/JsonTreeView/MudJsonTreeViewNode.razor.cs#L107
Dereference of a possibly null reference.
|
|
build:
CodeBeam.MudBlazor.Extensions/Components/JsonTreeView/MudJsonTreeViewNode.razor.cs#L102
Possible null reference argument for parameter 'endText' in 'void MudJsonTreeViewNode.GenerateComponent(RenderTreeBuilder builder, string text, string endText, string icon)'.
|
|
build:
CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L577
Nullability of reference types in value of type 'Converter<T?>' doesn't match target type 'Converter<T, string>'.
|
|
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/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/JsonTreeView/MudJsonTreeViewNode.razor.cs#L80
Dereference of a possibly null reference.
|
|
build:
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.
|
|
build:
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.
|