Skip to content

Inputs: Fix Adornment Margin (#539) #944

Inputs: Fix Adornment Margin (#539)

Inputs: Fix Adornment Margin (#539) #944

Triggered via push June 8, 2025 11:56
Status Success
Total duration 1m 14s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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#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/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.