Sharing queries with assembly references
Hello ... I have a bunch of .linq queries that I share with people on a network store.
Many of these require references to custom assemblies (F4, 'Additional References').
These are not necessarily located on the same drive or root path location for other people. There are also times where I need to change where the root of the assembly paths locally (multiple branches, etc).
Is there some way to make the assembly reference paths stored in the .linq relative to something that users can set once locally? An environment variable could work, but so could some linqPad configuration value...
Does anything like that exist? Or a better solution?
Thanks!
Many of these require references to custom assemblies (F4, 'Additional References').
These are not necessarily located on the same drive or root path location for other people. There are also times where I need to change where the root of the assembly paths locally (multiple branches, etc).
Is there some way to make the assembly reference paths stored in the .linq relative to something that users can set once locally? An environment variable could work, but so could some linqPad configuration value...
Does anything like that exist? Or a better solution?
Thanks!
Comments
My documents
Application data
Local application data
%temp%
Common application data
Common program files
.NET Runtime directory
Another option is to use a local NuGet feed to a network share.