ASP.NET CI
1230eac60c
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-22 12:13:46 -07:00
ASP.NET CI
8ed18d396e
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-15 12:14:12 -07:00
ASP.NET CI
d0a32cc354
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-08 12:14:27 -07:00
Nate McMaster
a6929fe02b
Update infrastructure for the 2.2 release
2018-06-28 16:20:00 -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
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
ASP.NET CI
b3fc9aa4a5
Update dependencies.props
...
[auto-updated: dependencies]
2018-06-03 19:14:53 +00: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
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
Ryan Brandenburg
5d1ee9da82
Merge remote-tracking branch 'origin/release/2.1' into rybrande/MergeRelease21IntoDev
2018-04-16 14:32:09 -07:00
ASP.NET CI
a5743b2fd4
Update dependencies.props
...
[auto-updated: dependencies]
2018-04-15 14:10:15 -07:00
Nate Barbettini
a6bdb9b1ec
Fix typos in code documentation ( #1012 )
...
* Fix typos in code documentation
* Add missing detail to code documentation
2018-04-06 08:09:48 -07:00
ASP.NET CI
ce49e95239
Update dependencies.props
...
[auto-updated: dependencies]
2018-04-03 22:27:07 +00:00
Nate McMaster (automated)
b97e40ff7d
Update dependencies.props
...
[auto-updated: dependencies]
2018-03-28 10:45:35 -07:00
Tornhoof
e80d0b000a
Make BufferedReadString public and add doc ( #1011 )
2018-03-26 16:03:16 -07:00
ASP.NET CI
ed5c070639
Update dependencies.props
...
[auto-updated: dependencies]
2018-03-25 15:39:44 -07:00
Chris Ross (ASP.NET)
49b447d626
Merge branch 'release/2.1' into dev
2018-03-23 09:19:06 -07:00
Chris Ross (ASP.NET)
3d9a19d865
Merge branch 'release/2.1' into dev
...
# Conflicts:
# build/dependencies.props
# korebuild-lock.txt
2018-03-23 09:16:55 -07:00
Patrick Westerhoff
72210e4078
Add AuthenticationProperties.Parameters ( #1008 )
...
Add a `Parameters` bag to the authentication properties that allow
passing arbitrary parameters to an authentication handler. These values
are not intended for serialization of persistence, only for flowing data
between call sites.
Also make existing `Items` collection helpers protected to allow them to
be reused in subclasses, make string-based helpers public as a public
way to work with the collection, and add helper methods to interact with
the `Parameters` dictionary.
2018-03-23 09:13:02 -07:00
Chris Ross (ASP.NET)
e5cffe685b
Do not rely on the implicit StringValues to array converter.
2018-03-21 09:42:20 -07:00
Ryan Brandenburg
f91db5b794
Set 2.0 baselines
2018-03-20 11:49:29 -07:00
Chris Ross (ASP.NET)
7f0602d2b1
Merge branch 'release' into dev
2018-03-19 09:11:19 -07:00
richardhopton
f6f89554c9
Fix trimming line if CR not directly before LF ( #1006 )
...
If the line contains a CR in any location than directly before the LF it would detect a valid line and then trim 2 characters from the end of the line, losing a "real" character.
2018-03-19 09:09:57 -07:00
Pranav K
e6919e550f
Merge branch 'release/2.1' into dev
2018-03-16 12:30:01 -07:00
Pranav K
f3ac1fac0c
Update KoreBuild channel
2018-03-16 12:29:56 -07:00
Pranav K
29225ebc3a
Update version prefix to preview3
2018-03-16 11:26:26 -07:00
Pranav K
779f3305ad
Merge remote-tracking branch 'origin/release/2.1' into dev
2018-03-16 11:26:26 -07:00
Pranav K
c86fb52eb0
Branching for 2.1.0-preview2
2018-03-16 11:14:44 -07:00
ASP.NET CI
fbbbb16305
Update dependencies.props
...
[auto-updated: dependencies]
2018-03-08 13:00:29 -08:00
Pranav K
617ee97b21
Prepend FeatureBranchVersionPrefix if FeatureBranchVersionSuffix is specified
2018-03-06 10:03:57 -08:00
Pranav K
666437615b
Use dotnet-core feed in repos
2018-03-06 10:03:57 -08:00
Nate McMaster
ad4e1c03f2
Merge branch 'release/2.1' into dev
2018-03-02 14:26:35 -08:00