b able 2 specify references assemblies & namespaces in linqpad.config
I use linqpad to execute scripts on servers on the cloud. I copy linqpad.exe plus a few useful .net assemblies onto each server via script.
I dont want to have to manually add in the references each time I load linqpad onto a server. It would be much more useful ( and mistake proof) if I can simply do a deploy to my server which included a linqpad.config with the references to my utility assemblies as well as extra namespaces. Please comment if this is not clear and I'll elaborate further.
-
tfsjunkie commented
It would be nice if we could simply add References to LinqPad in a manner similar to adding References to Visual Studio projects. These settings would then simply be automatically stored off into the .config file and ported around with the LinqPad executable whenever needed.
-
Have you tried adding the desired references/namespaces and click 'Set as Default'? After doing so, you can propagate the change to other servers by copying the DefaultQuery.xml file in C:\Users\<user>\AppData\Roaming\LINQPad.