Hi!
I have been testing Nexus OSS for Nuget management locally, both v2.12 and v3m7.
While M7 still lacks a few things that were configurable i v2 and has that Win2012 issue I find it much easier to get running than v2.
But both versions share a very odd behaviour when one sets up a Proxy to
nuget.org and uses that to browse/search within Visual Studio.
My two best test-words to search for that triggers this is nlog and entityframework.
Search for nlog among stable packages I get lists that starts with the following three items:
VS2013:
NLog 4.4.0-beta3
NLog configuration 4.3.0-rc2
NLog Schema for Intelligence 4.3.0-rc2
VS2015:
Logentries.nlog 2.6.0
Castle.Core-NLog 3.3.3
ServiceStack.NLog.Logging 4.0.54
(_nowhere_ in this list does NLog itself turn up)
NLog 4.2.3
NLog configuration 4.2.3
in both VS versions but differs on the third result
NLog.Web vs NLog.InstallNLogConfig
NLog Schema for Intelligence 4.3.0-rc2
Try with entityframework and the results are just as odd.
I did manage to enable logging in v2 that gave me the "REST" Uri that Nexus sent to
nuget.org, and if I try that Uri manually I get the expected list, but after processing by Nexus something different is returned.
Has anyone else seen this?
/Ulf