Go to file
Rowan Miller a8bb790596 🐛 Fix Apply Migrations button
During all the changes to how options are handled etc. we ended up where
app.UseDatabaseErrorPage() would no longer register the migrations
middleware that allows the "Apply Migrations" button to work.

Resolves aspnet/EntityFramework#4742
2016-04-18 10:43:22 -07:00
samples Migrate tests, tools and samples to portable 2016-04-15 09:34:48 -07:00
src 🐛 Fix Apply Migrations button 2016-04-18 10:43:22 -07:00
test Migrate tests, tools and samples to portable 2016-04-15 09:34:48 -07:00
tools
.gitattributes
.gitignore
.travis.yml Webhooks notification 2016-03-30 15:04:20 -07:00
CONTRIBUTING.md
DiagnosticsPages.sln Fix package dependencies 2016-03-15 17:33:10 -07:00
LICENSE.txt
NuGet.config Updating to release. 2016-04-06 09:47:33 -07:00
NuGetPackageVerifier.json Fix package dependencies 2016-03-15 17:33:10 -07:00
README.md
appveyor.yml
build.cmd
build.ps1 Updating to release. 2016-04-06 09:47:33 -07:00
build.sh Updating to release. 2016-04-06 09:47:33 -07:00
global.json

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.