Skip to content

chore(deps): update dependency microsoft.net.test.sdk to v18 #366

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

chore(deps): update dependency microsoft.net.test.sdk to v18 #366

Triggered via pull request November 11, 2025 15:10
Status Success
Total duration 2m 52s
Artifacts

analyze.yml

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

Annotations

10 warnings
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): 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.Integration.Tests/Test.cs#L202
Public method 'UsesMultipleThreadsWhenConfigured' on test class 'Test' 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.Integration.Tests/Helpers/IntegrationTestHelper.cs#L75
'IWaitForContainerOS.UntilPortIsAvailable(int, Action<IWaitStrategy>)' is obsolete: 'Use UntilInternalTcpPortIsAvailable or UntilExternalTcpPortIsAvailable instead. This method corresponds to the internal variant.'
Analyze (csharp): test/Zeebe.Client.Accelerator.Integration.Tests/ConnectorSecrets/ConnectorSecretsFixture.cs#L37
'IWaitForContainerOS.UntilPortIsAvailable(int, Action<IWaitStrategy>)' is obsolete: 'Use UntilInternalTcpPortIsAvailable or UntilExternalTcpPortIsAvailable instead. This method corresponds to the internal variant.'
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): 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.Integration.Tests/Test.cs#L202
Public method 'UsesMultipleThreadsWhenConfigured' on test class 'Test' 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.Integration.Tests/Helpers/IntegrationTestHelper.cs#L75
'IWaitForContainerOS.UntilPortIsAvailable(int, Action<IWaitStrategy>)' is obsolete: 'Use UntilInternalTcpPortIsAvailable or UntilExternalTcpPortIsAvailable instead. This method corresponds to the internal variant.'
Analyze (csharp): test/Zeebe.Client.Accelerator.Integration.Tests/ConnectorSecrets/ConnectorSecretsFixture.cs#L37
'IWaitForContainerOS.UntilPortIsAvailable(int, Action<IWaitStrategy>)' is obsolete: 'Use UntilInternalTcpPortIsAvailable or UntilExternalTcpPortIsAvailable instead. This method corresponds to the internal variant.'