Skip to content
This repository was archived by the owner on Dec 8, 2018. It is now read-only.

Releases: aspnet/Diagnostics

1.1.4

Choose a tag to compare

@danroth27 danroth27 released this 15 Nov 05:41
Update dependencies to the latest patch

1.0.5

Choose a tag to compare

@danroth27 danroth27 released this 15 Nov 04:58
Update patch build to latest dependencies

2.0.0

Choose a tag to compare

@danroth27 danroth27 released this 14 Aug 13:05
rel/2.0.0

Pinning versions for 2.0.0

2.0.0-preview2

2.0.0-preview2 Pre-release
Pre-release

Choose a tag to compare

@danroth27 danroth27 released this 28 Jun 06:30

Bugs Fixed

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

2.0.0-preview1

2.0.0-preview1 Pre-release
Pre-release

Choose a tag to compare

@danroth27 danroth27 released this 10 May 04:29

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)

1.1.0

Choose a tag to compare

@danroth27 danroth27 released this 16 Nov 16:27

Features

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

1.0.1

Choose a tag to compare

@danroth27 danroth27 released this 13 Dec 17:30

Bugs Fixed

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

1.1.0-preview1

1.1.0-preview1 Pre-release
Pre-release

Choose a tag to compare

@danroth27 danroth27 released this 25 Oct 15:51

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

Choose a tag to compare

@danroth27 danroth27 released this 27 Jun 14:55

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

1.0.0-rc2 Pre-release
Pre-release

Choose a tag to compare

@danroth27 danroth27 released this 16 May 17:20

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)