Bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 #1965
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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#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#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#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/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/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#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#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#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)
|