Update to Net8 (#92) #128
Annotations
11 warnings
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
src/Acheve.TestHost/Security/TestServerHandler.cs#L20
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
|
Build:
src/Acheve.TestHost/Security/TestServerHandler.cs#L21
'AuthenticationHandler<TestServerOptions>.AuthenticationHandler(IOptionsMonitor<TestServerOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
|
Build:
tests/UnitTests/Acheve.TestHost/Routing/TestServerExtensionsTests.cs#L1298
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:
tests/UnitTests/Acheve.TestHost/Routing/TestServerExtensionsTests.cs#L1320
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:
tests/UnitTests/Acheve.TestHost/Routing/TestServerExtensionsTests.cs#L1343
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:
tests/UnitTests/Acheve.TestHost/Routing/TestServerExtensionsTests.cs#L1363
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:
tests/UnitTests/Acheve.TestHost/Routing/TestServerExtensionsTests.cs#L1279
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:
tests/UnitTests/Acheve.TestHost/Routing/TestServerExtensionsTests.cs#L1279
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:
tests/UnitTests/Acheve.TestHost/Routing/TestServerExtensionsTests.cs#L1298
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:
tests/UnitTests/Acheve.TestHost/Routing/TestServerExtensionsTests.cs#L1320
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)
|