sharing "My Extensions" code among different queries for a team?
Using the LINQPad redistributable support, I checked linqpad into git with subdirectories of 'plugins', 'snippets', and 'queries' and those seem to work fine, but I don't see how to get 'My Extensions' to work the same way?
Is there a path for it to pull from similar to the others, and if not, is there a mechanism to share code among scripts (like extension methods) that hopefully doesn't involve having to compile into class libraries and shove into lib?
Is there a path for it to pull from similar to the others, and if not, is there a mechanism to share code among scripts (like extension methods) that hopefully doesn't involve having to compile into class libraries and shove into lib?
Comments
is there a place on linqpad.net that documents these folders that LINQPad looks for under its directory on startup? I found the entry in Help -> What's New under version 4.43, but couldn't find it on the site (or maybe that's intentional?)
Thanks, Joe!!