-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support for private repositories #47
Comments
Private reops must be listed in your nuget.config file. If they are password protected, you must also provide the credentials in the nuget.config: https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-nuget-add-source |
I'm not sure if clear-text password is supported Visual Studio has its own internal authentication, not related to nuget.config |
Just follow the instructions in the link |
NuGetMonitor is using the official NuGet Client, so when this works from the command line, it should work here, too. |
I've been restarting VS many times in my efforts to make it work. |
According to this: https://learn.microsoft.com/en-us/azure/devops/artifacts/nuget/nuget-exe?view=azure-devops, a relatively new nuget client is needed to connect to a devops library. Could that be the issue? |
We use Azure Devops, with a private library for internal packages. NuGetMonitor has some trouble dealing with these.
In the main window, the "Available Versions" just says "Loading...", indefinately.
![billede](https://private-user-images.githubusercontent.com/61498593/381926676-30c84d8e-8f7e-4060-9e88-88b87ea580f1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MzAyMDgsIm5iZiI6MTczOTQyOTkwOCwicGF0aCI6Ii82MTQ5ODU5My8zODE5MjY2NzYtMzBjODRkOGUtOGY3ZS00MDYwLTllODgtODhiODdlYTU4MGYxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDA2NTgyOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZlYzI2MzYyMWE0Zjk4NTlmZGVlY2QyZmU4ZmU3NDFmZTFiZDI4MjgxNjg4MDA4OWJiMmU5NDhlZDc0OGZmMWYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.dFZiKnqKTcr5J4qjJzvZ7wcxL5MQzOjbmNnRoM6Pdeo)
In the dependency tree, the packages from the private repo are just omitted.
Please keep up the good work, love the extension.
The text was updated successfully, but these errors were encountered: