[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
Перейти к файлу
Kiran Challa a03b2dc6b4 Enable tests to run using dotnet xunit runner 2016-02-09 22:18:22 -08:00
samples Add 'UseServer' 2016-02-04 02:12:14 +03:00
src Update project.json to remove redundant System.Runtime dependency. 2016-02-05 17:22:49 -08:00
test Enable tests to run using dotnet xunit runner 2016-02-09 22:18:22 -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 Build with dotnet 2016-01-11 15:24:42 -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 Rename AspNet 5 file contents. 2016-01-22 12:24:16 -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 Build with dotnet 2016-01-11 15:24:42 -08:00
build.sh Updating build script 2016-01-14 16:41:15 -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.