Accessing Roslyn Quoter in LINQPad 6
The release notes for LINQPad 6 say Roslyn Quoter is built-in, but I don't see it in the editor right-click menu or in the tree view buttons - how is it accessed?
The release notes for LINQPad 6 say Roslyn Quoter is built-in, but I don't see it in the editor right-click menu or in the tree view buttons - how is it accessed?
Comments
Also, the syntax tree visualizer seems to have no graphics?
I’ve had to temporarily remove the syntax tree visualizer to make it compatible with netcore 3.1. Microsoft removed a number of WinForms controls from .NET Core 3.1 without warning, and this broke the third-party library that provides the graphics for the syntax tree visualizer.
Note that you can still access the Roslyn Quoter from the editor context menu.
Is there something I have to do to access it from the editor context menu? I don't see it there...
Highlight some text, right-click and choose 'Build selected code with Roslyn factory methods'.
FWIW, the latest beta restores the old visualizer.