Skip to content

Update 8.2.6

Update 8.2.6 #215

Triggered via push November 15, 2025 16:43
Status Success
Total duration 1m 46s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L812
Dereference of a possibly null reference.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L801
Dereference of a possibly null reference.
🎉 Deploy: 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: CodeBeam.MudBlazor.Extensions/Components/CodeInput/MudCodeInput.razor.cs#L315
Cannot convert null literal to non-nullable reference type.
🎉 Deploy: 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)'.
🎉 Deploy: 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>'.
🎉 Deploy: 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)'.
🎉 Deploy: 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.
🎉 Deploy: 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.