Skip to content

Cleanup & Try (#374) #94

Cleanup & Try (#374)

Cleanup & Try (#374) #94

Triggered via push April 13, 2024 19:22
Status Success
Total duration 1m 40s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
🎉 Deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/[email protected], SamKirkland/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Extensions/TaskExtensions.cs#L13
'TaskOption' is obsolete: 'This will be removed in v7.'
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Extensions/TaskExtensions.cs#L31
'TaskOption' is obsolete: 'This will be removed in v7.'
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Extensions/TaskExtensions.cs#L49
'TaskOption' is obsolete: 'This will be removed in v7.'
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Extensions/TaskExtensions.cs#L13
'TaskOption' is obsolete: 'This will be removed in v7.'
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Extensions/TaskExtensions.cs#L31
'TaskOption' is obsolete: 'This will be removed in v7.'
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Extensions/TaskExtensions.cs#L49
'TaskOption' is obsolete: 'This will be removed in v7.'
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/SelectExtended/MudSelectExtended.razor.cs#L47
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#L51
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/ComboBox/MudComboBox.razor.cs#L1396
Member 'MudComboBox<T>.ResetValue()' overrides obsolete member 'MudFormComponent<T?, string>.ResetValue()'. Add the Obsolete attribute to 'MudComboBox<T>.ResetValue()'.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/Animate/MudAnimate.razor#L190
'EnumExtensions.ToDescriptionString(Enum)' is obsolete: 'Please use the auto-generated ToDescriptionString method instead or implement your own extension method.'