Skip to content

chore(deps): update dependency microsoft.net.test.sdk to 18.7.0 #348

chore(deps): update dependency microsoft.net.test.sdk to 18.7.0

chore(deps): update dependency microsoft.net.test.sdk to 18.7.0 #348

Triggered via pull request June 12, 2026 03:50
Status Success
Total duration 1m 51s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: test/Zeebe.Client.Accelerator.Integration.Tests/ProcessTests.cs#L65
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
build: test/Zeebe.Client.Accelerator.Integration.Tests/ProcessTests.cs#L44
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
build: test/Zeebe.Client.Accelerator.Integration.Tests/ProcessTests.cs#L38
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
build: test/Zeebe.Client.Accelerator.Integration.Tests/SecretProviderTests.cs#L58
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
build: test/Zeebe.Client.Accelerator.Integration.Tests/SecretProviderTests.cs#L52
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
build: test/Zeebe.Client.Accelerator.Integration.Tests/ProcessTests.cs#L137
Public method 'UsesMultipleThreadsWhenConfigured' on test class 'ProcessTests' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
build: test/Zeebe.Client.Accelerator.Unit.Tests/ZeebeHostedServiceTests.cs#L191
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
build: test/Zeebe.Client.Accelerator.Unit.Tests/ZeebeHostedServiceTests.cs#L191
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: test/Zeebe.Client.Accelerator.Unit.Tests/ZeebeHostedServiceTests.cs#L160
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
build: test/Zeebe.Client.Accelerator.Unit.Tests/ZeebeHostedServiceTests.cs#L160
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)