Dependency update and nullable changes. #317
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/StripedAsyncKeyedLocker/OriginalTests.cs#L362
'StripedAsyncKeyedLocker<string>.LockAsync(string, int, bool)' is obsolete: 'Use LockOrNullAsync method instead as it is more performant.'
|
build:
AsyncKeyedLock.Tests/StripedAsyncKeyedLocker/OriginalTests.cs#L386
'StripedAsyncKeyedLocker<string>.Lock(string, int, out bool)' is obsolete: 'Use LockOrNull method instead as it is more performant.'
|
build:
AsyncKeyedLock.Tests/StripedAsyncKeyedLocker/OriginalTests.cs#L390
'StripedAsyncKeyedLocker<string>.Lock(string, int, out bool)' is obsolete: 'Use LockOrNull method instead as it is more performant.'
|
build:
AsyncKeyedLock.Tests/StripedAsyncKeyedLocker/OriginalTests.cs#L392
'StripedAsyncKeyedLocker<string>.Lock(string, TimeSpan, 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.'
|