Skip to content

v7 Preparation: Add Nullable & Improve Code Quality #735

v7 Preparation: Add Nullable & Improve Code Quality

v7 Preparation: Add Nullable & Improve Code Quality #735

Triggered via pull request April 13, 2024 11:06
@mckaragozmckaragoz
synchronize #367
Nullable
Status Success
Total duration 1m 8s
Artifacts

dotnet.yml

on: pull_request
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#L1081
Member 'MudSelectExtended<T>.ResetValue()' overrides obsolete member 'MudFormComponent<T, string>.ResetValue()'. Add the Obsolete attribute to 'MudSelectExtended<T>.ResetValue()'.
build: CodeBeam.MudBlazor.Extensions/Components/SelectExtended/MudSelectExtended.razor.cs#L1125
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: CodeBeam.MudBlazor.Extensions/Components/SelectExtended/MudSelectExtended.razor.cs#L35
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#L36
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#L594
Cannot convert null literal to non-nullable reference type.
build: CodeBeam.MudBlazor.Extensions/Components/SelectExtended/MudSelectExtended.razor.cs#L595
Cannot convert null literal to non-nullable reference type.
build: CodeBeam.MudBlazor.Extensions/Components/TextFieldExtended/MudTextFieldExtended.razor.cs#L97
Member 'MudTextFieldExtended<T>.ResetValue()' overrides obsolete member 'MudFormComponent<T, string>.ResetValue()'. Add the Obsolete attribute to 'MudTextFieldExtended<T>.ResetValue()'.
build: CodeBeam.MudBlazor.Extensions/Components/TextFieldExtended/MudTextFieldExtended.razor.cs#L153
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).