Go to file
Ryan Nowak 4549b84cb5
Remove JSON output (#457)
* Remove JSON output and convert to sample

GlennC and I made the decisison to turn the JSON output into a sample
rather than something we support out of the box. We wouldn't tell
customers to definitely use it and we don't want to introduce more
coupling to JSON.NET.
2018-08-03 09:40:45 -07:00
.vsts-pipelines/builds Update infrastructure for the 2.2 release 2018-06-28 16:19:26 -07:00
build Updating Health Checks for 2.2 2018-08-01 18:49:44 -07:00
samples Remove JSON output (#457) 2018-08-03 09:40:45 -07:00
src Remove JSON output (#457) 2018-08-03 09:40:45 -07:00
test Remove JSON output (#457) 2018-08-03 09:40:45 -07:00
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
DiagnosticsPages.sln
Directory.Build.props
Directory.Build.targets
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
build.cmd
build.sh
korebuild-lock.txt Update dependencies.props 2018-07-29 12:09:28 -07:00
korebuild.json Update infrastructure for the 2.2 release 2018-06-28 16:19:26 -07:00
run.cmd
run.ps1
run.sh
version.props

README.md

ASP.NET Core Diagnostics

AppVeyor: AppVeyor

Travis: Travis

Diagnostics middleware for reporting info and handling exceptions and errors in ASP.NET Core, and diagnosing Entity Framework Core migrations errors.

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