WithStatements not working with VB #17753
Labels
Area-IDE
Concept-API
This issue involves adding, removing, clarification, or modification of an API.
help wanted
The issue is "up for grabs" - add a comment if you are interested in working on it
Question
Milestone
NOTE: completely open to this being something I'm doing wrong. I am not at all 💯 sure this is a Roslyn issue. However, the code does work for C#, just not VB.
Version Used: 1.3.2
Steps to Reproduce:
See exact code here. If you grab the entire project and run this specific test, you'll see that it fails. The output does not include any code in the generated method.
Expected Behavior:
Calling
WithStatements
againstSyntaxGenerator
should work with VB as it does with C#.Actual Behavior:
Calling
WithStatements
against VB'sSyntaxGenerator
does not appear to append the statements in any way.The text was updated successfully, but these errors were encountered: