Updated tests to .NET 8.0 #146
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build:
AsyncKeyedLock.Tests/AsyncKeyedLocker/OriginalTests.cs#L61
'AsyncKeyedLocker.AsyncKeyedLocker()' is obsolete: 'Unless you're mixing different types of objects, it is recommended to use the generic version AsyncKeyedLocker<T>.'
|
build:
AsyncKeyedLock.Tests/AsyncKeyedLocker/OriginalTests.cs#L465
'AsyncKeyedLocker.AsyncKeyedLocker()' is obsolete: 'Unless you're mixing different types of objects, it is recommended to use the generic version AsyncKeyedLocker<T>.'
|
build:
AsyncKeyedLock.Tests/AsyncKeyedLocker/OriginalTests.cs#L500
'AsyncKeyedLocker.AsyncKeyedLocker(Action<AsyncKeyedLockOptions>)' is obsolete: 'Unless you're mixing different types of objects, it is recommended to use the generic version AsyncKeyedLocker<T>.'
|
build:
AsyncKeyedLock.Tests/AsyncKeyedLocker/TestsForAsyncKeyedLock.cs#L26
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build:
AsyncKeyedLock.Tests/AsyncKeyedLocker/TestsForAsyncKeyedLock.cs#L30
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build:
AsyncKeyedLock.Tests/AsyncKeyedLocker/TestsForAsyncKeyedLock.cs#L47
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build:
AsyncKeyedLock.Tests/AsyncKeyedLocker/PooledTestsForAsyncKeyedLock.cs#L26
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build:
AsyncKeyedLock.Tests/AsyncKeyedLocker/PooledTestsForAsyncKeyedLockDictionary.cs#L23
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build:
AsyncKeyedLock.Tests/AsyncKeyedLocker/PooledTestsForAsyncKeyedLock.cs#L30
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build:
AsyncKeyedLock.Tests/AsyncKeyedLocker/PooledTestsForAsyncKeyedLockDictionary.cs#L27
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|