Precompiled queries: non-captured local variables (e.g. to Skip/Take) aren't handled #35503
Labels
area-aot
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Example:
Note that captured local variables (e.g. parameters within lambdas) are properly handled; but Skip does not accept a lambda. Also, when a constant is passed to Skip, everything works well. The same thing happens e.g. when a cancellation token local variable is passed to async terminating operators.
Thanks to @ChrisJollyAU for signaling this in #35494 (comment)
The text was updated successfully, but these errors were encountered: