Skip to content

Introduce ItemComparer parameter to DropDownBase, for IEqualityComparer support #2729

Introduce ItemComparer parameter to DropDownBase, for IEqualityComparer support

Introduce ItemComparer parameter to DropDownBase, for IEqualityComparer support #2729

Triggered via pull request December 14, 2024 18:31
Status Success
Total duration 1m 32s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: Radzen.Blazor/DropDownBase.cs#L1302
Missing XML comment for publicly visible type or member 'DropDownBase<T>.ItemComparer'
build: Radzen.Blazor/DropDownBase.cs#L1302
Missing XML comment for publicly visible type or member 'DropDownBase<T>.ItemComparer'
build: Radzen.Blazor/DropDownBase.cs#L1302
Missing XML comment for publicly visible type or member 'DropDownBase<T>.ItemComparer'
build: Radzen.Blazor/DropDownBase.cs#L1302
Missing XML comment for publicly visible type or member 'DropDownBase<T>.ItemComparer'
build: Radzen.Blazor/DropDownBase.cs#L1302
Missing XML comment for publicly visible type or member 'DropDownBase<T>.ItemComparer'
build: Radzen.Blazor/DropDownBase.cs#L1302
Missing XML comment for publicly visible type or member 'DropDownBase<T>.ItemComparer'
build: Radzen.Blazor/DropDownBase.cs#L1302
Missing XML comment for publicly visible type or member 'DropDownBase<T>.ItemComparer'
build: Radzen.Blazor/DropDownBase.cs#L1302
Missing XML comment for publicly visible type or member 'DropDownBase<T>.ItemComparer'
build: Radzen.Blazor.Tests/DropDownTests.cs#L295
'DropDownTests.DataItemComparer.Equals(object, object)' hides inherited member 'object.Equals(object?, object?)'. Use the new keyword if hiding was intended.