Go to file
Praburaj ba5d235a32 Function name not passed to LoadFrame method when file name is not present in stacktrace
When file names are missing from exception stack trace the above line of code does not pass the detected function name. As a result issue described in bug : https://github.com/aspnet/Diagnostics/issues/49 happens.

This issue happens on mono. With this fix method names show up in the error page middleware output on mono.
2014-11-18 17:06:08 -08:00
samples Update KProj to the latest format 2014-11-12 15:01:34 -08:00
src Function name not passed to LoadFrame method when file name is not present in stacktrace 2014-11-18 17:06:08 -08:00
test Update Microsoft.AspNet.Diagnostics.Entity to build in this repo 2014-11-18 15:12:13 -08:00
.gitattributes
.gitignore
CONTRIBUTING.md
DiagnosticsPages.sln Update Microsoft.AspNet.Diagnostics.Entity to build in this repo 2014-11-18 15:12:13 -08:00
LICENSE.txt
NuGet.Config Updating dev NuGet.config 2014-09-17 09:56:58 -07:00
README.md
build.cmd Updated build.cmd 2014-09-05 01:46:37 -07:00
build.sh Updating build.sh to work on Mono 2014-10-21 12:41:59 -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.