Commit Graph

11237 Commits

Author SHA1 Message Date
ASP.NET CI 586bbef406 Updating submodule(s)
JavaScriptServices => c2f15f4199
KestrelHttpServer => d3d7c55198
SignalR => f18c1d7159

[auto-updated: submodules]
2018-09-06 18:57:08 +00:00
Justin Kotalik 2cc108b2e1
Write wide strings to stdout; cleanup logging providers; test utf8 (#1332) 2018-09-06 11:57:00 -07:00
Simon Cropp d3d7c55198 fix some spelling (#2888) 2018-09-06 11:48:25 -07:00
ASP.NET CI 1f077cd251 Updating submodule(s)
SignalR => 43cbb9edda

[auto-updated: submodules]
2018-09-06 18:24:51 +00:00
ASP.NET CI dde9add24a Updating submodule(s)
IISIntegration => 1fca011674

[auto-updated: submodules]
2018-09-06 10:55:03 -07:00
Justin Kotalik 1fca011674
Fix output location for lib files (#1373) 2018-09-06 10:32:49 -07:00
ASP.NET CI aee8dc94f4 Updating submodule(s)
IISIntegration => b1f0f173aa
KestrelHttpServer => b8e56691cb
Mvc => 07cc9e66c6

[auto-updated: submodules]
2018-09-06 10:25:56 -07:00
Pavel Krymets b1f0f173aa
Use ConnectionResetException with 'The client disconnected' message (#1364) 2018-09-06 10:10:07 -07:00
Chris Ross (ASP.NET) b8e56691cb Implement MaxRequestLineSize for HTTP/2 #2813 2018-09-06 10:01:28 -07:00
ASP.NET CI d95cef8954 Updating submodule(s)
SignalR => b67137bc00

[auto-updated: submodules]
2018-09-06 09:58:35 -07:00
ASP.NET CI c450729c17 Updating submodule(s)
KestrelHttpServer => edc1935475

[auto-updated: submodules]
2018-09-06 09:30:18 -07:00
Chris Ross (ASP.NET) 384a518bda Implement MaxRequestHeadersTotalSize for HTTP/2 #2812 2018-09-06 09:07:16 -07:00
David Fowler edc1935475
Flow the cancellation tokens to ReadAsync and WriteAsync (#2865) 2018-09-06 09:04:39 -07:00
ASP.NET CI 3be65c2b51 Updating submodule(s)
HttpAbstractions => cfb0d732b0
SignalR => 647ea8a945

[auto-updated: submodules]
2018-09-06 09:03:27 -07:00
ASP.NET CI 03bf9d097f Updating submodule(s)
Configuration => 79e15706cfd648ce70d8183e82dd7453e8dd46fb
DependencyInjection => 98a19b4a5d38eec6c55a86e5f18fbf5e29425a1a
EntityFrameworkCore => 04c15a493db6e26757f2204a3f38047bf30d163a

[auto-updated: submodules]
2018-09-06 08:35:24 -07:00
ASP.NET CI f50ac5919a Updating submodule(s)
Mvc => b156dee4f1

[auto-updated: submodules]
2018-09-06 08:08:36 -07:00
ASP.NET CI cea3c642f6 Updating submodule(s)
Mvc => c0f3a46ffe

[auto-updated: submodules]
2018-09-06 07:38:37 -07:00
ASP.NET CI fa03c563f5 Updating submodule(s)
Mvc => e174d277bd
Routing => e3b704095b

[auto-updated: submodules]
2018-09-05 21:08:01 -07:00
ASP.NET CI 11c9b1fe76 Updating submodule(s)
Routing => 950d2e9b74

[auto-updated: submodules]
2018-09-05 20:39:37 -07:00
ASP.NET CI 65674487c9 Updating submodule(s)
Routing => dcfb63a768

[auto-updated: submodules]
2018-09-06 02:29:58 +00:00
ASP.NET CI dedff81701 Updating submodule(s)
Routing => 1c74973c6a

[auto-updated: submodules]
2018-09-05 18:54:19 -07:00
ASP.NET CI 21a025d861 Updating submodule(s)
Routing => abc378d3dc

[auto-updated: submodules]
2018-09-05 18:21:21 -07:00
ASP.NET CI 9ca2c2e6f5 Updating submodule(s)
IISIntegration => 71b7bb50b2
Mvc => b48b282ad8
Razor => 3a281b8f58
Routing => a777a4cdd5
SignalR => dc6088bf21

[auto-updated: submodules]
2018-09-05 17:49:20 -07:00
Stephen Halter 2f3b565401 Minimize blocking threads to improve test reliability 2018-09-05 17:47:07 -07:00
Nate McMaster 12f4235342
Merge branch 'release/2.1' into release/2.2 2018-09-05 17:23:44 -07:00
Mike Harder 71b7bb50b2
Ensure external processes are killed when test process exits (#1371)
- Prevents locked files when stop debugging unit test
- Addresses #1279
2018-09-05 17:21:59 -07:00
Pavel Krymets 88d8571474
Add Trace level for request events, allow logging to eventlog (#1337) 2018-09-05 17:15:04 -07:00
Pavel Krymets 5956300df7
Retry TestServer port selection (#1367) 2018-09-05 16:48:23 -07:00
ASP.NET CI f8762a06c3 Updating submodule(s)
IISIntegration => 2f4172e7e7

[auto-updated: submodules]
2018-09-05 16:48:22 -07:00
Pavel Krymets 18a718d1f0
Catch all exception in native callbacks (#1369) 2018-09-05 16:48:10 -07:00
Pavel Krymets 613fbcc349
Enable code analysis on shim project (#1361) 2018-09-05 16:47:51 -07:00
Mike Harder 58df4ef34d
AppVeyor: Reset dynamic port range to Windows default (#1368)
- Prevents conflicts between ANCM random ports and Windows dynamic ports
- Addresses #1269
2018-09-05 16:47:11 -07:00
Mike Harder 2f4172e7e7
Reduce probability of MultipleAppTests failure (#1365)
- Decrease false-positive failure rate from 1 in 1,000 to 1 in 1,000,000
- Addresses #1350
2018-09-05 16:43:09 -07:00
Nate McMaster fc04b2c073
Update branding to 2.2.0-preview3 2018-09-05 16:37:32 -07:00
ASP.NET CI a00eb4fa82
Update branding to 2.2.0-preview3 2018-09-05 16:36:42 -07:00
ASP.NET CI 0256019979
Update branding to 2.2.0-preview3 2018-09-05 16:35:10 -07:00
ASP.NET CI bb31ceee59
Update branding to 2.2.0-preview3 2018-09-05 16:35:05 -07:00
ASP.NET CI 9b5e34e197
Update branding to 2.2.0-preview3 2018-09-05 16:34:49 -07:00
ASP.NET CI eade194b39
Update branding to 2.2.0-preview3 2018-09-05 16:34:28 -07:00
ASP.NET CI 64a2c3ab46
Update branding to 2.2.0-preview3 2018-09-05 16:34:06 -07:00
ASP.NET CI acde45cf31
Update branding to 2.2.0-preview3 2018-09-05 16:33:50 -07:00
Nate McMaster e9b0415bb9
Make System.IO.Pipelines a direct dependency of Microsoft.AspNetCore.App 2018-09-05 15:20:11 -07:00
Nate McMaster e23e8fff95
Install MicroBuild code signing plugin and set SignType = real (#1376) 2018-09-05 12:50:34 -07:00
ASP.NET CI b04bed2bcb Updating submodule(s)
SignalR => 201c058b93

[auto-updated: submodules]
2018-09-05 16:35:41 +00:00
dotnet-maestro-bot cb642ff95f Update to .NET Core 2.2.0-preview2-26905-02 (#1377) 2018-09-05 09:00:01 -07:00
ASP.NET CI 19eff3f83e Updating submodule(s)
IISIntegration => b5ff991eb9

[auto-updated: submodules]
2018-09-04 21:22:51 +00:00
ASP.NET CI 244e037a22 Updating submodule(s)
IISIntegration => 1b87f1e913

[auto-updated: submodules]
2018-09-04 21:17:14 +00:00
Justin Kotalik 1b87f1e913 Merge branch 'merge/release/2.1-to-release/2.2' into release/2.2 2018-09-04 14:10:35 -07:00
Justin Kotalik b5ff991eb9
Fix incorrect version in version.props file (#1363) 2018-09-04 14:05:54 -07:00
ASP.NET CI d59551bc8a Updating submodule(s)
SignalR => 753c3da852

[auto-updated: submodules]
2018-09-04 21:03:43 +00:00