Merge branch 'main' into dependabot/npm_and_yarn/client/web/npm_and_y… #154
Annotations
2 warnings
Run dotnet test test/:
server/test/UnitTest/TaskManagerTests.cs#L81
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)
|
Run dotnet test test/:
server/test/UnitTest/TaskManagerTests.cs#L63
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)
|
Loading