Skip to content

Fix Infer ConfigureAwait test warnings #408

Fix Infer ConfigureAwait test warnings

Fix Infer ConfigureAwait test warnings #408

Triggered via pull request October 2, 2023 18:42
Status Success
Total duration 1m 18s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

infer.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
infer: BitFaster.Caching.UnitTests/Lru/ConcurrentLruTests.cs#L137
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits.
infer: BitFaster.Caching.UnitTests/Lru/ConcurrentLruTests.cs#L264
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits.
infer: BitFaster.Caching.UnitTests/Lru/ConcurrentLruTests.cs#L265
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits.
infer: BitFaster.Caching.UnitTests/Lru/ConcurrentLruTests.cs#L274
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits.
infer: BitFaster.Caching.UnitTests/Lru/ConcurrentLruTests.cs#L275
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits.
infer: BitFaster.Caching.UnitTests/Lru/ConcurrentLruTests.cs#L296
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits.
infer: BitFaster.Caching.UnitTests/Lru/ConcurrentLruTests.cs#L297
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits.
infer: BitFaster.Caching.UnitTests/Lru/ConcurrentLruTests.cs#L137
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits.
infer: BitFaster.Caching.UnitTests/Lru/ConcurrentLruTests.cs#L264
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits.
infer: BitFaster.Caching.UnitTests/Lru/ConcurrentLruTests.cs#L265
Test methods should not call ConfigureAwait(), as it may bypass parallelization limits.
infer
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/