using-s and #load
Despite having some usings in the snippet, the #load-ed cs file drops exception for missing them. Nothing special, just System and System.Collections.Generic. I had to add them in the cs file too. Can I somehow extend the snippet's using to the #load-ed file?
Comments
For this, you will need to #load a .cs file that includes global usings. LINQPad can't apply its normal defaults because they might not be appropriate for an arbitrary .cs fie.