Skip to content

v7 Preparation: Add Nullable & Improve Code Quality (#367) #737

v7 Preparation: Add Nullable & Improve Code Quality (#367)

v7 Preparation: Add Nullable & Improve Code Quality (#367) #737

Triggered via push April 13, 2024 12:31
Status Success
Total duration 1m 17s
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/Base/MudBaseInputExtended.cs#L585
Member 'MudBaseInputExtended<T>.ResetValue()' overrides obsolete member 'MudFormComponent<T, string>.ResetValue()'. Add the Obsolete attribute to 'MudBaseInputExtended<T>.ResetValue()'.
build: CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L1397
Member 'MudComboBox<T>.ResetValue()' overrides obsolete member 'MudFormComponent<T?, string>.ResetValue()'. Add the Obsolete attribute to 'MudComboBox<T>.ResetValue()'.
build: CodeBeam.MudBlazor.Extensions/Components/SelectExtended/MudSelectExtended.razor.cs#L48
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#L52
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/Extensions/TaskExtensions.cs#L15
'TaskOption' is obsolete: 'This will be removed in v7.'
build: CodeBeam.MudBlazor.Extensions/Extensions/TaskExtensions.cs#L33
'TaskOption' is obsolete: 'This will be removed in v7.'
build: CodeBeam.MudBlazor.Extensions/Extensions/TaskExtensions.cs#L51
'TaskOption' is obsolete: 'This will be removed in v7.'
build: CodeBeam.MudBlazor.Extensions/Extensions/TaskExtensions.cs#L15
'TaskOption' is obsolete: 'This will be removed in v7.'
build: CodeBeam.MudBlazor.Extensions/Extensions/TaskExtensions.cs#L33
'TaskOption' is obsolete: 'This will be removed in v7.'
build: CodeBeam.MudBlazor.Extensions/Extensions/TaskExtensions.cs#L51
'TaskOption' is obsolete: 'This will be removed in v7.'