praeclarum / FuGetGallery

An alternative web UI for browsing nuget packages
https://www.fuget.org
MIT License
685 stars 121 forks source link

Dependencies not shown for a meta-package #19

Open skolima opened 6 years ago

skolima commented 6 years ago

Example package: https://fuget.org/packages/xunit

xunit main package has no content, only dependencies - but those dependencies are not displayed by fuget.

Perhaps this is because the .nuspect is using the older format, without per-framework breakdown?

praeclarum commented 6 years ago

Yes, fuget only cares about real target frameworks included, not frameworks declared in your dependency list. So that fact that this package doesn't have any code means fuget never adds tfms to it. Ugh. I can special-case meta packages like this. But you'd be surprised how similar a "meta package" is to a "malformed package".