Go to file
Eilon Lipton 0f74187a81 Fix package dependencies
Removed some extraneous dependencies and instead made all the
diagnostics packages be independent packages that happen to share some
concepts/source code.

The common Razor base class code was moved to a shared source file. Then
the Diagnostics page, ELM page, and EF database page all use that. Also
updated the page generator to use the new shared code.

See #257
2016-03-15 17:33:10 -07:00
samples Fix package dependencies 2016-03-15 17:33:10 -07:00
src Fix package dependencies 2016-03-15 17:33:10 -07:00
test Fix package dependencies 2016-03-15 17:33:10 -07:00
tools
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
DiagnosticsPages.sln Fix package dependencies 2016-03-15 17:33:10 -07:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json Fix package dependencies 2016-03-15 17:33:10 -07:00
README.md
appveyor.yml
build.cmd
build.ps1
build.sh
global.json
makefile.shade

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.