Skip to content

improve test coverage #304

improve test coverage

improve test coverage #304

Triggered via push November 10, 2024 11:06
Status Failure
Total duration 55s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: AsyncKeyedLock/AsyncKeyedLockDictionary.cs#L15
Non-nullable field '_pool' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: AsyncKeyedLock/AsyncKeyedLockDictionary.cs#L27
Non-nullable field '_pool' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: AsyncKeyedLock/AsyncKeyedLockDictionary.cs#L39
Non-nullable field '_pool' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: AsyncKeyedLock/AsyncKeyedLockDictionary.cs#L51
Non-nullable field '_pool' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: AsyncKeyedLock/AsyncKeyedLockReleaser.cs#L76
Dereference of a possibly null reference.
build: AsyncKeyedLock/AsyncKeyedLockPool.cs#L30
Possible null reference argument for parameter 'arg' in 'AsyncKeyedLockReleaser<TKey> Func<TKey, AsyncKeyedLockReleaser<TKey>>.Invoke(TKey arg)'.
build: AsyncKeyedLock/AsyncKeyedLockPool.cs#L40
Possible null reference argument for parameter 'arg' in 'AsyncKeyedLockReleaser<TKey> Func<TKey, AsyncKeyedLockReleaser<TKey>>.Invoke(TKey arg)'.
build: AsyncKeyedLock/AsyncNonKeyedLocker.cs#L358
Cannot convert null literal to non-nullable reference type.
build: AsyncKeyedLock/AsyncNonKeyedLocker.cs#L374
Cannot convert null literal to non-nullable reference type.
build: AsyncKeyedLock/AsyncNonKeyedLocker.cs#L392
Cannot convert null literal to non-nullable reference type.