feat: add distributed counting semaphore with multi-provider support #263
Annotations
8 warnings
|
tests/MultiLock.Tests/InMemorySemaphoreProviderTests.cs#L278
Test methods should not call ConfigureAwait(ConfigureAwaitOptions.SuppressThrowing), as it may bypass parallelization limits. Ensure ConfigureAwaitOptions.ContinueOnCapturedContext in the flags. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
|
tests/MultiLock.Tests/InMemorySemaphoreProviderTests.cs#L278
Test methods should not call ConfigureAwait(ConfigureAwaitOptions.SuppressThrowing), as it may bypass parallelization limits. Ensure ConfigureAwaitOptions.ContinueOnCapturedContext in the flags. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
|
src/Providers/MultiLock.ZooKeeper/ZooKeeperSemaphoreProvider.cs#L401
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|
|
src/Providers/MultiLock.ZooKeeper/ZooKeeperSemaphoreProvider.cs#L401
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|
|
tests/MultiLock.Tests/InMemorySemaphoreProviderTests.cs#L278
Test methods should not call ConfigureAwait(ConfigureAwaitOptions.SuppressThrowing), as it may bypass parallelization limits. Ensure ConfigureAwaitOptions.ContinueOnCapturedContext in the flags. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
|
tests/MultiLock.Tests/InMemorySemaphoreProviderTests.cs#L278
Test methods should not call ConfigureAwait(ConfigureAwaitOptions.SuppressThrowing), as it may bypass parallelization limits. Ensure ConfigureAwaitOptions.ContinueOnCapturedContext in the flags. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
|
src/Providers/MultiLock.ZooKeeper/ZooKeeperSemaphoreProvider.cs#L401
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|
|
src/Providers/MultiLock.ZooKeeper/ZooKeeperSemaphoreProvider.cs#L401
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|
The logs for this run have expired and are no longer available.
Loading