Go to file
Rowan Miller 1c26436041 Bring back "Apply Migrations" button on database error page
Mostly just a revert of the commit that removed this functionality, with a few changes:
* Perform proper JavaScript encoding in the script part of the database error page Views/BaseView.cs
* Use the builder pattern in the UseXyz extension methods on IApplicationBuilder (per #184). Also applying this to DatabaseErrorPageOptions to keep things consistent.
* Fixing a few tests that were getting the context from DI but putting it in a using block so that it got disposed (rather than letting DI handle disposing).
2015-10-20 09:29:15 -07:00
samples Bring back "Apply Migrations" button on database error page 2015-10-20 09:29:15 -07:00
src Bring back "Apply Migrations" button on database error page 2015-10-20 09:29:15 -07:00
test Bring back "Apply Migrations" button on database error page 2015-10-20 09:29:15 -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 Enabling NuGetPackageVerifier 2015-09-22 16:00:47 -07:00
README.md
…
appveyor.yml
…
build.cmd Fix local build break 2015-10-12 12:51:39 -07:00
build.sh React to aspnet/Universe#290 fix 2015-10-10 19:53:14 -07:00
global.json
…
makefile.shade * Fix PageGenerator 2015-10-16 10:44:55 -07: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.