Skip to content

Add PlaywrightTestBuilder and Static files web host. #75

Add PlaywrightTestBuilder and Static files web host.

Add PlaywrightTestBuilder and Static files web host. #75

Triggered via pull request September 30, 2024 20:38
@xaviersolauxaviersolau
synchronize #24
dev
Status Success
Total duration 3m 5s
Artifacts

build-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
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/examples/SoloX.CodeQuality.Test.Example/Class3.g.cs#L18
The field 'Class3.test' is never used
build-pr: src/examples/SoloX.CodeQuality.Prod.Example/Class1.cs#L37
Non-nullable field 'values' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-pr: src/examples/SoloX.CodeQuality.Prod.Example/Class3.g.cs#L18
The field 'Class3.test' is never used
build-pr: src/tests/SoloX.CodeQuality.Test.Helpers.UTest/Http/HttpClientMockBuilderTest.cs#L78
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.CodeQuality.Test.Helpers.UTest/Http/HttpClientMockBuilderTest.cs#L82
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.CodeQuality.Test.Helpers.UTest/Http/HttpClientMockBuilderTest.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.CodeQuality.Test.Helpers.UTest/Http/HttpClientMockBuilderTest.cs#L104
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.CodeQuality.Test.Helpers.UTest/Http/HttpClientMockBuilderTest.cs#L131
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.CodeQuality.Test.Helpers.UTest/Http/HttpClientMockBuilderTest.cs#L135
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.CodeQuality.Test.Helpers.UTest/Http/HttpClientMockBuilderTest.cs#L160
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)