chore(deps): bump actions/attest from 281a49d4cbb0a72c9575a50d18f6deb515a11deb to 59d89421af93a897026c735860bf21b6eb4f7b26#2
Open
dependabot[bot] wants to merge 1 commit into
Annotations
12 warnings
|
Test:
test/RabstackQuery.Tests/InfiniteQueryBehaviorTests.cs#L43
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Test:
test/RabstackQuery.Tests/MutationTests.cs#L38
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Test:
test/RabstackQuery.Tests/InfiniteQueryObserverTests.cs#L69
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Test:
test/RabstackQuery.Tests/MutationObserverTests.cs#L37
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Test:
test/RabstackQuery.Tests/MutationObserverTests.cs#L37
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Test:
test/RabstackQuery.Tests/MutationObserverTests.cs#L37
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
Test:
test/RabstackQuery.Tests/CriticalBugFixTests.cs#L123
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Test:
test/RabstackQuery.Tests/CriticalBugFixTests.cs#L118
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Test:
test/RabstackQuery.Tests/TypeErgonomicsTests.cs#L53
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Test:
test/RabstackQuery.Tests/InfiniteQueryObserverTests.cs#L86
The variable 'isFetchingNextPageSeen' is assigned but its value is never used
|
|
Build libraries:
src/RabstackQuery.DevTools/RestoreOperation.cs#L16
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
Build libraries:
src/RabstackQuery.DevTools/RestoreOperation.cs#L16
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
background
wait
wait-all
cancel
parallel
Loading