You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
点击日志详情出错:
System.Collections.Generic.KeyNotFoundException: The given key 'Model' was not present in the dictionary.
at System.Collections.Generic.Dictionary2.get_Item(TKey key) at LogDashboard.Views.Dashboard.LogInfo.Execute() at LogDashboard.Views.RazorPage.TransformText(String body) at LogDashboard.Views.RazorPage.ToString() at LogDashboard.Handle.LogDashboardHandleBase.View(Object model, Type viewType) at LogDashboard.Handle.DashboardHandle1.LogInfo(T info)
at LogDashboard.LogDashboardMiddleware.InvokeAsync(HttpContext httpContext)
at Microsoft.AspNetCore.Builder.Extensions.MapMiddleware.Invoke(HttpContext context)
at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
The text was updated successfully, but these errors were encountered:
logdashboard 1.4.8 稳定版
项目为ASP.NET Core WebAPI项目
点击日志详情出错:
System.Collections.Generic.KeyNotFoundException: The given key 'Model' was not present in the dictionary.
at System.Collections.Generic.Dictionary
2.get_Item(TKey key) at LogDashboard.Views.Dashboard.LogInfo.Execute() at LogDashboard.Views.RazorPage.TransformText(String body) at LogDashboard.Views.RazorPage.ToString() at LogDashboard.Handle.LogDashboardHandleBase.View(Object model, Type viewType) at LogDashboard.Handle.DashboardHandle
1.LogInfo(T info)at LogDashboard.LogDashboardMiddleware.InvokeAsync(HttpContext httpContext)
at Microsoft.AspNetCore.Builder.Extensions.MapMiddleware.Invoke(HttpContext context)
at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
The text was updated successfully, but these errors were encountered: