Anapher/Strive

View on GitHub
src/Services/ConferenceManagement/Strive.Infrastructure.Tests/KeyValue/InMemory/InMemoryAcquiredLockTests.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method DisposeAsync_ThreadSafety has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        [Fact]
        public async Task DisposeAsync_ThreadSafety()
        {
            // arrange
            var readerWriterLock = new AsyncReaderWriterLock();

    There are no issues that match your filters.

    Category
    Status