Skip to content

Dependency update and nullable changes. #317

Dependency update and nullable changes.

Dependency update and nullable changes. #317

Re-run triggered December 15, 2024 20:58
Status Success
Total duration 5m 4s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: AsyncKeyedLock.Tests/AsyncKeyedLocker/OriginalTests.cs#L231
Dereference of a possibly null reference.
build: AsyncKeyedLock.Tests/AsyncKeyedLocker/OriginalTests.cs#L244
Dereference of a possibly null reference.
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/StripedAsyncKeyedLocker/OriginalTests.cs#L362
'StripedAsyncKeyedLocker<string>.LockAsync(string, int, bool)' is obsolete: 'Use LockOrNullAsync 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.'