Commit Graph

32588 Commits

Author SHA1 Message Date
Ryan Nowak 9db2833fc2 Make endpoint selector policies per-candidate-set
This allows us to filter `IEndpointSelectorPolicy` instance based on
whether the apply to a given candidate set. This should allow us to
remove some HAXXX from MVC.

The idea here is the ESP becomes much more pay-for-play if you can
statically eliminate many of the cases where it would usually no op.
2018-10-05 21:03:59 -07:00
Ryan Nowak 384b814349 React to IEndpointSelectorPolicy changes 2018-10-05 21:03:53 -07:00
ASP.NET CI 8294f94e37 Updating submodule(s)
Routing => af47b27f0d

[auto-updated: submodules]
2018-10-05 19:58:32 -07:00
Ryan Nowak af47b27f0d Add blurb about Host header 2018-10-05 19:03:21 -07:00
ASP.NET CI 8f6f560360 Updating submodule(s)
EntityFrameworkCore => 92b902d81c56ad2235c70a5d92f2d7523c4e01a3

[auto-updated: submodules]
2018-10-06 01:27:24 +00:00
Nate McMaster 36f21faecf
Merge branch 'release/2.1' into release/2.2 2018-10-05 17:04:01 -07:00
Nate McMaster 36e462d6f2
Update branding to 2.1.6-servicing (#1455)
Cleanup the implementation of version.props to make it clearer what the rules are for appending version suffixes, applying updates, etc.
2018-10-05 16:50:15 -07:00
ASP.NET CI 6dbc38fd76 Updating submodule(s)
KestrelHttpServer => 5b90028fe3

[auto-updated: submodules]
2018-10-05 23:31:30 +00:00
John Luo 5b90028fe3 Expose status code of BadHttpRequestException 2018-10-05 16:08:33 -07:00
ASP.NET CI 8c10337b64 Updating submodule(s)
EntityFrameworkCore => 2f8ad9f7e49d83abad71f1b2229acc5a446265dc
KestrelHttpServer => daf6e1ecd7
SignalR => d1829b2491

[auto-updated: submodules]
2018-10-05 15:27:42 -07:00
Mikael Mengistu d1829b2491
Transport stop triggers HubConnection stop (#3054) 2018-10-05 14:10:54 -07:00
ASP.NET CI 1be826a4b1 Updating submodule(s)
EntityFrameworkCore => 3d34c7bc71837658eeacada382567a7430869c5e

[auto-updated: submodules]
2018-10-05 21:05:24 +00:00
ASP.NET CI 630f3ba90d Updating submodule(s)
Common => 519bdbd0b358fbdc6282a77c2d532cbfee4e409b
HttpAbstractions => 89b0430bda
Identity => dd9873b9d0
MetaPackages => ee52ff2dc9

[auto-updated: submodules]
2018-10-05 20:03:25 +00:00
Chris Ross (ASP.NET) daf6e1ecd7 Http/2 response trailers #622 2018-10-05 12:50:46 -07:00
ASP.NET CI 3d1e677bdf Updating submodule(s)
Identity => 2327d6ae44
MetaPackages => 96be626c87

[auto-updated: submodules]
2018-10-05 19:38:37 +00:00
Nate McMaster dd9873b9d0
Merge branch 'release/2.1' into release/2.2 2018-10-05 12:22:49 -07:00
Nate McMaster ee52ff2dc9
Merge branch 'release/2.1' into release/2.2 2018-10-05 12:20:54 -07:00
Nate McMaster 96be626c87
Update branding to 2.1.6-servicing (#289)
Per discussion with our team, we want to make the following changes to versioning during servicing updates:

* The versioning on packages with ship with ASP.NET Core should be consistent
* (No change) on packages with changes in them ship during servicing updates
* Version gaps are okay. For example, this repo is producing a patch for 2.1.6, so packages will be 2.1.6. It did not patch for 2.1.4 or 2.1.3 so those versions will be skipped.

This also includes another minor change: for consistency with the rest of the .NET Core teams, pre-release servicing builds will be 2.1.x-servicing-buildnumber.
2018-10-05 12:09:55 -07:00
Nate McMaster 2327d6ae44
Update branding to 2.1.6-servicing (#1994)
Per discussion with our team, we want to make the following changes to versioning during servicing updates:

* The versioning on packages with ship with ASP.NET Core should be consistent
* (No change) on packages with changes in them ship during servicing updates
* Version gaps are okay. For example, this repo is producing a patch for 2.1.6, so packages will be 2.1.6. It did not patch for 2.1.4 or 2.1.3 so those versions will be skipped.

This also includes another minor change: for consistency with the rest of the .NET Core teams, pre-release servicing builds will be 2.1.x-servicing-buildnumber.
2018-10-05 12:09:40 -07:00
ASP.NET CI a2c171ceb6 Updating submodule(s)
CORS => 6f76189846
EntityFrameworkCore => bf2b3a773155a5dfedff7d6eafe2f46a3bd86f48

[auto-updated: submodules]
2018-10-05 18:59:05 +00:00
Chris Ross (ASP.NET) 89b0430bda Add IHttpResponseTrailersFeature and extensions 2018-10-05 11:46:52 -07:00
ASP.NET CI 548eb520cd Updating submodule(s)
Common => 343ae77b2bf5a9be53ea8af185e6af663ea207dd

[auto-updated: submodules]
2018-10-05 11:09:32 -07:00
Pranav K 6f76189846
Normalize internationalized domain names when adding to CORS
Fixes https://github.com/aspnet/Home/issues/3353
2018-10-05 11:08:02 -07:00
ASP.NET CI 37e95432d3 Updating submodule(s)
KestrelHttpServer => e9eea50966
SignalR => 7f6dd893dd

[auto-updated: submodules]
2018-10-05 17:56:15 +00:00
Mikael Mengistu 7f6dd893dd
Make the ActionBase type internal (#3069) 2018-10-05 10:41:17 -07:00
George Drak e9eea50966 Implement #2230 - Consume BindingAddress instead of ServerAddress (#2975)
* #2230 Mark ServerAddress as obsolete

* #2230 suppress CS0618 errors for obsoleted ServerAddress class

* #2230 Use BindingAddress instead of ServerAddress
2018-10-05 10:34:00 -07:00
ASP.NET CI b5cd123489 Updating submodule(s)
EntityFrameworkCore => 39acb62595ba64347e68ac986d55040ddd496395

[auto-updated: submodules]
2018-10-05 09:31:25 -07:00
ASP.NET CI b6470e2483 Updating submodule(s)
Hosting => e30ae8cc3d

[auto-updated: submodules]
2018-10-05 15:26:11 +00:00
Luke Latham e30ae8cc3d Fix typo (#1559) 2018-10-05 08:11:04 -07:00
ASP.NET CI 587fa32677 Updating submodule(s)
KestrelHttpServer => f91ae20a3c
Logging => 2ff997f71ad72420fa5a162e57483cd163008124

[auto-updated: submodules]
2018-10-05 00:30:26 +00:00
Stephen Halter 730564d32b
React to aspnet/Logging#884 (#1450) 2018-10-04 16:53:54 -07:00
Stephen Halter f91ae20a3c
Improve RequestAborted token handling (#2977)
- Improve test reliability of tests verifying the RequestAborted token gets tripped
- Once the response body is completed, don't fire the token for that request even if it is accessed later on.
2018-10-04 16:48:50 -07:00
ASP.NET CI fc5c1e2f2c Updating submodule(s)
KestrelHttpServer => b3f9f38ac6

[auto-updated: submodules]
2018-10-04 23:01:48 +00:00
Stephen Halter b3f9f38ac6 Test LibuvConstants.IsConnectionReset 2018-10-04 15:40:09 -07:00
Andrei Amialchenia df2ad98743 Use logical 'or' instead of bitwise in IsConnectionReset method. (#2983) 2018-10-04 15:37:24 -07:00
ASP.NET CI a59c61a976 Updating BuildTools from 2.2.0-preview2-20181004.4 to 2.2.0-preview2-20181004.6
[auto-updated: buildtools]
2018-10-04 22:30:08 +00:00
ASP.NET CI 2c1e15cdaf Updating submodule(s)
Mvc => 5bddd226a3

[auto-updated: submodules]
2018-10-04 22:29:57 +00:00
Doug Bunting 5bddd226a3
Use Internal.AspNetCore.Sdk as an MSBuild SDK
- should resolve issues with occasional strange MSBuild caching issues in this repo
- modeled after aspnet/Scaffolding#905
- follows aspnet/BuildTools#729 recommendation to check in global.config file
  - see also Microsoft/msbuild#2914
- use newer KoreBuild
  - `.\build.cmd -update /t:noop`
2018-10-04 15:12:38 -07:00
ASP.NET CI 987f07e163 Updating submodule(s)
EntityFrameworkCore => 914357eb62e434be250f3a4f22d3b8a5a080f1a4
Razor => 82276ece2f

[auto-updated: submodules]
2018-10-04 21:59:11 +00:00
Nate McMaster 82276ece2f
Use the Microsoft400 code-signing cert for the Razor VSIX assembly 2018-10-04 14:50:26 -07:00
ASP.NET CI 5ec26815ac Updating BuildTools from 2.2.0-preview2-20181004.1 to 2.2.0-preview2-20181004.4
[auto-updated: buildtools]
2018-10-04 13:47:51 -07:00
ASP.NET CI 6450e4bd7d Updating submodule(s)
EntityFrameworkCore => c599721a3f9bcc71a35f7e363bcb1e46ef92d8ba
KestrelHttpServer => 35d35f22a3
Mvc => 153165f9ad

[auto-updated: submodules]
2018-10-04 13:47:41 -07:00
Pranav K 153165f9ad
Handle OPTIONS requests without a handler in Razor Pages (#8528)
* Handle OPTIONS requests without a handler in Razor Pages

Fixes #7438
2018-10-04 12:25:36 -07:00
Nate McMaster b0b65a530a
Support using Internal.AspNetCore.Sdk as an MSBuild SDK (#1452)
* Add Microsoft.AspNetCore.BuildTools.ApiCheck as an external dependency
* Move the global.json files temporarily to avoid loading the wrong version of Internal.AspNetCore.Sdk
2018-10-04 11:07:06 -07:00
Chris Ross (ASP.NET) 35d35f22a3 Disallow any frames after a reset is received #2154 2018-10-04 09:40:21 -07:00
ASP.NET CI 6b92579bed Updating submodule(s)
Identity => 042b6ecaf2

[auto-updated: submodules]
2018-10-04 16:36:40 +00:00
Nate McMaster 042b6ecaf2
Fix version suffix in version.props 2018-10-04 09:31:16 -07:00
Nate McMaster 5d261e46ce
Support checked-in global.json files 2018-10-04 09:26:44 -07:00
ASP.NET CI 24e14c9870 Updating submodule(s)
Mvc => e2594c6a2b

[auto-updated: submodules]
2018-10-03 22:25:35 -07:00
Doug Bunting e2594c6a2b
Merge branch 'dougbu/no.more.dev' into release/2.2 2018-10-03 21:55:24 -07:00