Linqpad Plugins - for custom DataContext
Options
My DataContexts are spread across multiple assemblies. For complications I'd rather not go into... It would be nice that when I'm creating a new LINQ-SQL Custom Connection browsing to a .dll, that, when I pick a .dll, it can reference any assembly in the LINQPAD Plugins folder. This doesn't seem to work.
Comments
-
Are the extra assemblies in the same folder as your data context dll? If so, LINQPad should find them automatically.
-
No. I have to move them in. These assemblies are code-generated and compiled on the fly. They can change several times a day.