praeclarum / FuGetGallery

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

Added support for generic constraints on methods and types #78

Closed TylerBrinkley closed 4 years ago

TylerBrinkley commented 4 years ago

Added support for generic constraints on methods and types. The only constraints not supported are new(), unmanaged, and notnull as I wasn't sure how they're represented in the constraint system in Cecil.

Closes #47

praeclarum commented 4 years ago

Wonderful, thank you!

TylerBrinkley commented 4 years ago

Thanks for looking at it so quickly.