Andrew Peters
fc1dbbbcfd
Adds a missing ToList() in assert code.
2017-06-01 14:54:41 -07:00
Arthur Vickers
4b5d6903ea
React to EF change
2017-06-01 09:04:55 -07:00
Pranav K
fa469ed85b
Updating build scripts to point to 2.0.0-preview2 KoreBuild
2017-05-31 19:53:15 -07:00
Pranav K
435c79ee97
Branching for rel/2.0.0-preview2
2017-05-31 19:36:21 -07:00
Andrew Peters
2258eeae39
Database Error Page: Remove ILogger-based interception.
...
- Made EF calls async
- Removed a slow, repeated DB existence check.
2017-05-30 15:50:19 -07:00
Andrew Peters
1b6993fb91
Database Error Page: Prep for removal of ILogger-based interception.
...
- Removed EF ApiCheck tests; not required for middleware.
- Removed JB annotations and Check usage; align with other Diagnostics Pages projects.
- Fixed code redundancies.
2017-05-30 12:55:50 -07:00
Kiran Challa
bd921bf96d
Updated to use the latest shared runtime
2017-05-26 12:39:26 -07:00
Arthur Vickers
8e618cb6f4
React to EF namespace change.
2017-05-23 17:39:21 -07:00
Pranav K
ec2faf5594
Target netstandard2.0
2017-05-23 15:27:47 -07:00
Smit Patel
09468daaef
Revert "Disable SqlServer specific tests on netcoreapp2.0 on win7/2008"
...
This reverts commit 775847a1fa .
2017-05-17 18:08:46 -07:00
Arthur Vickers
44610a44ac
Update database error page to react to EF logging changes.
2017-05-15 16:19:15 -07:00
Nate McMaster
7199e8d358
Upgrade test framework versions and fix test issues
2017-05-15 14:19:24 -07:00
Pavel Krymets
eedcca1be9
Remove unnecessary package references ( #378 )
2017-05-10 11:29:57 -07:00
John Luo
3e05cc5ac9
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-05 19:03:54 -07:00
John Luo
8b411493e9
Migration
2017-05-05 19:03:25 -07:00
Pranav K
cce449d6df
Merge pull request #376 from aspnet/rel/2.0.0-preview1
...
Change TFM to netcoreapp2.0
2017-05-04 22:15:46 -07:00
Pranav K
30306fc4f4
Change TFM to netcoreapp2.0
2017-05-04 22:15:24 -07:00
BrennanConroy
190f2d371d
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-02 15:24:21 -07:00
BrennanConroy
1018f41f15
Missed some obsolete logging calls
2017-05-02 15:23:21 -07:00
Pranav K
f92543dfd8
Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev
2017-05-01 22:01:45 -07:00
Pranav K
d39aa567ae
Use the bundled NETStandard.Library package in netstandard targeting libraries
2017-05-01 12:39:12 -07:00
BrennanConroy
ed4d3d957d
Merge branch 'rel/2.0.0-preview1' into dev
2017-04-27 16:26:48 -07:00
BrennanConroy
04dbf42264
React to Logging API changes
2017-04-27 16:22:25 -07:00
AndriySvyryd
e147b33fd2
Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev
2017-04-26 21:45:57 -07:00
AndriySvyryd
979107493e
Treat all SQL exceptions the same in DatabaseErrorPageMiddlewareTest
...
Fixes #366
2017-04-26 21:38:56 -07:00
Pranav K
060fcca779
Updating package version to preview2
2017-04-26 07:12:46 -07:00
Pranav K
8510397509
Merge branch 'rel/2.0.0-preview1' into dev
2017-04-25 22:01:46 -07:00
Pranav K
9680560aae
Branching for 2.0.0-preview1
2017-04-25 22:01:43 -07:00
AndriySvyryd
c73bd7e63e
Increase timeout in EF tests
2017-04-25 13:18:05 -07:00
Pranav K
0786f18c3e
Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one
2017-04-25 11:04:07 -07:00
Smit Patel
8c2409404d
Update API Check related files
...
React to aspnet/BuildTools#238
2017-04-25 08:18:22 -07:00
Pranav K
fb12815786
Remove System.Reflection.Metadata
2017-04-21 18:10:45 -07:00
Ryan Brandenburg
9daa61084e
Make DataStoreErrorLogger._log static
2017-04-21 09:26:04 -07:00
Brice Lambson
e3180baea5
Re-enable Entity Framework tests
...
Resolves #350
2017-04-20 12:11:22 -07:00
Kiran Challa
e450dd707e
Deleted obsolete razor views and models
2017-04-20 10:03:39 -07:00
Smit Patel
775847a1fa
Disable SqlServer specific tests on netcoreapp2.0 on win7/2008
2017-04-16 11:58:33 -07:00
Kiran Challa
ee1cfdf41e
[Fixes #] DeveloperExceptionPage throws when SourceFileContent is null in an ICompilationException
2017-04-11 05:59:17 -07:00
Pranav K
52a388e0ec
Updating versions to 2.0.0-preview1
2017-04-03 21:41:09 -07:00
Pranav K
7fa3babfb4
Updating to 2.0.0 Internal.AspNetCore.Sdk
2017-03-29 11:30:32 -07:00
Kiran Challa
6ac219c710
updated
2017-03-23 16:25:51 -07:00
Kiran Challa
6f2a0702e3
Converted samples and test projects to run on netcoreapp2.0
2017-03-23 16:25:51 -07:00
N. Taylor Mullen
e3e4176124
Try renaming functional tests as a potential mitigation for long path issues.
2017-03-23 11:12:20 -07:00
Pranav K
237abd0b69
Change compilation targets.
...
* Remove net451 as a compilation target
* Upgrade to netcoreapp2.0
2017-03-22 13:50:35 -07:00
Nate McMaster
ddb5de0f77
Update Travis to macOS Sierra
...
[skip appveyor]
2017-03-21 12:06:44 -07:00
Nate McMaster
e8db0cb43e
Unify dependency versions to one file and remove workarounds
2017-03-15 13:25:35 -07:00
Nate McMaster
36195d7f1b
Update appveyor and travis settings
2017-03-14 13:40:01 -07:00
David Fowler
9fac9c8d5f
Merge pull request #351 from aspnet/no-mono
...
No mono
2017-03-09 18:04:16 -08:00
David Fowler
9ae3938e05
Update .travis.yml
2017-03-08 20:51:33 -08:00
Nate McMaster
4916ff75cd
Update AppVeyor and Travis settings
2017-03-01 18:25:39 -08:00
Nate McMaster
c532c3391d
Change korebuild branch and fix argument forwarding in bootstrapper
2017-03-01 18:14:13 -08:00