Commit Graph

533 Commits

Author SHA1 Message Date
Nate McMaster 07ea0b0852 Upgrade test framework versions and fix test issues 2017-05-15 14:30:26 -07:00
Pavel Krymets 2eea53d82b Remove unnecessary package references (#359) 2017-05-10 11:31:47 -07:00
Chris Ross (ASP.NET) 6827876bfa Merge branch 'rel/2.0.0-preview1' into dev 2017-05-05 14:56:56 -07:00
Chris Ross (ASP.NET) 31001de66a Migrate to netcoreapp2.0 2017-05-05 14:54:57 -07:00
Pavel Krymets 50ed4564f1 Merge branch 'rel/2.0.0-preview1' into dev 2017-05-05 10:23:26 -07:00
Pavel Krymets fdfc8c01d1 Update InternalAspNetCoreSdkVersion 2017-05-05 10:23:16 -07:00
Pranav K 57c7b50245 Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-01 22:02:05 -07:00
Pranav K 169694053b Use the bundled NETStandard.Library package in netstandard targeting libraries 2017-05-01 12:39:31 -07:00
Pranav K 22f92e4aac Updating package version to preview2 2017-04-26 07:13:01 -07:00
Pranav K 691f8cb994 Merge branch 'rel/2.0.0-preview1' into dev 2017-04-25 22:02:54 -07:00
Pranav K a02d8b0405 Branching for 2.0.0-preview1 2017-04-25 22:02:51 -07:00
Pranav K 142a13164e Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-25 11:04:08 -07:00
John Luo 46beda328a Skip flaky test 2017-04-24 21:22:53 -07:00
Chris R 76a4299b52 #326 Fix API set target 2017-04-19 16:09:57 -07:00
Chris R 0ce85e2ea2 #263 Add Caching_SetTtlAndStatusCode_Cached test diagnostics 2017-04-18 09:41:30 -07:00
Chris R 4e8872b94d Implement IServer.StopAsync 2017-04-12 22:30:46 -07:00
John Luo bc003985c6 React to addition of PreferHostingUrls 2017-04-05 12:23:28 -07:00
Pranav K fd27c7fcc6 Updating versions to 2.0.0-preview1 2017-04-03 21:41:10 -07:00
Pranav K 5f161fb51f Updating to 2.0.0 Internal.AspNetCore.Sdk 2017-03-29 11:30:34 -07:00
Jass Bagga e746e8b36c Disable test
See #263
2017-03-23 20:40:02 -07:00
Pranav K 53946e9856 Remove net451 as a cross-compile target 2017-03-23 15:26:48 -07:00
Kiran Challa 0586fd136f Converted samples and test projects to run on netcoreapp2.0 2017-03-23 09:52:13 -07:00
Chris R 60f456dc7e Retarget test app 2017-03-22 14:09:06 -07:00
Chris R 32bc9a57c9 #317 Dispose WindowsIdentity 2017-03-22 14:08:50 -07:00
Chris R c328e22699 #306 Consistently use WindowsPrincipal 2017-03-22 13:43:45 -07:00
Chris R d103bdb1ba #287 Do not include an auth display name 2017-03-22 13:31:06 -07:00
Nate McMaster 8d61026438
Update Travis to macOS Sierra
[skip appveyor]
2017-03-21 12:14:40 -07:00
John Luo a10d3eccbf Disable flaky tests 2017-03-21 12:00:05 -07:00
Nate McMaster 066644654f Add server GC to samples 2017-03-15 14:46:30 -07:00
Nate McMaster 5c4a132d71 Unify dependency versions to one file and remove workarounds 2017-03-15 14:24:15 -07:00
Nate McMaster bce80821c8
Update appveyor and travis settings 2017-03-14 13:40:30 -07:00
David Fowler cd8d4f3ebf Update .travis.yml (#323) 2017-03-09 11:19:58 -08:00
Eilon Lipton 50a9d6a0a1 Update AppVeyor link/badge 2017-03-08 13:38:17 -08:00
John Luo aac4eebd79 Direct address configuration #297 2017-03-02 15:51:54 -08:00
Nate McMaster 71c1f371f8 Update AppVeyor and Travis settings 2017-03-01 18:25:39 -08:00
Nate McMaster 291355c2fe Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
John Luo fcd0685923 Reacting to HeaderUtilities renames 2017-02-28 14:19:02 -08:00
John Luo 76255bc7f4 Remove references to WebListener 2017-02-24 16:02:55 -08:00
Chris R fd82d0214e Fix Theorys that should have been Facts. 2017-02-21 09:16:54 -08:00
Nate McMaster 27d9b78fd2
Downgrade to stable packages 2017-02-14 16:15:36 -08:00
Doug Bunting d35e4c9550 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 09:11:07 -08:00
Chris R bad8bc945a Convert from project.json to csproj 2017-02-06 11:45:36 -08:00
Chris R 119945ca02 Cache the ContentLength header value 2017-01-24 14:57:00 -08:00
Chris R 56bd85aaf2 #298 Add a timeout for draining requests on shutdown 2017-01-24 13:43:17 -08:00
Chris R e19dea255b Remove obsolete code 2017-01-11 12:00:19 -08:00
Stephen Halter 7c84269bc3 Remove no longer implemented WebSocket feature from collection 2017-01-09 16:54:20 -08:00
Chris R 691c69f1d2 #283 remove direct WebSocket support 2017-01-05 15:05:12 -08:00
Jonathan Channon 09c993e9a9 Update README.md 2017-01-05 14:48:00 -08:00
Chris R d04dc7182a #263 Disable parallel test execution to improve reliability 2017-01-04 11:13:28 -08:00
Chris R 6125e3982b Make last test x-plat conditional 2017-01-03 14:08:43 -08:00