[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
Перейти к файлу
Victor Hurdugaci a0b9cdf512 Update the build scripts to the latest version 2016-03-07 20:55:01 -08:00
samples Make ServiceCollectionExtensions consistent 2016-03-04 10:57:30 -08:00
src Make ServiceCollectionExtensions consistent 2016-03-04 10:57:30 -08:00
test Make ServiceCollectionExtensions consistent 2016-03-04 10:57:30 -08:00
tools Strong name everything except Microsoft.AspNet.Diagnostics.Entity. 2015-11-03 17:35:50 -08:00
.gitattributes Build with dotnet 2016-01-11 15:24:42 -08:00
.gitignore Build with dotnet 2016-01-11 15:24:42 -08:00
.travis.yml Do not attempt to use localDb except on Windows 2016-02-25 09:58:24 -08:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:50:16 -07:00
DiagnosticsPages.sln * Add functional tests for samples 2016-02-01 11:12:27 -08:00
LICENSE.txt Update LICENSE.txt and license header on files. 2015-05-01 13:46:24 -07:00
NuGet.config Updating to release NuGet.config. 2015-10-28 12:43:07 -07:00
NuGetPackageVerifier.json Enabled xml doc generation 2016-02-17 16:57:39 -08:00
README.md Adding status badges 2015-04-01 18:13:45 -07:00
appveyor.yml Build with dotnet 2016-01-11 15:24:42 -08:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:16 -08:00
build.ps1 Update the build scripts to the latest version 2016-03-07 20:55:01 -08:00
build.sh Update the build scripts to the latest version 2016-03-07 20:55:01 -08:00
global.json * Add functional tests for samples 2016-02-01 11:12:27 -08:00
makefile.shade Rename AspNet 5 file contents. 2016-01-22 12:24:16 -08:00

README.md

ASP.NET DiagnosticsPages

AppVeyor: AppVeyor

Travis: Travis

Diagnostics middleware.

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