Go to file
Rowan Miller c35afcc1a8 💚 Prepare for IAccessor API change in EF
IAccessor is being renamed to IInfrastructure. The places we use it in
this repo can actually use an extension method instead and avoid the
cast, so updating to that.
2015-10-26 10:10:30 -07:00
samples Bring back "Apply Migrations" button on database error page 2015-10-20 09:29:15 -07:00
src Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions 2015-10-22 19:30:09 -07:00
test 💚 Prepare for IAccessor API change in EF 2015-10-26 10:10:30 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
DiagnosticsPages.sln Bring back "Apply Migrations" button on database error page 2015-10-20 09:29:15 -07:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.sh
global.json
makefile.shade

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.