Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[automated] Merge branch 'main' => 'dev' #5435

Merged
merged 6 commits into from
Sep 22, 2024

Merge branch 'dev' into merge/main-to-dev

c487bad
Select commit
Loading
Failed to load commit list.
Merged

[automated] Merge branch 'main' => 'dev' #5435

Merge branch 'dev' into merge/main-to-dev
c487bad
Select commit
Loading
Failed to load commit list.
Azure Pipelines / extensions-ci (Correctness WarningsCheck) failed Sep 19, 2024 in 5m 37s

Correctness WarningsCheck failed

Annotations

Check failure on line 486 in test/Generators/Microsoft.Gen.Logging/Unit/ParserTests.LogProperties.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / extensions-ci (Correctness WarningsCheck)

test/Generators/Microsoft.Gen.Logging/Unit/ParserTests.LogProperties.cs#L486

test/Generators/Microsoft.Gen.Logging/Unit/ParserTests.LogProperties.cs(486,14): error xUnit1030: (NETCORE_ENGINEERING_TELEMETRY=Build) 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)