Skip to content

refactor(AutoComplete): redesign for improve performance #4622

refactor(AutoComplete): redesign for improve performance

refactor(AutoComplete): redesign for improve performance #4622

Triggered via pull request December 30, 2024 03:25
Status Failure
Total duration 33s
Artifacts

auto-pull-request-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 5 warnings
run test: src/BootstrapBlazor/Components/Search/Search.razor.cs#L98
'Search.ClassString': no suitable method found to override
run test: src/BootstrapBlazor/Components/Search/Search.razor.cs#L169
'Search.CustomKeyUp(string)': no suitable method found to override
run test: src/BootstrapBlazor/Components/Search/Search.razor.cs#L202
'Search.OnClickItem(string)': cannot override inherited member 'PopoverCompleteBase<string>.OnClickItem(string)' because it is not marked virtual, abstract, or override
run test
Process completed with exit code 1.
run test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
run test: src/BootstrapBlazor/Components/AutoFill/AutoFill.razor.cs#L81
'AutoFill<TValue>.SkipEnter' hides inherited member 'PopoverCompleteBase<TValue>.SkipEnter'. Use the new keyword if hiding was intended.
run test: src/BootstrapBlazor/Components/AutoFill/AutoFill.razor.cs#L87
'AutoFill<TValue>.SkipEsc' hides inherited member 'PopoverCompleteBase<TValue>.SkipEsc'. Use the new keyword if hiding was intended.
run test: src/BootstrapBlazor/Components/AutoFill/AutoFill.razor.cs#L93
'AutoFill<TValue>.OnSelectedItemChanged' hides inherited member 'PopoverCompleteBase<TValue>.OnSelectedItemChanged'. Use the new keyword if hiding was intended.
run test: src/BootstrapBlazor/Components/AutoFill/AutoFill.razor.cs#L162
'AutoFill<TValue>.OnClickItem(TValue)' hides inherited member 'PopoverCompleteBase<TValue>.OnClickItem(TValue)'. Use the new keyword if hiding was intended.