Skip to content

v7.1.0 Cleanup

v7.1.0 Cleanup #875

Triggered via pull request November 18, 2024 12:52
Status Success
Total duration 1m 16s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, codecov/[email protected]. 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/ListExtended/MudListExtended.razor.cs#L747
'IKeyInterceptor' is obsolete: 'Use IKeyInterceptorService instead. This will be removed in MudBlazor 8.'
build: CodeBeam.MudBlazor.Extensions/Components/ListExtended/MudListExtended.razor.cs#L747
'IKeyInterceptor' is obsolete: 'Use IKeyInterceptorService instead. This will be removed in MudBlazor 8.'
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#L45
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#L49
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/ComboBox/MudComboBox.razor.cs#L579
Possible null reference argument for parameter 'collection' in 'HashSet<T?>.HashSet(IEnumerable<T?> collection, IEqualityComparer<T?>? comparer)'.
build: CodeBeam.MudBlazor.Extensions/Components/CodeInput/MudCodeInput.razor.cs#L315
Cannot convert null literal to non-nullable reference type.
build: CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L598
Nullability of reference types in value of type 'Converter<T?>' doesn't match target type 'Converter<T, string>'.
build: CodeBeam.MudBlazor.Extensions/Components/ListExtended/MudListExtended.razor.cs#L446
Possible null reference argument for parameter 'item' in 'bool HashSet<MudListItemExtended<T?>>.Add(MudListItemExtended<T?> item)'.
build: CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L639
Possible null reference argument for parameter 'collection' in 'HashSet<T?>.HashSet(IEnumerable<T?> collection, IEqualityComparer<T?>? comparer)'.