feat: RabstackQuery v0.1.0 #6
Annotations
10 warnings
|
build-and-test:
test/RabstackQuery.Tests/FetchInfiniteQueryTests.cs#L13
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)
|
|
build-and-test:
test/RabstackQuery.Tests/FetchInfiniteQueryTests.cs#L28
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
build-and-test:
test/RabstackQuery.Tests/QueryObserverTests.cs#L129
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)
|
|
build-and-test:
test/RabstackQuery.Tests/QueryObserverTests.cs#L124
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)
|
|
build-and-test:
test/RabstackQuery.Tests/CriticalBugFixTests.cs#L91
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)
|
|
build-and-test:
test/RabstackQuery.Tests/CriticalBugFixTests.cs#L85
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)
|
|
build-and-test:
test/RabstackQuery.Tests/TypeErgonomicsTests.cs#L55
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)
|
|
build-and-test:
test/RabstackQuery.Tests/CriticalBugFixTests.cs#L51
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)
|
|
build-and-test:
test/RabstackQuery.Tests/CriticalBugFixTests.cs#L45
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)
|
|
build-and-test:
test/RabstackQuery.Tests/InfiniteQueryObserverTests.cs#L86
The variable 'isFetchingNextPageSeen' is assigned but its value is never used
|