Alternatative nuget sources
Options
I want to run linq scripts with lprun but using packages from myget.
What's the best way to setup this?
AFAIK the only way is to specify the myget source in %AppData%\LINQPad\NuGetSources.xml but this folder depends on the user.
Is there a way to make it globally?
The ideal would be to be able to supply a parameter to lprun with the myget source.
What's the best way to setup this?
AFAIK the only way is to specify the myget source in %AppData%\LINQPad\NuGetSources.xml but this folder depends on the user.
Is there a way to make it globally?
The ideal would be to be able to supply a parameter to lprun with the myget source.
Comments
-
I've added NuGetSources.xml to the list of portablizable files:
https://www.linqpad.net/PortableDeployment.aspx
This means you can copy that file into the LINQPad.exe/LPRun.exe folder, and it will take precedence over the %AppData% version.
This will take effect from the next beta build (5.21) which will be released within the next week or so. -
The 5.21 beta has now been released:
http://www.linqpad.net/download.aspx#beta