Aspnet Diagnostics Versions Save

[Archived] Diagnostics middleware for reporting info and handling exceptions and errors in ASP.NET Core, and diagnosing Entity Framework Core migrations errors. Project moved to https://github.com/aspnet/AspNetCore

1.1.4

6 years ago

1.0.5

6 years ago

rel/2.0.0

6 years ago

rel/2.0.0-preview2

6 years ago

Bugs Fixed

  • DeveloperExceptionPage does not show line numbers in stack trace (#372)

rel/2.0.0-preview1

7 years ago

Bugs Fixed

  • DeveloperExceptionPage does not show line numbers in stack trace (#372)
  • DeveloperExceptionPage throws when SourceFileContent is null in an ICompilationException (#344)
  • DataStoreErrorLogger behaves differently under .NETStandard1.3 vs .NET 4.5.1 (#342)
  • Preserving Querystring w/ UseStatusCodePagesWithReExecute (#339)
  • Disambiguate duplicate Microsoft.AspNetCore.DiagnosticsViewPage.Views.* type names (#295)

rel/1.0.1

7 years ago

Bugs Fixed

  • Port fix for: Exception Page showing only method names in the callstack #304 (#335)

rel/1.1.0

7 years ago

Features

  • Show full generated output option for razor compilation errors (#303)

rel/1.1.0-preview1

7 years ago

Features

  • Consider showing LoaderExceptions when caught exception is ReflectionTypeLoadException (#315)
  • Finding Original RequestUri with IExceptionHandlerFeature (#292)

Bugs Fixed

  • Diagnostics middleware no longer has a way to expand the source for compilation errors (#324)
  • It is not possible to copy text to clipboard from error message on development page. (#319)
  • Exception Page showing only method names in the callstack (#304)
  • DeveloperExceptionPage needs better text spacing on OSX/Safari (#288)
  • Status Code Page should omit semicolon when reason phrase is unknown (#282)

1.0.0

7 years ago

Features

  • UseStatusCodePagesWithReExecute should be able to take a query string (#268)

Bugs Fixed

  • Exceptions during razor views rendering don't show the source line (#293)
  • Remove UseRuntimeInfoPage() (#279)
  • UseStatusCodePagesWithReExecute shouldn't pass through the QueryString from the original request (#267)
  • Source code no longer expands/collapses (#264)

1.0.0-rc2

8 years ago

Features

  • Move ICompilationException to Diagnostics.Abstractions (#220)

Bugs Fixed

  • Fix diagnostics packages dependencies (#257)
  • DeveloperExceptionPage cookies view is broken (#241)
  • Diagnostics should register encoders in startup or use default values all the time (#234)
  • Remove RuntimeInfoMiddleware dependency on ILibraryManager by removing the list of packages (#233)
  • Developer exception page tabs broken (#228)
  • Allow inline configure of options in UseDeveloperExceptionPage (#219)
  • Clicking on show raw stack trace causes page to scroll back to the top (#203)