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 Updating kproj file to match tooling changes 2014-05-18 20:13:54 -07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2014-05-13 01:02:17 -07:00
DiagnosticsPages.sln
LICENSE.txt
NuGet.Config Updating dev Nuget.config 2014-06-20 14:32:18 -07:00
README.md
build.cmd Adding switch to build.cmd to skip KRE install 2014-06-03 10:14:35 -07:00
build.sh Updating build.sh based on KRuntime changes 2014-06-10 17:17:03 -07:00
global.json
makefile.shade Change the default author in makefile.shade 2014-06-18 16:21:39 -07:00

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.