Skip to content

Conversation

@kevin-in-code
Copy link

@kevin-in-code kevin-in-code commented Jan 15, 2021

This PR resolves #1181.

The issue points out that the overload of QueryAsync that supports an arbitrary number of types does not support receiving a CancellationToken. @NickCraver rightly points out that fixing this directly would be a breaking change.

This PR addresses the same problem in a different way, which is a simple non-breaking change, as suggested by @AndreaCuneo. It introduces an additional overload of QueryAsync taking CommandDefinition and is consistent with other QueryAsync overloads that support CommandDefinition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missed CancellationToken for QueryAsync with an arbitrary number of input types

1 participant