Allow pasting of using statements without the mandatory prompt to move it to query properties
I very frequently run into situations that require copy-pasting code between Visual Studio, LinqPad, StackOverflow, etc. Although using statements can benefit from having a central home in query properties, it can be infuriating when you want more control over a single *.linq file.
2
votes
This is fixed in 9.7.10 - the dialog is removed entirely. It's no longer needed now that LINQPad supports `using` directives in both statements and program mode.