Commit Graph

72 Commits

Author SHA1 Message Date
Kiran Challa e07c451b2c Adding win81 RIDs to match CI Servers' RIDs 2017-03-09 16:46:19 -08:00
Kiran Challa 5ff734bb71 [Fixes #53] Enable skipped Standalone tests 2017-03-09 15:34:34 -08:00
Nate McMaster 226f7992a3
React to aspnet/Korebuild#160 2017-02-16 09:55:25 -08:00
Doug Bunting 0527786686 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
2017-02-14 13:19:30 -08:00
Kiran Challa 0f27c30d90 Upgraded to VS 2017 RC 2017-02-03 09:47:10 -08:00
Chris R 91f5cb358d React to WebListener rename 2017-01-03 16:27:28 -08:00
Pranav K 13edf7a27b Updating to 4.4 CoreFx packages 2016-12-14 14:47:31 -08:00
Chris R e57ded038b #46 Test support for bin deployed aspnetcore.dll 2016-11-22 15:54:46 -08:00
Pranav K 52d4d0d709 Updating versions to 1.2.0-* 2016-11-09 14:19:38 -08:00
Chris R 4fa0551265 React to ResponseCompression version change 2016-10-14 11:36:38 -07:00
Chris R 2d1ea1a28f React to ResponseCompression API change 2016-10-14 11:06:24 -07:00
Pranav K d2e1a51fa8 Updating to netcoreapp1.1 2016-10-13 11:24:56 -07:00
Pranav K f27925e0e4 Revert "Updating to netcoreapp1.1"
This reverts commit 052b6f1105.
2016-10-12 16:09:43 -07:00
Pranav K 052b6f1105 Updating to netcoreapp1.1 2016-10-12 13:46:37 -07:00
Chris R 6f5baf033d Add ResponseCompression integration tests 2016-10-10 11:38:52 -07:00
Pranav K 4875019cb0 Updating partner package versions 2016-09-28 11:52:24 -07:00
Chris R 64d9e0e735 React to WebListener version change 2016-09-19 09:55:07 -07:00
Nate McMaster 16ee36c20a
Downgrade dotnet-publish-iis to latest stable release 2016-09-08 16:19:56 -07:00
Chris R 7caf2518ff React to WebListener settings API changes 2016-08-18 13:57:54 -07:00
Chris R a8bc80e6b2 React to WebListener AllowAnonymous API change. 2016-08-08 09:50:32 -07:00
Doug Bunting 4e0cbc1bbb 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-07 12:42:32 -07:00
Ajay Bhargav Baaskaran ecd36454bb Updating to RTM builds of xunit and Moq 2016-07-05 22:55:19 -07:00
Pranav K 2e63348580 Updating to dev versions 2016-06-16 10:18:38 -07:00
Pranav K 4472048169 Fix build warnings 2016-05-02 12:51:38 -07:00
BrennanConroy 7a51de05d6 Use fallback 2016-04-28 12:33:25 -07:00
BrennanConroy a0f236759d Remove references to UseDefaultHostingConfiguration 2016-04-28 09:41:08 -07:00
John Luo aa8e908fc7 Convert to portable and add tests for standalone and portable 2016-04-22 16:06:12 -07:00
Chris R 7e95bf71eb React to WebListener configuration changes. 2016-04-18 10:07:57 -07:00
John Luo 6dc0005a43 Use UseServer() instead of UseKestrel() to allow override in tests 2016-04-14 11:43:40 -07:00
John Luo f75609dedd Move web.config to application root 2016-04-11 09:53:28 -07:00
Kiran Challa 4423e4af38 Changed DNX451 references to NET451 2016-04-08 15:15:29 -07:00
Chris R c3d3825651 React to UseIIS rename. 2016-04-07 11:49:49 -07:00
John Luo 6950d441d1 React to Kestrel extensions 2016-03-30 15:46:08 -07:00
David Fowler 91ba4154c6 Fixed tests 2016-03-25 09:32:26 -07:00
John Luo 808d91c0e4 Reacting to Hosting changes 2016-03-24 11:49:30 -07:00
Pranav K ece8d1954a Reacting to CoreCLR package changes 2016-03-22 14:52:11 -07:00
Chris R 7ae9315cde React to IISIntegration changes. 2016-03-14 15:38:23 -07:00
Chris R 5840689f64 Switch from HttpPlatformHandler to AspNetCoreModule. 2016-03-09 14:21:20 -08:00
Doug Bunting 4a76b0dd0f Remove project name from output path
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 21:21:15 -08:00
N. Taylor Mullen f6752030dd Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:36:17 -08:00
John Luo 4ad6bbcdd3 Add required dependency for running test site 2016-02-23 16:26:30 -08:00
moozzyk 90087b0c39 Fixing failing tests 2016-02-19 14:24:10 -08:00
John Luo 55a0202c59 Update tfm to net451 and test with xunit runner 2016-02-18 17:34:24 -08:00
Victor Hurdugaci df548e1d04 Build with dotnet 2016-02-08 15:04:53 -08:00
N. Taylor Mullen 5b27b3f972 Update ASP.NET 5 versions for ASP.NET Core.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:28:31 -08:00
N. Taylor Mullen d631e8edd0 Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:01 -08:00
John Luo 5135a8938e Reacting to hosting rename 2016-01-17 16:43:28 -08:00
Chris R 77ca6be6cb React to hosting platform handler API changes. 2016-01-12 14:17:31 -08:00
John Luo 73fb78c47d Functional test update after Hosting API change 2015-12-21 15:04:55 -08:00
Chris R 4381e5e7c9 Add missing wwwroot dir in the test app. 2015-10-28 09:51:23 -07:00