As per the title, there's no QueryAsync overload which accepts a CommandDefinition and a Type[] + Func<object[], TReturn> mapper, which means if you have > 7 types you want to map out of your query, and you want the query to be cancellable, you're out of luck. Not sure if this is intentional, but I do see the private method MultiMapAsync<TReturn>, which is called into by many of the existing overloads, does appear to support this variation. Any guidance on how to resolve would be greatly appreciated, thanks!
As per the title, there's no
QueryAsyncoverload which accepts aCommandDefinitionand aType[]+Func<object[], TReturn>mapper, which means if you have > 7 types you want to map out of your query, and you want the query to be cancellable, you're out of luck. Not sure if this is intentional, but I do see the private methodMultiMapAsync<TReturn>, which is called into by many of the existing overloads, does appear to support this variation. Any guidance on how to resolve would be greatly appreciated, thanks!