Rowan Miller
111dab7ddf
🐛 No database error page for existing databases
...
When there is an existing database and no migrations are present, then we should just display the standard error page as they are not using migrations and need to adjust their mapping code to match the existing schema.
Resolve #182
2015-10-20 09:23:42 -07:00
Pranav K
3657a1a14b
Renaming Microsoft.Framework.* -> Microsoft.Extensions.*
2015-10-03 15:44:46 -07:00
Brice Lambson
8ccfb99624
React to aspnet/EntityFramework#2902
2015-08-24 10:41:56 -07:00
Brice Lambson
e8fc5a970a
React to aspnet/EntityFramework#2831
2015-08-17 10:24:21 -07:00
Dejan Paležević
4a9029fc9c
Used nameof expression to resolve parameters name
2015-08-03 11:56:04 -07:00
Arthur Vickers
83c6ea7116
React to EF namespace changes
2015-06-30 10:59:15 -07:00
Arthur Vickers
33a673cd35
React to EF name changes
2015-06-23 16:00:32 -07:00
Arthur Vickers
3b29dbdd98
Fix old way of getting Migrator
2015-06-19 11:55:58 -07:00
Arthur Vickers
28d2d2e5d7
Add using directive
2015-06-19 11:18:18 -07:00
Arthur Vickers
b4a7d09ad2
React to removal of RelationalDatabase class.
2015-06-19 11:07:28 -07:00
Arthur Vickers
a07065c02e
React to removal of AsRelational
2015-06-19 09:39:41 -07:00
Brice Lambson
8508c6256e
React to WithCurrentCulture removal
2015-05-04 10:38:59 -07:00
N. Taylor Mullen
b1643b438a
Update LICENSE.txt and license header on files.
2015-05-01 13:46:24 -07:00
ajcvickers
027cbdac04
React to EF change
2015-04-07 21:51:11 -07:00
Hao Kung
b66b2df264
React to hosting
2015-03-19 11:22:22 -07:00
N. Taylor Mullen
684983effb
Update aspnet50/aspnetcore50 => dnx451/dnxcore50.
2015-03-08 12:48:36 -07:00
Brennan
00a1127676
Missed some logging API
2015-03-04 20:38:11 -08:00
ajcvickers
66252ff736
React to EF namespace change
2015-02-13 14:56:28 -08:00
Brice Lambson
a09d8a4ead
React to Migrations changes
2015-02-10 11:07:18 -08:00
ajcvickers
88d977b193
React to EF changes
2015-02-05 10:56:14 -08:00
mikary
32e28a8fc8
Reacting to API changes in EntityFramework Migrations
2015-01-07 14:51:05 -08:00
rowanmiller
5e00937d59
Handle wrapped exceptions in Database Error Page
...
If a database exception is wrapped later in the request (after EF has logged it) then we were not displaying the database error page.
This was occurring in ASP.NET Identity where the exception was getting wrapped in an AggregateException.
We now walk the tree of inner exceptions looking for a match.
Also adding some extra logging as this was hard to debug without resorting to source code.
2014-12-18 14:16:38 -08:00
Brice Lambson
17e5811a97
React to a change in EntityFramework.Migrations
2014-12-03 14:40:17 -08:00
ajcvickers
e6fdb8cbd2
React to EF dynamic services changes
2014-11-25 13:38:22 -08:00
ajcvickers
6f8407bca4
Reacting to EF change
2014-11-21 11:42:38 -08:00
rowanmiller
ef544d9baa
Update Microsoft.AspNet.Diagnostics.Entity to build in this repo
...
Previous commit copied code verbatim from EF repo
This commit updates it to build in this repo
2014-11-18 15:12:13 -08:00
rowanmiller
fad5ba4323
Copy of Microsoft.AspNet.Diagnostics.Entity code from EntityFramework
...
Straight copy of code with no modification so that we have a baseline of changes made to port the code to the Diagnostics repo
2014-11-17 15:49:09 -08:00