Skip to content

Update supported versions table in README #1013

Update supported versions table in README

Update supported versions table in README #1013

Triggered via push December 26, 2025 13:29
Status Success
Total duration 1m 55s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: CodeBeam.MudBlazor.Extensions/Components/InputExtended/MudInputExtended.razor.cs#L102
Possible null reference argument for parameter 'jsRuntime' in 'ValueTask JSRuntimeExtensions.InvokeVoidAsync(IJSRuntime jsRuntime, string identifier, params object?[]? args)'.
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/CodeInput/MudCodeInput.razor.cs#L322
Cannot convert null literal to non-nullable reference type.
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/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.
build: CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L788
Dereference of a possibly null reference.
build: CodeBeam.MudBlazor.Extensions/Components/ChipField/MudChipField.razor.cs#L242
Dereference of a possibly null reference.
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/CodeInput/MudCodeInput.razor.cs#L322
Cannot convert null literal to non-nullable reference type.
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/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.
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.