Skip to content

Update .NET workflow for testing and Codecov version #245

Update .NET workflow for testing and Codecov version

Update .NET workflow for testing and Codecov version #245

Triggered via push December 26, 2025 11:51
Status Success
Total duration 2m 15s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
🎉 Deploy: 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: CodeBeam.MudBlazor.Extensions/Components/ChipField/MudChipField.razor.cs#L242
Dereference of a possibly null reference.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/ChipField/MudChipField.razor.cs#L219
Dereference of a possibly null reference.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/ChipField/MudChipField.razor.cs#L217
Dereference of a possibly null reference.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/CodeInput/MudCodeInput.razor.cs#L322
Cannot convert null literal to non-nullable reference type.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/ListExtended/MudListExtended.razor.cs#L445
Possible null reference argument for parameter 'item' in 'bool HashSet<MudListItemExtended<T?>>.Add(MudListItemExtended<T?> item)'.
🎉 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.
🎉 Deploy: CodeBeam.MudBlazor.Extensions.JsMinifier/Program.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.