Commit Graph

201 Commits

Author SHA1 Message Date
Pranav K 30306fc4f4 Change TFM to netcoreapp2.0 2017-05-04 22:15:24 -07:00
BrennanConroy 1018f41f15 Missed some obsolete logging calls 2017-05-02 15:23:21 -07:00
AndriySvyryd 979107493e Treat all SQL exceptions the same in DatabaseErrorPageMiddlewareTest
Fixes #366
2017-04-26 21:38:56 -07:00
AndriySvyryd c73bd7e63e Increase timeout in EF tests 2017-04-25 13:18:05 -07:00
Brice Lambson e3180baea5 Re-enable Entity Framework tests
Resolves #350
2017-04-20 12:11:22 -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
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 e8db0cb43e Unify dependency versions to one file and remove workarounds 2017-03-15 13:25:35 -07:00
Arthur Vickers 3a8b8c81ab Update in-memory tests to used named database. 2017-02-28 16:46:30 -08:00
Nate McMaster 02dc95eda3
React to aspnet/Korebuild#160 2017-02-16 10:03:40 -08:00
Doug Bunting c354afebc8 Bump test projects up to .NET 4.5.2
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- build tests for desktop .NET only on Windows

Address existing issues
- work around test failures, including #350
  - skip tests mentioned in #350
  - reorder xunit and xunit.runner.visualstudio; setup fails for .NET Core otherwise
- skip all tests using LocalDB on Linux and OSX
  - `[FrameworkSkipCondition(RuntimeFrameworks.Mono)]` now redundant
- correct AppVeyor image

nits:
- let VS add the test `<Service>`
- use `[ConditionalFact]` when there's no test data
2017-02-16 08:40:27 -08:00
Nate McMaster 4c5739c852 Upgrade to VS 2017 2017-01-31 10:01:38 -08:00
Kiran Challa fb7c25b662 Added OriginalQueryString property to IStatusCodeReExecuteFeature interface 2017-01-27 10:48:59 -08:00
Arthur Vickers f35a3b4918 Remove obsolete calls to AddEntityFramework 2017-01-26 12:03:21 -08:00
Pranav K 4b77edfe7a Updating to 4.4 CoreFx packages 2016-12-14 14:47:28 -08:00
Pranav K 32cced78b8 Update dependency versions 2016-11-10 08:41:05 -08:00
Pranav K f4f1902808 Updating versions to 1.2.0-* 2016-11-09 14:17:12 -08:00
Pranav K a3e7481fcb Updating to netcoreapp1.1 2016-10-13 11:13:51 -07:00
Pranav K 9cecbc2cb1 Revert "Updating to netcoreapp1.1"
This reverts commit 65025d41a5.
2016-10-12 16:08:16 -07:00
Pranav K 65025d41a5 Updating to netcoreapp1.1 2016-10-12 13:45:05 -07:00
Pranav K d376a1fa75 Updating partner package versions 2016-09-29 10:52:34 -07:00
Chris R 1b1bd34b8d Add new dependnecy and test for UTF-8 BOM fix in views 2016-09-21 16:03:04 -07:00
Kiran Challa c224a726f9 Moved PageGenerator to Razor repo and moved diagnostic view page sources to Common. 2016-08-29 13:43:00 -07:00
Kiran Challa 175a4c961e Revert "Moved PageGenerator and DiagnosticsViewPage projects to Common repo and some updates"
This reverts commit 7cabb3f117.
2016-08-25 17:22:09 -07:00
Kiran Challa 7cabb3f117 Moved PageGenerator and DiagnosticsViewPage projects to Common repo and some updates 2016-08-25 16:25:15 -07:00
Pranav K d2b5144132 Updating to Moq \ Castle.Core that does not require imports 2016-08-08 12:28:30 -07:00
BrennanConroy 496d94b41f Fix cross appdomain exception 2016-07-25 09:51:45 -07:00
Doug Bunting 2b5358b394 One build to rule them all
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-06 22:08:02 -07:00
Pranav K 5c7157919b Updating to RTM builds of dotnet-test-xunit and Moq 2016-06-29 16:35:24 -07:00
Pranav K a2857238f9 Updating to dev versions 2016-06-16 10:17:44 -07:00
John Luo 412d125c95 PR #299 Cleanup 2016-06-15 11:05:44 -07:00
jamie d6c8dae3f0 StatusCodePagesOptions.HandleAsync only includes a semicolon where a reason phrase for the HTTP status is available.
Added Unit Test to cover all HTTP Status Codes from 400 - 599 (inclusive).
2016-06-15 11:05:44 -07:00
N. Taylor Mullen 6a577da3b2 Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in.

aspnet/Coherence-Signed#344
2016-06-13 15:29:48 -07:00
Pranav K b7c924b449 Use Microsoft.Extensions.StackTrace.Sources 2016-06-03 16:35:27 -07:00
BrennanConroy 0025724433 Replace PlatformAbstractions with RuntimeInformation 2016-05-31 11:10:40 -07:00
Pranav K 58ef466fa2 Fix build warning 2016-05-20 17:10:56 -07:00
Kiran Challa af19899927 [Fixes #279] Deleted RuntimeInfo middleware, sample and tests 2016-05-16 13:12:40 -07:00
Rowan Miller 9a411df59f Merge branch 'release' into dev
# Conflicts:
#	src/PageGenerator/project.json
2016-05-10 12:34:53 -07:00
Rowan Miller b9565b9ba3 Include instructions for PMC migrations commands
Update database error page to include instructions for using Package Manager Console commands to add/apply migrations.

Resolves #290
2016-05-10 12:08:12 -07:00
Pranav K 53327df4fc Merge branch 'release' into dev 2016-05-02 14:55:45 -07:00
Pranav K 0b393fbc04 Fix build warnings 2016-05-02 13:21:03 -07:00
Ryan Brandenburg 48b436ec8a Allow query string on ReExecuting status code page 2016-05-02 10:57:20 -07:00
Pranav K 3d09f972ad Remove IApplicationEnvironment references 2016-04-26 12:12:57 -07:00
Pranav K ba6044a5f3 Remove references to IApplicationEnvironment \ IRuntimeEnvironment 2016-04-26 09:42:31 -07:00
Pranav K a35571b8c5 Use latest build of dotnet-test-xunit 2016-04-19 14:53:55 -07:00
Pavel Krymets 09ce98ec41 Bring Microsoft.NETCore.Platforms dependency back 2016-04-18 17:04:24 -07:00