Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Nuget 2.7 exe error
-
I'm finding that with Nuget 2.7 that some packages can't be found on ProGet when 2.6 works fine. I have a Wireshark trace if you are interested. I'm not sure whose issue it is, your's or Nuget's.
-
If you'd like to send the trace, just send it to support@inedo.com
There must have been some small protocol change (this has happened before), which we should detect with either wireshark or Fiddler.
-
NuGet changed their API in 2.7; we will ship a FIX for this in ProGet v2.1.4.
-
Seems to work better (more packages work), but I just found some packet that only work with Nuget 2.6.1, but not with NuGet 2.7. I am using ProGet 2.1.4.3 Enterprise (Trial) and LDAP.
-
Do you have an example of a package that does not work? If you have an example local package, could you send it to support@inedo.com?
If not, is there anything special about them, e.g. are they pre-release packages, do they target a specific framework version/type? Where is it that they don't show up, the VS client or web app?
-
I am sorry. The package that still caused problems had a version number like 3.40.0000.0. This seems to bother a nuget 2.7 client, but not a nuget 2.6 client. The problem disappeared when rebuilding the package using the 3.40.0.0 version number.