[Archived] Diagnostics middleware for reporting info and handling exceptions and errors in ASP.NET Core, and diagnosing Entity Framework Core migrations errors. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
Nate McMaster 7ac0e06abf Pin tool and package versions to make builds more repeatable 2017-10-31 19:37:33 -07:00
build Pin tool and package versions to make builds more repeatable 2017-10-31 19:37:33 -07:00
samples Pin tool and package versions to make builds more repeatable 2017-10-31 19:37:33 -07:00
src Pin tool and package versions to make builds more repeatable 2017-10-31 19:37:33 -07:00
test Pin tool and package versions to make builds more repeatable 2017-10-31 19:37:33 -07:00
.appveyor.yml Update bootstrappers 2017-10-09 12:41:50 -07:00
.gitattributes Build with dotnet 2016-01-11 15:24:42 -08:00
.gitignore Pin tool and package versions to make builds more repeatable 2017-10-31 19:37:33 -07:00
.travis.yml Remove custom apt source (#388) 2017-06-26 14:40:43 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:50:16 -07:00
DiagnosticsPages.sln Add abstractions for Health Checks and a simple middleware and service to run them (#408) 2017-10-18 13:52:06 -07:00
Directory.Build.props Pin tool and package versions to make builds more repeatable 2017-10-31 19:37:33 -07:00
Directory.Build.targets Pin tool and package versions to make builds more repeatable 2017-10-31 19:37:33 -07:00
LICENSE.txt Update LICENSE.txt text 2017-07-03 14:05:21 -07:00
NuGet.config Pin tool and package versions to make builds more repeatable 2017-10-31 19:37:33 -07:00
NuGetPackageVerifier.json Remove Microsoft.AspNetCore.DiagnosticsViewPage.Sources package 2017-01-09 12:13:05 -08:00
README.md Fix package metadata 2016-03-07 22:50:04 -08:00
build.cmd Update bootstrappers 2017-10-09 12:41:50 -07:00
build.sh Update bootstrappers 2017-10-09 12:41:50 -07:00
korebuild-lock.txt Pin tool and package versions to make builds more repeatable 2017-10-31 19:37:33 -07:00
korebuild.json Pin tool and package versions to make builds more repeatable 2017-10-31 19:37:33 -07:00
run.cmd Update bootstrappers 2017-10-09 12:41:50 -07:00
run.ps1 Update bootstrappers 2017-10-09 12:41:50 -07:00
run.sh Update bootstrappers 2017-10-09 12:41:50 -07:00
version.props Pin tool and package versions to make builds more repeatable 2017-10-31 19:37:33 -07:00

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.