Expression variables not allowed in query clauses #15910
Labels
Area-Compilers
Bug
Feature - Out Variable Declaration
Out Variable Declaration
Feature - Pattern Matching
Pattern Matching
Feature - Tuples
Tuples
Resolution-Fixed
The bug has been fixed and/or the requested behavior has been implemented
Milestone
(According to the LDM meeting just finished) In C# 7, we will not permit expression variables to be used in a sub-expression within a query clause that is translated into a lambda body. This is intended to preserve the future possibility of raising some of them to new range variables, as requested in #15619, to support scenarios such as
The text was updated successfully, but these errors were encountered: