Install unlisted Nuget packages #308
RThomasHyde
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
You can add custom nuget feeds, whether they are remote feeds or a folder on disk, by just adding it to your See this for more info. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am aware I can add custom feeds, but that doesn't address the problem of hidden/unlisted packages that don't show up in any feed, but can still be installed by specifying the version on the command line. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I work with vendors who sometimes supply hotfix Nuget packages for testing. These packages are hidden from the Nuget feed (they don't even show up in the prerelease channel), I have to install them with the -v flag for the specific hotfix version. If there was a way that I could install a specific (unlisted) nuget package version in Netpad it would make testing these hotfixes a little bit easier.
Beta Was this translation helpful? Give feedback.
All reactions