Go to file
turchenkoalex 1e1e55b362 Fix not shown 'exception page' on non windows system
Occurs on non windows system where Environment.NewLine is LF (1 symbol length) Unix, Linux, OS X etc. And options.ShowExceptionDetails is true.
Replaced number '2' to Environment.NewLine.Length.
2014-07-13 21:14:05 +04:00
samples Bump version to 1.0.0-* 2014-06-19 16:13:11 -07:00
src Fix not shown 'exception page' on non windows system 2014-07-13 21:14:05 +04:00
.gitattributes
.gitignore
CONTRIBUTING.md
DiagnosticsPages.sln
LICENSE.txt
NuGet.Config Updating dev Nuget.config 2014-06-20 14:32:18 -07:00
README.md
build.cmd
build.sh
global.json
makefile.shade

README.md

ASP.NET DiagnosticsPages

Diagnostics middleware.

This project is part of ASP.NET vNext. You can find samples, documentation and getting started instructions for ASP.NET vNext at the Home repo.