Skip to content

Add IResponsiveLayoutService to be able to dynamically hide/show the … #54

Add IResponsiveLayoutService to be able to dynamically hide/show the …

Add IResponsiveLayoutService to be able to dynamically hide/show the … #54

Triggered via pull request September 2, 2024 23:34
@xaviersolauxaviersolau
synchronize #18
dev
Status Failure
Total duration 44s
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/Services/ResponsiveLayoutServiceTest.cs#L71
Type 'EventHandler' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
build-pr: src/tests/SoloX.BlazorLayout.UTest/Services/ResponsiveLayoutServiceTest.cs#L71
Type 'EventHandler' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
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/libs/SoloX.BlazorLayout/Services/Impl/ResponsiveLayoutService.cs#L19
Non-nullable event 'RequestReceivedEvent' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build-pr: src/libs/SoloX.BlazorLayout/Services/Impl/ResponsiveLayoutService.cs#L19
Non-nullable event 'RequestReceivedEvent' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build-pr: src/libs/SoloX.BlazorLayout/Services/Impl/ResponsiveLayoutService.cs#L19
Non-nullable event 'RequestReceivedEvent' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build-pr: src/libs/SoloX.BlazorLayout/Services/Impl/ResponsiveLayoutService.cs#L19
Non-nullable event 'RequestReceivedEvent' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
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#L137
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/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#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)