FuGetGallery icon indicating copy to clipboard operation
FuGetGallery copied to clipboard

An alternative web UI for browsing nuget packages

Results 76 FuGetGallery issues
Sort by recently updated
recently updated
newest added

StackExchange.Redis API documentation page is broken. Can you fix it please? ![image](https://github.com/praeclarum/FuGetGallery/assets/35315660/ef2a5c77-42c2-48b7-ba9e-320db61d3025)

Hello, It looks like the website is slow. It takes between 10sec to several minutes to load a page. Sometimes there is also a timeout issue from CloudFare ![CleanShot 2023-10-18...

Supercedes https://github.com/praeclarum/FuGetGallery/pull/179

We are managing source code through Azure Devops. This uses another url scheme when browsing commits: ``` https://dev.azure.com/organization/project/_git/repo?version=GCcommit ``` instead of ``` https://github.com/user/project/tree/commit ``` See https://www.nuget.org/packages/Visi.Extensions as example.

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

> Did you know that you can now see if the latest version of a NuGet package is deprecated or vulnerable when searching for a package on NuGet.org? > >...

Supercedes https://github.com/praeclarum/FuGetGallery/pull/169.

Fix https://github.com/praeclarum/FuGetGallery/issues/176

I've noticed the following where when the search results include a package that has download counts greater than `Int32.MaxValue`. Example URL: https://www.fuget.org/packages?q=newtonsoft.json ` System.OverflowException: Value was either too large or...