Skip to content

praeclarum/FuGetGallery

Repository files navigation

FuGet Gallery

This site is a nuget package browser combined with an API browser. The package browser uses the nuget.org API to display all the packages in their index. The API browser combines the XML documentation and the metadata of the package's assemblies to help you explore and learn. Try the API search box to quickly find code, and use the code tab to see how the library works. You can also diff two package versions to see what's changed.

Running

This is a standard ASP.NET Core app that can be run with:

ASPNETCORE_ENVIRONMENT=Development dotnet watch run