Skip to content

Improved continueOnCapturedContext test #143

Improved continueOnCapturedContext test

Improved continueOnCapturedContext test #143

Triggered via pull request December 3, 2023 18:24
@murshexmurshex
opened #34
master
Status Success
Total duration 1m 4s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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/TestsForAsyncKeyedLockDictionary.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/TestsForAsyncKeyedLockDictionary.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)
build: AsyncKeyedLock.Tests/AsyncKeyedLocker/TestsForAsyncKeyedLockDictionary.cs#L49
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/TestsForAsyncKeyedLockDictionary.cs#L68
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/TestsForAsyncKeyedLockDictionary.cs#L72
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/TestsForAsyncKeyedLockDictionary.cs#L102
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/TestsForAsyncKeyedLockDictionary.cs#L138
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)