Victor Hurdugaci
5693932003
Build with dotnet
2016-01-11 15:24:42 -08:00
John Luo
e076040b67
Updating to new options pattern
2016-01-08 17:12:48 -08:00
Pranav K
ca62719f9d
Skip tests that are failing due to Mono issues
...
Fixes #214
2015-12-01 09:54:47 -08:00
Pranav K
f0c2d7ed25
Updating tests to run on dnxcore50
2015-11-24 14:21:06 -08:00
Pranav K
3e7eb6df61
Skip auto generated files from API consistency
2015-10-22 10:29:22 -07:00
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
Pranav K
3657a1a14b
Renaming Microsoft.Framework.* -> Microsoft.Extensions.*
2015-10-03 15:44:46 -07:00
Brice Lambson
3a7c0132c1
Revert "React to aspnet/EntityFramework#2613"
...
This reverts commit 97459de509 .
2015-07-21 15:35:20 -07:00
Brice Lambson
97459de509
React to aspnet/EntityFramework#2613
2015-07-14 10:16:41 -07:00
Arthur Vickers
33a673cd35
React to EF name changes
2015-06-23 16:00:32 -07:00
Arthur Vickers
ccdedc704d
React to EntityOptions -> DbContextOptions rename
2015-06-15 23:01:16 -07:00
Henk Mollema
6dbbe831c4
Removed SetDefaultVisibility for ErrorPageOptions
...
- Removed `SetDefaultVisibility` method from `(Database)ErrorPageOptions`
- `(Database)ErrorPageOptions` properties are now auto-properties since there is no default visibility anymore
- Removed `isDevMode` parameter from `ErrorPageMiddleware` ctor
- Removed comments from `ErroPageExtensions.UseErrorPage()`
- Updated Entity tests
#130
2015-06-09 10:14:22 -07:00
Arthur Vickers
760be0c77c
React to DbContextOptions name change
2015-05-26 11:34:48 -07:00
N. Taylor Mullen
b1643b438a
Update LICENSE.txt and license header on files.
2015-05-01 13:46:24 -07:00
Praburaj
888ed48249
Using in memory store on mono
2015-04-06 11:06:27 -07:00
Doug Bunting
b76de57432
Merge remote-tracking branch 'origin/release' into dev
2015-04-03 11:40:43 -07:00
N. Taylor Mullen
cb6c01b8da
Update project.json, code=>compile. Also remove **/*.cs and **/*.vs from compile section. These are now defaulted to on.
2015-04-02 16:15:43 -07:00
Doug Bunting
9d095e2f21
Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename
2015-04-02 13:49:24 -07:00
Rowan Miller
105d3353cf
🔥 Remove migrations end point
2015-03-23 15:56:30 -07:00
N. Taylor Mullen
2641c41ed5
Update xunit.runner.kre => xunit.runner.aspnet.
2015-03-12 17:11:14 -07:00
N. Taylor Mullen
b07a656b8a
Update .kproj => .xproj.
2015-03-11 14:05:30 -07:00
N. Taylor Mullen
c746f2beb7
Remove BOM from project.json, *.cmd, *.sh and *.shade files.
2015-03-09 12:52:44 -07:00
N. Taylor Mullen
684983effb
Update aspnet50/aspnetcore50 => dnx451/dnxcore50.
2015-03-08 12:48:36 -07:00
Pranav K
e78dadcf0a
Reacting to EF renames
2015-02-12 17:47:27 -08:00
Brennan
b014a9ef41
Update tests to use the official xunit
2014-12-17 10:23:40 -08:00
Victor Hurdugaci
eb99bf25a3
Add schema version to kproj files
2014-11-25 10:39:01 -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