v7 Implementation (#431) #841
Annotations
11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, codecov/codecov-action@v3.1.1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
CodeBeam.MudBlazor.Extensions/Components/InputExtended/MudDebouncedInputExtended.cs#L50
'MudDebouncedInputExtended<T>.OnChange()' hides inherited member 'MudBaseInputExtended<T>.OnChange'. Use the new keyword if hiding was intended.
|
build:
CodeBeam.MudBlazor.Extensions/Components/SelectExtended/MudSelectExtended.razor.cs#L46
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#L50
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/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.cs#L48
Dereference of a possibly null reference.
|
build:
CodeBeam.MudBlazor.Extensions/Components/Watch/MudWatch.razor.cs#L377
Dereference of a possibly null reference.
|
build:
CodeBeam.MudBlazor.Extensions/Components/SwitchM3/MudSwitchM3.razor.cs#L168
Dereference of a possibly null reference.
|
build:
CodeBeam.MudBlazor.Extensions/Components/Splitter/MudSplitter.razor#L6
Converting method group 'OnDoubleClick' to non-delegate type 'object'. Did you intend to invoke the method?
|
build:
CodeBeam.MudBlazor.Extensions/Components/Wheel/MudWheel.razor.cs#L222
Nullable value type may be null.
|
build:
CodeBeam.MudBlazor.Extensions/Components/TransferList/MudTransferList.razor.cs#L343
Dereference of a possibly null reference.
|