Generic error page when looking at Oracle.ManagedDataAccess
ascott18 opened this issue · 4 comments
praeclarum commented
Looks like this is fixed? Please re-open if not.
MaceWindu commented
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
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)