Stephen Halter
446f5a8cdf
Merge branch 'release/2.2'
2018-11-14 12:06:23 -08:00
Ben Adams
0029b8f053
Use non-pinnable buffer for zero byte read ( #3094 )
2018-11-14 12:05:26 -08:00
Pranav K
fe981c108b
Add Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X
2018-11-14 11:32:20 -08:00
John Luo
b4dbaa95d0
Add ChromeDriver dependency
2018-11-14 11:24:59 -08:00
Nate McMaster
02536ff991
Merge source code from aspnet/KestrelHttpServer into this repo
2018-11-14 11:21:49 -08:00
Nate McMaster
0cf9019caa
Remove KestrelHttpServer submodule and update targets and baselines for Kestrel packages
2018-11-14 11:21:15 -08:00
Nate McMaster
9d0c69f277
Reorganize source code in preparation to move into aspnet/AspNetCore
...
Prior to reorganization, this source code was found in 15ba5065a9
2018-11-14 11:18:51 -08:00
John Luo
0544290038
Merge branch 'release/2.2'
2018-11-14 11:17:06 -08:00
John Luo
e69285a36d
Use Selenium to test Chrome
2018-11-14 11:13:24 -08:00
Ryan Brandenburg
2ca560f0b2
Don't tell people to run selenium themselves
2018-11-14 09:52:48 -08:00
Nate McMaster
c1c7d711b6
Merge branch 'release/2.1' into release/2.2
2018-11-14 09:27:23 -08:00
David Fowler
cfe9b26a34
Added support for generic host based IWebHostBuilder ( #1580 )
...
- This adds an implementation of IWebHostBuilder as a facade over the IHostBuilder.
This removes the 2 container issue by executing the Startup.ConfigureServies and Startup.ConfigureContainer inline as part of building the IHostBuilder.
- The implementation is highly compatible implementation since it exposes the same IWebHostBuilder interface.
Existing extensions mostly work.
- There are some caveats with this approach.
- Injecting services into Startup is not extremely constrained to the
services availble on HostBuilderContext. This includes the IHostingEnvironment
and the IConfiguration.
- IStartup is broken when using this pattern because it isn't composable.
- The IStartupConfigureServicesFilter and IStartupConfigureContainer The before
and after filters added in 2.1 are also broken because there's a single container (it could maybe be fixed by downcasting and doing something specific on the GenericHostBuilder instance).
- Calling into IWebHostBuilder.Build will throw a NotSupportedException since
this implementation is just a facade over the IHostBuilder.
2018-11-13 21:22:30 -08:00
Nate McMaster
cb3e84de17
Reorganize source code in preparation to move into aspnet/AspNetCore
...
Prior to reorganization, this source code was found in 45b7e2ddb7
2018-11-13 20:49:46 -08:00
Nate McMaster
1e073d9488
Reorganize source code in preparation to move into aspnet/AspNetCore
...
Prior to reorganization, this source code was found in 6c5ca90d81
2018-11-13 20:48:24 -08:00
Nate McMaster
a8ec75aac4
Prepare for the 2.2.1 patch
...
* Generate 2.2.0 package baselines
* Update dependencies to 2.2.0
* Update branding to 2.2.1-servicing
2018-11-13 18:21:09 -08:00
Nate McMaster
87092a2590
Update targets and infrastructure for dotnet-watch et. al.
2018-11-13 15:58:22 -08:00
Nate McMaster
b3ad3aa989
Merge source code from aspnet/DotNetTools into this repo
2018-11-13 15:37:55 -08:00
Nate McMaster
a2d855406b
Reorganize source code in preparation to move into aspnet/AspNetCore
...
Prior to reorganization, this source code was found in eba014d534
2018-11-13 15:36:38 -08:00
Nate McMaster
d26f89a6bc
Update branding for 2.2.1 servicing builds
2018-11-13 13:52:18 -08:00
Stephen Halter
d5ee379972
Merge branch 'release/2.2'
2018-11-13 12:04:08 -08:00
ASP.NET CI
85a5b1b51f
Updating submodule(s)
...
Diagnostics => cfdbbdec15
JavaScriptServices => 160d822f52
KestrelHttpServer => f223b4a663
ResponseCaching => 1da1c69a6f
[auto-updated: submodules]
2018-11-13 12:03:47 -08:00
Stephen Halter
f223b4a663
Avoid possible tearing in HeartbeatManager.UtcNow ( #3092 )
2018-11-13 11:58:54 -08:00
Stephen Halter
c80588ec51
Stop skipping libuv functional tests ( #3091 )
2018-11-13 11:34:17 -08:00
Stephen Halter
6d375e9027
Wait for reads before advancing clock in Http2TimeoutTests ( #3090 )
...
Prior to this change, HTTP/2 read rate limit tests would fail when the stalled read started after the test started advancing the clock.
2018-11-13 11:33:48 -08:00
Nate McMaster
10c4646146
Reorganize source code in preparation to move into aspnet/AspNetCore
...
Prior to reorganization, this source code was found in bf9fd0d106
2018-11-13 11:24:22 -08:00
Nate McMaster
9671b9d8c3
Reorganize source code in preparation to move into aspnet/AspNetCore
...
Prior to reorganization, this source code was found in 3b485909eb
2018-11-13 11:21:52 -08:00
ASP.NET CI
2581276403
Updating BuildTools from 2.1.3-rtm-15845 to 2.1.3-rtm-15846
...
[auto-updated: buildtools]
2018-11-13 18:34:13 +00:00
Nate McMaster
ccd098ecad
Update DataProtection to use custom reference resolution
...
This changes DataProtection to build as projects instead of a pseudo-submodule. It replaces Package and ProjectReference with <Reference> items which custom targets then resolve.
2018-11-13 10:28:42 -08:00
Nate McMaster
ed1976b862
Update BuildTools to 2.1.3-rtm-15845
2018-11-13 10:02:59 -08:00
Nate McMaster
bb6901141c
Remove the HtmlAbstractions git submodule and merge Html.Abstractions into this repo
2018-11-13 09:29:27 -08:00
ASP.NET CI
340a27c01c
Updating BuildTools from 3.0.0-alpha1-20181109.6 to 3.0.0-alpha1-20181112.1
...
[auto-updated: buildtools]
2018-11-13 00:03:47 -08:00
ASP.NET CI
67754ecff4
Updating submodule(s)
...
Mvc => 5ed7658bf2
SignalR => 012f953a9d
[auto-updated: submodules]
2018-11-13 00:03:37 -08:00
ASP.NET CI
ee3e71e6ba
Updating submodule(s)
...
SignalR => b476df9acd
[auto-updated: submodules]
2018-11-12 20:03:45 +00:00
ASP.NET CI
f466a3a803
Updating submodule(s)
...
Mvc => 8308d94e39
[auto-updated: submodules]
2018-11-12 12:03:04 -08:00
Justin Kotalik
de9609b343
Remove implicit reference to InteralAspNetCoreSdk ( #3998 )
2018-11-12 09:05:17 -08:00
Nate McMaster
ce8cf65589
Update SignalR submodule
2018-11-11 20:24:57 -08:00
Nate McMaster
2fee09506e
Update the SignalR module to correct code signing config
2018-11-11 17:14:16 -08:00
ASP.NET CI
30b2fc6b04
Updating submodule(s)
...
Routing => bd481034fe
[auto-updated: submodules]
2018-11-11 08:03:28 +00:00
ASP.NET CI
3ea6730bf0
Updating BuildTools from 3.0.0-alpha1-20181109.1 to 3.0.0-alpha1-20181109.6
...
[auto-updated: buildtools]
2018-11-10 08:03:41 +00:00
ASP.NET CI
603ce5bf46
Updating submodule(s)
...
Mvc => fcf5593813
Razor => fe7881d5f7
Routing => f6b1138ce3
[auto-updated: submodules]
2018-11-10 08:03:30 +00:00
Nate McMaster
140cf62b56
Re-enable SignCheck
2018-11-09 17:29:24 -08:00
Nate McMaster
1ab08d70ef
Reorganize source code in preparation to move into aspnet/AspNetCore
...
Prior to reorganization, this source code was found in 252ae0c434
2018-11-09 16:17:15 -08:00
ASP.NET CI
a87f3ff4a0
Updating BuildTools from 2.2.0-preview2-20181108.7 to 2.2.0-preview2-20181109.5
...
[auto-updated: buildtools]
2018-11-10 00:15:34 +00:00
ASP.NET CI
1fa7c5b91c
Updating submodule(s)
...
SignalR => df668017ee
[auto-updated: submodules]
2018-11-10 00:15:24 +00:00
dotnet-maestro-bot
f64d6a2b50
Updating dependencies ( #3996 )
2018-11-09 15:48:44 -08:00
ASP.NET CI
7338d749d0
Updating BuildTools from 2.1.3-rtm-15843 to 2.1.3-rtm-15844
...
[auto-updated: buildtools]
2018-11-09 14:52:25 -08:00
ASP.NET CI
cc62be0a3d
Updating BuildTools from 3.0.0-alpha1-20181108.8 to 3.0.0-alpha1-20181109.1
...
[auto-updated: buildtools]
2018-11-09 14:46:16 -08:00
ASP.NET CI
684e66a707
Updating submodule(s)
...
CORS => e790a9bb10
KestrelHttpServer => 119a7695aa
Mvc => ecb7edadc8
Razor => 9d2c394b99
SignalR => 67a37f9db3
[auto-updated: submodules]
2018-11-09 14:46:07 -08:00
Nate McMaster
4db2631735
Merge branch 'namc/mondo' into release/2.1
2018-11-09 14:45:29 -08:00
Nate McMaster
fcb970ec83
Upgrade to EF Core 3.0.0-preview-181109-02
2018-11-09 14:33:52 -08:00