Make LinqToCSharpSyntaxTranslator more resilient to multiple declaration of the same variable in nested scopes #32716
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
When a LINQ tree with the following shape is given:
Although this is legal in LINQ, it isn't in C#, and LinqToCSharpSyntaxTranslator throws a cryptic exception. We should at least throw a more informative exception.
The text was updated successfully, but these errors were encountered: