Commit Graph

997 Commits

Author SHA1 Message Date
Justin Kotalik 8f10ccff89 merge release/2.2 into master 2018-07-30 13:55:15 -07:00
Justin Kotalik 80b6ae4eb4
Handle subtype with suffix being a subtype without a suffix (#1027) 2018-07-30 12:05:35 -07:00
ASP.NET CI 4a1cf4c63d Update dependencies.props
[auto-updated: dependencies]
2018-07-29 19:56:44 +00:00
ASP.NET CI f5adc2bc31 Update dependencies.props
[auto-updated: dependencies]
2018-07-29 12:13:18 -07:00
Nate McMaster 8c4d36c30f
Merge branch release/2.2 2018-07-24 13:20:07 -07:00
Nate McMaster 64e4d3215f
Merge branch 'release/2.1' into release/2.2 2018-07-24 12:07:20 -07:00
Eilon Lipton 8b602e9cb2
Update CONTRIBUTING.md 2018-07-24 10:51:03 -07:00
ASP.NET CI 5965614632 Update dependencies.props
[auto-updated: dependencies]
2018-07-22 12:59:03 -07:00
ASP.NET CI 1230eac60c Update dependencies.props
[auto-updated: dependencies]
2018-07-22 12:13:46 -07:00
ASP.NET CI 468496b4ad Update dependencies.props
[auto-updated: dependencies]
2018-07-15 19:58:02 +00:00
ASP.NET CI 8ed18d396e Update dependencies.props
[auto-updated: dependencies]
2018-07-15 12:14:12 -07:00
Nate McMaster d142d58eb4
Pin version variables to the ASP.NET Core 2.1.2 baseline
This reverts our previous policy of cascading versions on all servicing updates.
This moves variables into the 'pinned' section, and points them to the latest
stable release (versions that were used at the time of the 2.1.2 release).
2018-07-12 11:53:31 -07:00
Nate McMaster a0bed5536a
Updating dependencies to 2.1.2 and adding a section for pinned variable versions 2018-07-11 18:48:40 -07:00
Nate McMaster 6c98513f83
Reverting version from 2.1.2 back to 2.1.1
As a result of changing the way we apply servicing updates to aspnet core, this repo did not need the version bump because there are no planned product changes in this repo.
2018-07-11 15:06:32 -07:00
ASP.NET CI 405fdc3c1e Update dependencies.props
[auto-updated: dependencies]
2018-07-08 19:54:40 +00:00
ASP.NET CI d0a32cc354 Update dependencies.props
[auto-updated: dependencies]
2018-07-08 12:14:27 -07:00
ASP.NET CI d5041b9a33 Update dependencies.props
[auto-updated: dependencies]
2018-07-03 16:13:09 +00:00
Nate McMaster (automated) b141c676ca
[automated] Change default branch to master 2018-07-02 12:40:22 -07:00
Nate McMaster 07d115400e
Merge branch 'release/2.2' into dev 2018-06-28 16:53:45 -07:00
Nate McMaster 1ccd62bcd2
Bumping version from 2.2.0 to 3.0.0 2018-06-28 16:48:50 -07:00
Nate McMaster a6929fe02b
Update infrastructure for the 2.2 release 2018-06-28 16:20:00 -07:00
Nate McMaster 78ce5dd2be
Bumping version from 2.1.1 to 2.1.2 2018-06-27 13:39:46 -07:00
David Fowler 0f4f1950f1
Attempt to make it easier to detect when the request is done (#1021)
- Today the async local reference to the HttpContext flows when the execution context is captured. When the http request has ended, the HttpContext property will return the reference to an invalid HttpContext instead of returning null. This change stores both the request id and the HttpContext and makes sure both match before returning anything valid.
- This is still racy but should catch more cases of people doing bad things.
- There will still be issue if people store the context in a local and use that reference instead of accessing it through the property getter but we can live with that.
- Set the TraceIdentifier to null in the default HttpContextFactory
- Added tests
2018-06-26 11:49:12 -07:00
ASP.NET CI 6d6b7785d2 Update dependencies.props
[auto-updated: dependencies]
2018-06-25 11:15:38 -07:00
Ryan Brandenburg 80a361c24c Set 2.1 baselines 2018-06-14 10:13:59 -07:00
Ryan Brandenburg c367db6226 Set 2.1 baselines 2018-06-14 09:36:28 -07:00
ASP.NET CI f47b5e9f9e Update dependencies.props
[auto-updated: dependencies]
2018-06-12 19:20:15 +00:00
Ryan Brandenburg 00f6ec2b87 Adding VSTS file 2018-06-07 16:22:58 -07:00
ASP.NET CI 5c365618f3 Update dependencies.props
[auto-updated: dependencies]
2018-06-07 19:35:39 +00:00
Nate McMaster 33daa10583
Add certificate names for code signing 2018-06-05 22:32:18 -07:00
Nate McMaster b8be770d37
Bumping version from 2.1.0 to 2.1.1 2018-06-05 09:11:35 -07:00
ASP.NET CI b3fc9aa4a5 Update dependencies.props
[auto-updated: dependencies]
2018-06-03 19:14:53 +00:00
ASP.NET CI c08f320967 Update dependencies.props
[auto-updated: dependencies]
2018-05-29 09:38:22 -07:00
ASP.NET CI 98b5dfab0a Update dependencies.props
[auto-updated: dependencies]
2018-05-27 19:15:01 +00:00
Nate McMaster (automated) 00ba0a4240
Update bootstrapper scripts (automated commit) [ci skip] 2018-05-25 16:14:22 -07:00
ASP.NET CI bcb7bcbb7a Update dependencies.props
[auto-updated: dependencies]
2018-05-20 19:32:19 +00:00
ASP.NET CI a06355a713 Update dependencies.props
[auto-updated: dependencies]
2018-05-13 14:09:09 -07:00
Ryan Brandenburg 1ad03de00c Upgrade to netcoreapp22 2018-05-08 10:50:50 -07:00
ASP.NET CI 816516f193 Update dependencies.props
[auto-updated: dependencies]
2018-05-06 12:16:00 -07:00
ASP.NET CI 95a44cda4b Update dependencies.props
[auto-updated: dependencies]
2018-05-04 07:35:31 -07:00
Nate McMaster (automated) c8b7ee9468
Merge branch release/2.1 into dev 2018-04-30 15:53:05 -07:00
Nate McMaster (automated) 65228ea374
Bump version to 2.1.0-rtm 2018-04-30 14:51:40 -07:00
ASP.NET CI cf771bcc62 Update dependencies.props
[auto-updated: dependencies]
2018-04-29 12:16:46 -07:00
ASP.NET CI d879127c07 Update dependencies.props
[auto-updated: dependencies]
2018-04-23 12:09:16 -07:00
Nate McMaster b715933181
Merge branch release/2.1 into dev 2018-04-20 15:08:07 -07:00
ASP.NET CI ae960c06e5 Update dependencies.props
[auto-updated: dependencies]
2018-04-19 22:22:03 -07:00
Nate McMaster 7ddbde8b68
Set NETStandardImplicitPackageVersion via dependencies.props 2018-04-19 16:39:19 -07:00
Ryan Brandenburg e42808dc63 Update version number to 2.2.0 2018-04-16 16:57:43 -07:00
Ryan Brandenburg 79eb012139 Merge branch 'release/2.1' into dev 2018-04-16 16:57:43 -07:00
Ryan Brandenburg e7055a11ae Branching for 2.1.0-rc1 2018-04-16 16:57:39 -07:00