-
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
Cannot find updates for packages located in JFrog Artifactory #666
Comments
Hi. I am using Artifactory and I don't have any issues with the Updates. You configuration seems ok. For each installed package updates should be fetched using a link that looks like The error you are getting suggests that when you open this url
|
Hi! This is what I got for
Result
|
I think I see what is the problem. We are parsing this json into a C# class and since we can't call class fields I guess we could modify our replace code to work in either case... |
We didn't deploy our own Artifactory, but used the jfrog platform |
Yes, I fixed |
Description
Does not find updates for packages located in JFrog Artifactory. The "Online" tab shows packages from JFrog, the "Updates" tab is empty. If you manually change the version in the "packages.config" file, the updated package will be downloaded. There are no errors in the console. The NuGet tool in Rider correctly shows updates from JFrog, so I think the problem is not in the packages themselves or JFrog
Attempting to use protocol version 3 results in an error.
Config
The text was updated successfully, but these errors were encountered: