Skip to content

Upgrade MudBlazor 7.0.0-preview.4 (#410) #816

Upgrade MudBlazor 7.0.0-preview.4 (#410)

Upgrade MudBlazor 7.0.0-preview.4 (#410) #816

Triggered via push May 28, 2024 13:27
Status Success
Total duration 57s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, codecov/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: CodeBeam.MudBlazor.Extensions/Components/CsvMapper/MudCsvMapper.razor#L23
Found markup element with unexpected name 'ButtonTemplate'. If this is intended to be a component, add a @using directive for its namespace.
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/Wheel/MudWheel.razor.cs#L222
Nullable value type may be null.
build: CodeBeam.MudBlazor.Extensions/Components/Wheel/MudWheel.razor.cs#L273
Dereference of a possibly null reference.
build: CodeBeam.MudBlazor.Extensions/Components/Wheel/MudWheel.razor.cs#L273
Converting null literal or possible null value to non-nullable type.
build: CodeBeam.MudBlazor.Extensions/Components/Watch/MudWatch.razor.cs#L377
Dereference of a possibly null reference.