Commit Graph

136 Commits

Author SHA1 Message Date
Pranav K 23e0ad8b42 Merge branch 'rel/2.0.0' into dev 2017-07-10 11:45:39 -07:00
Pranav K 3ceed775ec Branching for 2.0.0 rtm 2017-07-10 11:45:39 -07:00
Ryan Brandenburg cad0e9eff9 Remove NETSTandard.Library.NETFramework 2017-07-07 10:26:00 -07:00
Pranav K 8dae273b9d Update version suffix for 2.0.0 RTM release 2017-07-06 15:08:46 -07:00
Ryan Brandenburg ae4154b0aa Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:53:58 -07:00
Nate McMaster e4276480f4 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:38:59 -07:00
Pranav K d33791ea07 Update LICENSE.txt text 2017-07-03 14:07:40 -07:00
Pranav K 2b9966dabc Add NETStandardImplicitPackageVersion 2017-06-29 08:49:29 -07:00
Nate McMaster 65cccd0550 Adding libunwind8 to .travis.yml
[skip appveyor]
2017-06-26 09:40:55 -07:00
Pranav K 3909a5ce88 Remove usage of TaskCache 2017-06-08 09:06:18 -07:00
Pranav K f5227bd719 Updating versions to preview3 2017-06-01 10:47:40 -07:00
Pranav K 8ef3f3d861 Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-05-31 20:02:54 -07:00
Pranav K d4b8464d0e Updating build scripts to point to 2.0.0-preview2 KoreBuild 2017-05-31 19:53:31 -07:00
Pranav K 2e13ef35d8 Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-05-31 19:46:33 -07:00
Pranav K 7d378b1fe1 Branching for rel/2.0.0-preview2 2017-05-31 19:37:14 -07:00
Kiran Challa 6a17e4899c Updated to use the latest shared runtime 2017-05-26 12:44:02 -07:00
Chris R 1bc5ade59f React to StringSegment changes 2017-05-23 15:31:55 -07:00
Chris R 421ac4bc97 React to StringSegment changes 2017-05-23 11:41:08 -07:00
John Luo a05ad22173 Target NETStandard2.0 2017-05-22 15:29:37 -07:00
Nate McMaster 83ddb276f6 Remove workaround from test project 2017-05-15 12:36:54 -07:00
Nate McMaster 72bb0750f4 Upgrade test framework versions 2017-05-12 15:28:38 -07:00
Pavel Krymets 16984a6fe0 Remove unnecessary package references (#122) 2017-05-10 11:43:43 -07:00
Pavel Krymets 0043b4af71 Merge branch 'rel/2.0.0-preview1' into dev 2017-05-05 10:31:15 -07:00
Pavel Krymets 2b4cb21a03 Update InternalAspNetCoreSdkVersion 2017-05-05 10:31:08 -07:00
Mike Harder f536c023f0 Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-05 10:12:45 -07:00
John Luo 1be9dc10ab netcoreapp2.0 (#121) 2017-05-05 10:11:29 -07:00
Pranav K 1c8a4572cb Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-01 22:02:35 -07:00
Pranav K 0e83bce219 Use the bundled NETStandard.Library package in netstandard targeting libraries 2017-05-01 12:40:05 -07:00
Pranav K 3f9e0a09de Updating package version to preview2 2017-04-26 07:13:31 -07:00
Pranav K aee644a3c6 Merge branch 'rel/2.0.0-preview1' into dev 2017-04-25 22:05:02 -07:00
Pranav K 66b5458ce9 Branching for 2.0.0-preview1 2017-04-25 22:04:59 -07:00
Pranav K 04fe7fd31b Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-25 11:04:10 -07:00
Pranav K 83dc7dd030 Updating versions to 2.0.0-preview1 2017-04-03 21:41:12 -07:00
Pranav K eb25f5d6ff Updating to 2.0.0 Internal.AspNetCore.Sdk 2017-03-29 11:30:36 -07:00
Kiran Challa 33a3be4a16 Converted sample and test project to run on netcoreapp2.0 2017-03-23 17:04:47 -07:00
Pranav K 25ec1f9bd7 Remove net451 as a cross-compile target 2017-03-22 18:28:32 -07:00
Nate McMaster a1a979d42e
Update Travis to macOS Sierra
[skip appveyor]
2017-03-21 12:17:39 -07:00
Nate McMaster 6d59c8b589 Unify dependency versions to one file and remove workarounds 2017-03-15 16:50:26 -07:00
Nate McMaster 5e066e2500
Update appveyor and travis settings 2017-03-14 13:41:20 -07:00
Ajay Bhargav Baaskaran a48c0cacca Using NullLogger types from Logging.Abstractions (#115) 2017-03-14 12:18:12 -07:00
David Fowler 7ca0f84e0a Update .travis.yml (#114) 2017-03-09 11:18:09 -08:00
Nate McMaster 5515494067 Update AppVeyor and Travis settings 2017-03-01 18:25:45 -08:00
Nate McMaster f93e14efa0 Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
John Luo 551fe5e6f1 React to HeaderUtilities renames 2017-02-28 14:42:00 -08:00
Nate McMaster b2c30da48d Downgrade to stable packages 2017-02-15 12:28:47 -08:00
Doug Bunting 79f723c5e1 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:23:01 -08:00
John Luo 7190412979 Tigger caching header finalization on write #92 2017-02-08 16:06:20 -08:00
John Luo d43f05189a Overwrite headers when serving response from cache #101 2017-02-03 15:20:38 -08:00
Nate McMaster 267f5134c8 Upgrade to VS 2017 2017-02-01 12:15:45 -08:00
John Luo 3bf5f6a1ce Restructure response caching middleware flow
- Always add IresponseCachingFeatu8re before calling the next middleware #81
- Use If-Modified-Since instead of the incorrect If-Unmodified-Since header #83
- Handle proxy-revalidate in the same way as must-revalidate #83
- Handle max-stale with no specified limit #83
- Bypass cache lookup for no-cache but store the response #83
- Bypass response capturing and buffering when no-store is specified #83
- Replace IsRequestCacheable cache policy with three new independent policy checks to reflect these changes
- Modify middleware flow to accommodate cache policy updates
2017-01-10 14:48:39 -08:00