Skip to content

Merge pull request #1439 from DuendeSoftware/dependabot/nuget/xunit.r… #1969

Merge pull request #1439 from DuendeSoftware/dependabot/nuget/xunit.r…

Merge pull request #1439 from DuendeSoftware/dependabot/nuget/xunit.r… #1969

Triggered via push October 23, 2023 20:35
Status Success
Total duration 6m 6s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
macOS-latest: test/EntityFramework.Storage.IntegrationTests/Stores/ClientStoreTests.cs#L152
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)
macOS-latest: test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs#L38
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)
macOS-latest: test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs#L55
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)
macOS-latest: test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs#L71
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)
macOS-latest: test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs#L110
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)
macOS-latest: test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs#L87
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)
macOS-latest: test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs#L135
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)
macOS-latest: test/IdentityServer.UnitTests/Services/Default/DefaultCorsPolicyServiceTests.cs#L28
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)
macOS-latest: test/IdentityServer.UnitTests/Services/Default/DefaultCorsPolicyServiceTests.cs#L29
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)
macOS-latest: test/IdentityServer.UnitTests/Services/Default/DefaultCorsPolicyServiceTests.cs#L30
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)
ubuntu-latest: test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs#L38
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)
ubuntu-latest: test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs#L55
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)
ubuntu-latest: test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs#L87
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)
ubuntu-latest: test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs#L71
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)
ubuntu-latest: test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs#L110
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)
ubuntu-latest: test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs#L135
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)
ubuntu-latest: test/IdentityServer.UnitTests/Services/Default/DefaultCorsPolicyServiceTests.cs#L28
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)
ubuntu-latest: test/IdentityServer.UnitTests/Services/Default/DefaultCorsPolicyServiceTests.cs#L29
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)
ubuntu-latest: test/IdentityServer.UnitTests/Services/Default/DefaultCorsPolicyServiceTests.cs#L30
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)
ubuntu-latest: test/IdentityServer.UnitTests/Services/Default/DefaultCorsPolicyServiceTests.cs#L38
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)
windows-latest: test/EntityFramework.Storage.IntegrationTests/Stores/ClientStoreTests.cs#L152
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)
windows-latest: test/EntityFramework.Tests/Services/CorsPolicyServiceTests.cs#L56
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)
windows-latest: test/EntityFramework.Tests/Services/CorsPolicyServiceTests.cs#L80
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)
windows-latest: test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs#L38
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)
windows-latest: test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs#L55
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)
windows-latest: test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs#L71
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)
windows-latest: test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs#L87
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)
windows-latest: test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs#L110
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)
windows-latest: test/IdentityServer.UnitTests/Services/InMemory/InMemoryCorsPolicyService.cs#L135
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)
windows-latest: test/IdentityServer.UnitTests/Services/Default/DefaultCorsPolicyServiceTests.cs#L28
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)