-
Notifications
You must be signed in to change notification settings - Fork 641
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
NuGet.org reports TFMs incorrectly #2719
Comments
Found the issue in The NuGet package contains a folder name "win" which is passed to Possible fixes:
My guess would be the latter option is the way to fix this. Proposed fix: NuGet/NuGet2@99e8944#diff-429cfdb033034ab032490b1e3ab4306eR310 (test: NuGet/NuGet2@99e8944#diff-f9c7c98c3d85f453f20ab6f5895e29baR1326) Unfortunately, this proposed fix breaks 8 existing tests. @yishaigalatzer Please reassign this issue to someone who has a notion of possible consequences of making this change in NuGet.Core. Would it make sense to update the gallery side to show a nice label here instead of updating NuGet.Core? |
Lets update the gallery, and work with @emgarten on the core fix. Going forward we need to start thinking about getting rid of nuget.core dependency in the gallery, we are almost there in the client |
What should the gallery display for this one? Just "Windows"? "NETCore"? |
Relates to #2720 |
@jamesqo @yishaigalatzer What should the gallery display for this one? Just "Windows"? "NETCore"? Other? |
@maartenba Probably Windows, you don't want people getting confused because they think a ".NETCore" package should be compatible with their .NET Core library. |
by @jamesqo
I've run into a bug under the new ASP.NET 5
project.json
format where the package version will be listed as Windows 0.0 (example) when uploaded to the website. Steps to reproduce:1.
2. Change the
project.json
package ID to a different name3. Open the solution in Visual Studio and build
4. Upload it to nuget.org and the supported versions will be:
The text was updated successfully, but these errors were encountered: