-
Notifications
You must be signed in to change notification settings - Fork 329
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
The NuGet Explorer does not load NuGet packages from an Azure Artifacts feed. #589
Comments
Hi, |
Hey @JoC0de, Here is the log:
Is there already a solution for this problem or did I misunderstand that with the two versions mentioned it should already work with the V3 API? |
Is the content when you open the |
I changed the implementation in #585 and merged it so it should now work on the current master. |
I just released Version 4.0.0 it contains the fixes and hopefully should work now. |
Ok, thanks! It works now. The newest is now the Version 4.0.1? |
Yes there was a compiler error in 4.0.0 so I released 4.0.1. |
I mean, if I now want to use an older version of the package, because the new package has a bug, I have to install it via detours. Also, I noticed that this error occurs when I try to install an older version from Azure Artifacts. With the general NuGet Source it works without problems. Maybe the older package in my feed is not right. |
Hey @JoC0de ,
FYI: Previously I assumed that it was working, but only tested this by installing a Package that a colleague created some while ago. As I had written, only the latest version seemed to be working for this. After I tried to do some troubleshooting installing/uninstalling the packages, I seem to now be unable to install any Packages from our artifact feed, as all attempts fail with the aforementioned error message. |
For me it looks like that the package you try to install has a dependency to BotUtility but this package doesn't exist. |
@JoC0de |
|
|
@JoC0de Sorry, there was a Log, which I didn't see:
That was the log for the BotUtility Package.
|
@SaffronSolid935 thanks for the details. We currently relay on the |
Description
I have the problem that I cannot load NuGet packages from Azure Artifacts Feed. For this I took the URL that is generated for me when I want to connect to a feed (
https://pkgs.dev.azure.com/<organization>/<project>/_packaging/<feed>/nuget/v3/index.json
). Also, I put my of course login data in the nuget.config file. The PAT has access to the feed.The nuget.config file:
Here is the log:
The text was updated successfully, but these errors were encountered: