praeclarum / FuGetGallery

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

Generic error page when looking at Oracle.ManagedDataAccess #107

Closed ascott18 closed 3 years ago

ascott18 commented 4 years ago

https://www.fuget.org/packages/Oracle.ManagedDataAccess

image

MaceWindu commented 4 years ago

See #103

praeclarum commented 3 years ago

Looks like this is fixed? Please re-open if not.

MaceWindu commented 3 years ago

It works for recent releases, but fails e.g. for this one https://www.fuget.org/packages/Oracle.ManagedDataAccess/19.9.0/lib/net40/Oracle.ManagedDataAccess.dll/OracleInternal.Common

bgrainger commented 3 years ago
fail: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1]
      An unhandled exception has occurred while executing the request.
System.NullReferenceException: Object reference not set to an instance of an object.
   at FuGetGallery.Pages.packages.Pages_packages_details.ExecuteAsync() in C:\FuGetGallery\Pages\packages\details.cshtml:line 405
   at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageCoreAsync(IRazorPage page, ViewContext context)
   at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageAsync(IRazorPage page, ViewContext context, Boolean invokeViewStarts)