Refactor: Invoke JobRegistry events outside WriteLock to prevent blocking and deadlocks #63
Annotations
6 warnings
|
Build:
src/MiniCron.Tests/MiniCronTests.EventInvocationOutsideLock.cs#L116
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:
src/MiniCron.Tests/MiniCronTests.EventInvocationOutsideLock.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)
|
|
Build:
src/MiniCron.Tests/MiniCronTests.EventInvocationOutsideLock.cs#L25
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:
src/MiniCron.Tests/MiniCronTests.EventInvocationOutsideLock.cs#L116
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:
src/MiniCron.Tests/MiniCronTests.EventInvocationOutsideLock.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)
|
|
Build:
src/MiniCron.Tests/MiniCronTests.EventInvocationOutsideLock.cs#L25
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