Skip to content

🐛 fix(Switch/Checkbox): display the focus state only when focused by keyboard #82

🐛 fix(Switch/Checkbox): display the focus state only when focused by keyboard

🐛 fix(Switch/Checkbox): display the focus state only when focused by keyboard #82

Triggered via pull request August 8, 2024 09:45
Status Failure
Total duration 1m 46s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 13 warnings
pr: src/Masa.Blazor/Mixins/Selectable/MSelectable.razor.cs#L93
'JsInteropConstants' does not contain a definition for 'MatchesSelector'
pr: src/Masa.Blazor/Mixins/Selectable/MSelectable.razor.cs#L93
'JsInteropConstants' does not contain a definition for 'MatchesSelector'
pr: src/Masa.Blazor/Mixins/Selectable/MSelectable.razor.cs#L93
'JsInteropConstants' does not contain a definition for 'MatchesSelector'
pr: src/Masa.Blazor/Mixins/Selectable/MSelectable.razor.cs#L93
'JsInteropConstants' does not contain a definition for 'MatchesSelector'
pr: src/Masa.Blazor/Mixins/Selectable/MSelectable.razor.cs#L93
'JsInteropConstants' does not contain a definition for 'MatchesSelector'
pr: src/Masa.Blazor/Mixins/Selectable/MSelectable.razor.cs#L93
'JsInteropConstants' does not contain a definition for 'MatchesSelector'
pr
Process completed with exit code 1.
pr
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
pr
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
pr
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
pr: src/Masa.Blazor.Docs.ApiGenerator/ApiGenerator.cs#L353
Dereference of a possibly null reference.
pr: src/Masa.Blazor.Docs.ApiGenerator/ApiGenerator.cs#L356
Dereference of a possibly null reference.
pr: src/Masa.Blazor/Components/DataTable/Header/MDataTableHeaderMobile.razor#L68
Found markup element with unexpected name 'BListItemContent'. If this is intended to be a component, add a @using directive for its namespace.
pr: src/Masa.Blazor/Components/InteractiveTrigger/MInteractiveTriggerBase.razor.cs#L85
'MInteractiveTriggerBase<TValue, TInteractiveValue>.ComponentName' hides inherited member 'MasaComponentBase.ComponentName'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
pr: src/Masa.Blazor/Components/Radio/MRadioGroup.razor.cs#L17
Nullability of type of parameter 'val' doesn't match overridden member (possibly because of nullability attributes).
pr: src/Masa.Blazor/Components/Radio/MRadioGroup.razor.cs#L3
Nullability of reference types in return type of 'TValue? MInput<TValue>.Value.get' doesn't match implicitly implemented member 'TValue IRadioGroup<TValue>.Value.get' (possibly because of nullability attributes).
pr: src/Masa.Blazor/Components/Carousel/MCarouselItem.cs#L13
'MCarouselItem.Tag' hides inherited member 'MWindowItem.Tag'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
pr: src/Masa.Blazor/Components/RangeSlider/MRangeSlider.razor.cs#L186
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
pr: src/Masa.Blazor/Components/Cascader/MCascader.razor.cs#L174
Nullability of type of parameter 'item' doesn't match overridden member (possibly because of nullability attributes).
pr: src/Masa.Blazor/Components/Map/BaiduMap/Overlays/MBaiduLabel.cs#L10
Nullability of reference types in return type of 'string? MBaiduLabel.Content.get' doesn't match implicitly implemented member 'string ILabel.Content.get' (possibly because of nullability attributes).