Skip to content

Code Coverage

Code Coverage #321

Re-run triggered November 24, 2024 09:49
Status Success
Total duration 4m 33s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: AsyncKeyedLock.Tests/AsyncNonKeyedLockerTests/OriginalTests.cs#L299
'AsyncNonKeyedLocker.Lock(int, out bool)' is obsolete: 'Use LockOrNull method instead as it is more performant.'
build: AsyncKeyedLock.Tests/AsyncNonKeyedLockerTests/OriginalTests.cs#L304
'AsyncNonKeyedLocker.Lock(int, out bool)' is obsolete: 'Use LockOrNull method instead as it is more performant.'
build: AsyncKeyedLock.Tests/AsyncNonKeyedLockerTests/OriginalTests.cs#L336
'AsyncNonKeyedLocker.Lock(TimeSpan, out bool)' is obsolete: 'Use LockOrNull method instead as it is more performant.'
build: AsyncKeyedLock.Tests/AsyncNonKeyedLockerTests/OriginalTests.cs#L341
'AsyncNonKeyedLocker.Lock(TimeSpan, out bool)' is obsolete: 'Use LockOrNull method instead as it is more performant.'
build: AsyncKeyedLock.Tests/AsyncNonKeyedLockerTests/OriginalTests.cs#L373
'AsyncNonKeyedLocker.Lock(int, CancellationToken, out bool)' is obsolete: 'Use LockOrNull method instead as it is more performant.'
build: AsyncKeyedLock.Tests/AsyncNonKeyedLockerTests/OriginalTests.cs#L379
'AsyncNonKeyedLocker.Lock(int, CancellationToken, out bool)' is obsolete: 'Use LockOrNull method instead as it is more performant.'
build: AsyncKeyedLock.Tests/AsyncNonKeyedLockerTests/OriginalTests.cs#L384
'AsyncNonKeyedLocker.Lock(int, CancellationToken, out bool)' is obsolete: 'Use LockOrNull method instead as it is more performant.'
build: AsyncKeyedLock.Tests/AsyncNonKeyedLockerTests/OriginalTests.cs#L423
'AsyncNonKeyedLocker.Lock(int, CancellationToken, out bool)' is obsolete: 'Use LockOrNull method instead as it is more performant.'
build: AsyncKeyedLock.Tests/AsyncNonKeyedLockerTests/OriginalTests.cs#L451
'AsyncNonKeyedLocker.Lock(int, CancellationToken, out bool)' is obsolete: 'Use LockOrNull method instead as it is more performant.'
build: AsyncKeyedLock.Tests/AsyncNonKeyedLockerTests/OriginalTests.cs#L478
'AsyncNonKeyedLocker.Lock(TimeSpan, CancellationToken, out bool)' is obsolete: 'Use LockOrNull method instead as it is more performant.'