praeclarum / FuGetGallery

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

Tools packages not parsed #21

Open skolima opened 6 years ago

skolima commented 6 years ago

Example: xunit.console.runner https://fuget.org/packages/xunit.runner.console

Missing the target frameworks detection (I guess because files are in tools\ instead of the usual location). Package contents are listed, but no assembly analysis results are available.

praeclarum commented 6 years ago

Yeah tools definitely don't get the same treatment as lib. I will look to unify the code paths.