Skip to content

Hide footer/header & scroll observer & ScreenSize #44

Hide footer/header & scroll observer & ScreenSize

Hide footer/header & scroll observer & ScreenSize #44

Triggered via pull request August 22, 2024 23:09
@xaviersolauxaviersolau
synchronize #17
dev
Status Failure
Total duration 46s
Artifacts

build-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
build-pr: src/tests/SoloX.BlazorLayout.UTest/Layouts/ResponsiveLayoutTest.cs#L308
'ItShouldRenderHeaderOrFooterWithHeightVariableInStyle' is coupled with '41' different types from '19' different namespaces. Rewrite or refactor the code to decrease its class coupling below '41'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1506)
build-pr: src/tests/SoloX.BlazorLayout.UTest/Layouts/ResponsiveLayoutTest.cs#L308
'ItShouldRenderHeaderOrFooterWithHeightVariableInStyle' is coupled with '41' different types from '19' different namespaces. Rewrite or refactor the code to decrease its class coupling below '41'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1506)
build-pr
Process completed with exit code 1.
build-pr
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
build-pr
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, 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/
build-pr: src/tests/SoloX.BlazorLayout.UTest/Helpers/StyleHelper.cs#L37
Dereference of a possibly null reference.
build-pr: src/tests/SoloX.BlazorLayout.UTest/Containers/BoxContainerTest.cs#L76
Possible null reference argument for parameter 'actual' in 'void MarkupMatchesAssertExtensions.MarkupMatches(INode actual, string expected, string? userMessage = null)'.
build-pr: src/tests/SoloX.BlazorLayout.UTest/Services/ScrollObserverServiceTest.cs#L46
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build-pr: src/tests/SoloX.BlazorLayout.UTest/Services/ScrollObserverServiceTest.cs#L59
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build-pr: src/tests/SoloX.BlazorLayout.UTest/Services/ResizeObserverServiceTest.cs#L43
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build-pr: src/tests/SoloX.BlazorLayout.UTest/Services/ResizeObserverServiceTest.cs#L56
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build-pr: src/tests/SoloX.BlazorLayout.UTest/Services/ScrollObserverServiceTest.cs#L80
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build-pr: src/tests/SoloX.BlazorLayout.UTest/Services/ScrollObserverServiceTest.cs#L113
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build-pr: src/tests/SoloX.BlazorLayout.UTest/Services/ResizeObserverServiceTest.cs#L74
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build-pr: src/tests/SoloX.BlazorLayout.UTest/Services/ResizeObserverServiceTest.cs#L87
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)