Skip to content

Try Release CodeBeam.MudBlazor.Extensions.Code v 9.0.0 #276

Try Release CodeBeam.MudBlazor.Extensions.Code v 9.0.0

Try Release CodeBeam.MudBlazor.Extensions.Code v 9.0.0 #276

Triggered via push February 18, 2026 22:05
Status Success
Total duration 2m 18s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
🎉 Deploy: src/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)'.
🎉 Deploy: src/CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L621
Possible null reference argument for parameter 'collection' in 'HashSet<T?>.HashSet(IEnumerable<T?> collection, IEqualityComparer<T?>? comparer)'.
🎉 Deploy: src/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)'.
🎉 Deploy: src/CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L574
Possible null reference argument for parameter 'collection' in 'HashSet<T?>.HashSet(IEnumerable<T?> collection, IEqualityComparer<T?>? comparer)'.
🎉 Deploy: src/CodeBeam.MudBlazor.Extensions/Components/SelectExtended/MudSelectExtended.razor.cs#L53
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.
🎉 Deploy: src/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.