Update .NET workflow for testing and Codecov version #1006
Annotations
20 warnings
|
build:
CodeBeam.MudBlazor.Extensions/Components/Watch/MudWatch.razor.cs#L34
Nullability of reference types in type of parameter 'sender' of 'void MudWatch.Elapse(object sender, ElapsedEventArgs args)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
|
|
build:
CodeBeam.MudBlazor.Extensions/Components/Wheel/MudWheel.razor#L34
Dereference of a possibly null reference.
|
|
build:
CodeBeam.MudBlazor.Extensions/Components/Wheel/MudWheel.razor#L34
Dereference of a possibly null reference.
|
|
build:
CodeBeam.MudBlazor.Extensions/Components/Wheel/MudWheel.razor#L22
Dereference of a possibly null reference.
|
|
build:
CodeBeam.MudBlazor.Extensions/Components/Wheel/MudWheel.razor#L22
Dereference of a possibly null reference.
|
|
build:
CodeBeam.MudBlazor.Extensions/Components/Wheel/MudWheel.razor.cs#L261
Converting null literal or possible null value to non-nullable type.
|
|
build:
CodeBeam.MudBlazor.Extensions/Components/Wheel/MudWheel.razor.cs#L261
Dereference of a possibly null reference.
|
|
build:
CodeBeam.MudBlazor.Extensions/Components/Wheel/MudWheel.razor.cs#L48
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/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/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#L80
Dereference of a possibly null reference.
|
|
build:
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)'.
|
|
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/CodeInput/MudCodeInput.razor.cs#L322
Cannot convert null literal to non-nullable reference type.
|
|
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.
|