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

Releases: aspnet/Diagnostics

1.1.4

15 Nov 05:41
Compare
Choose a tag to compare
Update dependencies to the latest patch

1.0.5

15 Nov 04:58
Compare
Choose a tag to compare
Update patch build to latest dependencies

2.0.0

14 Aug 13:05
Compare
Choose a tag to compare
rel/2.0.0

Pinning versions for 2.0.0

2.0.0-preview2

28 Jun 06:30
Compare
Choose a tag to compare
2.0.0-preview2 Pre-release
Pre-release

Bugs Fixed

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

2.0.0-preview1

10 May 04:29
Compare
Choose a tag to compare
2.0.0-preview1 Pre-release
Pre-release

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

16 Nov 16:27
Compare
Choose a tag to compare

Features

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

1.0.1

13 Dec 17:30
Compare
Choose a tag to compare

Bugs Fixed

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

1.1.0-preview1

25 Oct 15:51
Compare
Choose a tag to compare
1.1.0-preview1 Pre-release
Pre-release

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

27 Jun 14:55
Compare
Choose a tag to compare

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

16 May 17:20
Compare
Choose a tag to compare
1.0.0-rc2 Pre-release
Pre-release

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)