Skip to content

chore(deps): update dotnet monorepo to v10 #481

chore(deps): update dotnet monorepo to v10

chore(deps): update dotnet monorepo to v10 #481

Triggered via pull request June 12, 2026 07:47
Status Success
Total duration 2m 35s
Artifacts

analyze.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp): 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)
Analyze (csharp): 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)
Analyze (csharp): 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)
Analyze (csharp): 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)
Analyze (csharp): 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)
Analyze (csharp): 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)
Analyze (csharp): 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)
Analyze (csharp): 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)
Analyze (csharp): 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)
Analyze (csharp): 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)
Analyze (csharp)
Cannot build an overlay database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.