Skip to content

🐛 fix(DataTable): CellClass doesn't work on mobile #117

🐛 fix(DataTable): CellClass doesn't work on mobile

🐛 fix(DataTable): CellClass doesn't work on mobile #117

Triggered via pull request September 2, 2024 01:53
Status Success
Total duration 6m 50s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

17 warnings
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 use a deprecated Node.js version 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
Failed to download action 'https://api.github.com/repos/actions/setup-dotnet/tarball/608ee757cfcce72c2e91e99aca128e0cae67de87'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
pr
Back off 26.425 seconds before retry.
pr
Failed to download action 'https://api.github.com/repos/actions/setup-dotnet/tarball/608ee757cfcce72c2e91e99aca128e0cae67de87'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
pr
Back off 16.358 seconds before retry.
pr: src/Masa.Blazor.Docs.ComponentApiGenerator/ComponentApiGenerator.cs#L33
The type 'Masa.Blazor.Docs.ApiGenerator.ComponentMeta?' cannot be used as type parameter 'T' in the generic type or method 'IEnumerableExtensions.Distinct<T>(IEnumerable<T>, Func<T, T, bool>)'. Nullability of type argument 'Masa.Blazor.Docs.ApiGenerator.ComponentMeta?' doesn't match 'notnull' constraint.
pr: src/Masa.Blazor.Docs.ComponentApiGenerator/ComponentApiGenerator.cs#L33
Nullability of reference types in type of parameter 'a' of 'lambda expression' doesn't match the target delegate 'Func<ComponentMeta?, ComponentMeta?, bool>' (possibly because of nullability attributes).
pr: src/Masa.Blazor.Docs.ComponentApiGenerator/ComponentApiGenerator.cs#L33
Nullability of reference types in type of parameter 'b' of 'lambda expression' doesn't match the target delegate 'Func<ComponentMeta?, ComponentMeta?, bool>' (possibly because of nullability attributes).
pr: src/Masa.Blazor.Docs.ComponentApiGenerator/ComponentApiGenerator.cs#L318
Dereference of a possibly null reference.
pr: src/Masa.Blazor.Docs.ComponentApiGenerator/ComponentApiGenerator.cs#L321
Dereference of a possibly null reference.
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/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/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/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.