Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't seem to respect global Nuget.Config #8

Open
VictorioBerra opened this issue Aug 19, 2019 · 3 comments
Open

Doesn't seem to respect global Nuget.Config #8

VictorioBerra opened this issue Aug 19, 2019 · 3 comments

Comments

@VictorioBerra
Copy link

I cant search local sources.

Maybe a --source flag? or check the global nuget.config?

I can do dotnet add package ABC and it works but dotnet search ABC does not.

@m2nlight
Copy link

m2nlight commented Sep 23, 2019

This a cool dotnet tool!
Please add --configfile and --source options to support custom nuget source.

About nuget.config priority

  • configfile <path/to/nuget.config>
  • environment variable (but dotnet cli doesn't support yet)
  • find nuget.config in current directory
  • using global nuget.config

thanks!

@NathanielACollier
Copy link

Would changing to search for packages like this fix that? I've been looking for a cross platform nuget package explorer user interface that worked on ubuntu. I found this project, and it looks like the Nuget APIs have a cross platform way of searching packages accross repos on your computer.

@Valkah
Copy link

Valkah commented Mar 28, 2023

Ah crap, maybe my issue is a duplicate? Also this is an old issue. Not sure if this project is getting updates..
#13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants