Skip to content

Updated tests to .NET 8.0 #146

Updated tests to .NET 8.0

Updated tests to .NET 8.0 #146

Triggered via push December 4, 2023 07:50
Status Success
Total duration 55s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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)