This repository has been archived by the owner on Dec 8, 2018. It is now read-only.
Releases: aspnet/Diagnostics
Releases · aspnet/Diagnostics
1.1.4
1.0.5
2.0.0
2.0.0-preview2
Bugs Fixed
- DeveloperExceptionPage does not show line numbers in stack trace (#372)
2.0.0-preview1
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
1.0.1
1.1.0-preview1
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
1.0.0-rc2
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)