Skip to content

praeclarum/FuGetGallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

76f1421 · Dec 21, 2023
May 26, 2021
Jun 24, 2021
May 26, 2021
May 17, 2020
Mar 22, 2022
Mar 22, 2022
Oct 3, 2019
May 12, 2018
May 27, 2021
Jan 25, 2019
May 25, 2021
Dec 20, 2023
May 26, 2021
Apr 5, 2018
May 26, 2021
May 26, 2021
Sep 6, 2018
Jun 24, 2021
Jan 30, 2018
May 6, 2020
Feb 28, 2021

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