Skip to content

TransferList: Fix TransferAll to Affect Only Selected Items #913

TransferList: Fix TransferAll to Affect Only Selected Items

TransferList: Fix TransferAll to Affect Only Selected Items #913

Triggered via pull request April 29, 2025 11:43
Status Success
Total duration 1m 11s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: CodeBeam.MudBlazor.Extensions/Components/SelectExtended/MudSelectExtended.razor.cs#L490
Possible null reference argument for parameter 'collection' in 'HashSet<T?>.HashSet(IEnumerable<T?> collection, IEqualityComparer<T?>? comparer)'.
build: CodeBeam.MudBlazor.Extensions/Components/TransferList/MudTransferList.razor.cs#L435
Possible null reference argument for parameter 'arg' in 'ICollection<T?> Func<ICollection<T?>, ICollection<T?>>.Invoke(ICollection<T?> arg)'.
build: CodeBeam.MudBlazor.Extensions/Components/TransferList/MudTransferList.razor.cs#L434
Possible null reference argument for parameter 'arg' in 'ICollection<T?> Func<ICollection<T?>, ICollection<T?>>.Invoke(ICollection<T?> arg)'.
build: CodeBeam.MudBlazor.Extensions/Components/Splitter/MudSplitter.razor#L6
Converting method group 'OnDoubleClick' to non-delegate type 'object'. Did you intend to invoke the method?
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/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/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.