ASP.NET CI
729bc8d356
Updating submodule(s)
...
Identity => 64af0228d6
[auto-updated: submodules]
2018-08-27 20:50:12 +00:00
ASP.NET CI
566b4dc1d6
Updating submodule(s)
...
Common => 0f768ad5a3ca9a5f125125661395d635f6cfad2f
[auto-updated: submodules]
2018-08-27 19:52:07 +00:00
ASP.NET CI
d99c9d78ee
Updating submodule(s)
...
Hosting => 04b365a22f
Logging => 735e2bc733fbf1981dd1bde5f25ae98f54b6ffe3
[auto-updated: submodules]
2018-08-27 12:10:23 -07:00
ASP.NET CI
7ffce73d54
Updating submodule(s)
...
IISIntegration => 9f49539177
KestrelHttpServer => f70ba53253
[auto-updated: submodules]
2018-08-27 11:24:01 -07:00
Pavel Krymets
9f49539177
Re enable --no-restore ( #1336 )
2018-08-27 11:10:16 -07:00
Stephen Halter
f70ba53253
Fix race when SystemClock is accessed before first heartbeat ( #2851 )
2018-08-27 10:59:29 -07:00
ASP.NET CI
edab7cf4b7
Updating submodule(s)
...
Templating => 9652fbd2b4
[auto-updated: submodules]
2018-08-27 10:23:38 -07:00
ASP.NET CI
6e5869f31c
Updating submodule(s)
...
Templating => a3b20c57ea
[auto-updated: submodules]
2018-08-27 09:56:47 -07:00
ASP.NET CI
7672cb7524
Updating submodule(s)
...
IISIntegration => 9b68c5ce89
[auto-updated: submodules]
2018-08-24 22:25:24 -07:00
Pavel Krymets
9b68c5ce89
Add tests for processpath and arguments ( #1331 )
2018-08-24 22:20:28 -07:00
ASP.NET CI
bf084c97b2
Updating submodule(s)
...
IISIntegration => 6ddbfb64b9
[auto-updated: submodules]
2018-08-24 20:25:09 -07:00
Pavel Krymets
6ddbfb64b9
Improve configuration file handling logic ( #1317 )
2018-08-24 20:20:26 -07:00
ASP.NET CI
c6b7374e4a
Updating submodule(s)
...
IISIntegration => 2cbf5bd84e
[auto-updated: submodules]
2018-08-24 17:11:14 -07:00
Justin Kotalik
2cbf5bd84e
Query event logs when verifying event log messages. ( #1323 )
2018-08-24 16:02:04 -07:00
ASP.NET CI
fe35902696
Updating submodule(s)
...
KestrelHttpServer => f6cc980b2c
Mvc => a7301120b1
[auto-updated: submodules]
2018-08-24 21:34:27 +00:00
Nate McMaster
0500d5f7ef
Another attempt to fix the list of agent demands to workaround issues in VSTS
...
#80
2018-08-24 14:28:13 -07:00
Nate McMaster
4389297962
Try using a different syntax for queue demands
...
Again, see internal issue #80
2018-08-24 14:12:14 -07:00
Nate McMaster
fe6d5fff03
Fix demand condition to use agent.name
2018-08-24 14:07:06 -07:00
Nate McMaster
63355f13ba
Attempt to fix queue demands
...
See internal issue #80 about demands evaluation
2018-08-24 14:06:17 -07:00
John Luo
f6cc980b2c
Revert "Remove default port tests"
...
This reverts commit 74f4387807 .
2018-08-24 13:55:15 -07:00
ASP.NET CI
5e323e148a
Updating submodule(s)
...
KestrelHttpServer => 64127e6c76
[auto-updated: submodules]
2018-08-24 18:59:59 +00:00
ASP.NET CI
df1d6af76a
Updating submodule(s)
...
SignalR => 118fc0a27f
[auto-updated: submodules]
2018-08-24 11:08:16 -07:00
John Luo
64127e6c76
Implement MaxFrameSize and HeaderTableSize for HTTP/2
2018-08-24 11:07:41 -07:00
Nate McMaster
d9d2130639
Update Microsoft.DotNet.Build.Tasks.Feed to 2.2.0-preview1-03124-01 and increase timeout to 10 minutes
2018-08-24 10:59:36 -07:00
ASP.NET CI
ceb26b18d9
Updating submodule(s)
...
EntityFrameworkCore => 66f10e8726dd26642e43862bf709fdab1836d164
[auto-updated: submodules]
2018-08-24 09:52:02 -07:00
ASP.NET CI
facd8cb309
Updating submodule(s)
...
KestrelHttpServer => d318d7b94d
[auto-updated: submodules]
2018-08-23 22:35:59 -07:00
David Fowler
d318d7b94d
Make tests less flaky ( #2848 )
...
- Re-order logs with completing the task
2018-08-23 22:29:56 -07:00
ASP.NET CI
14b124f19f
Updating submodule(s)
...
KestrelHttpServer => fc3c2eef5e
[auto-updated: submodules]
2018-08-24 02:21:44 +00:00
Stephen Halter
fc3c2eef5e
Handle SocketError.ProtocolType as a connection reset on macOS ( #2845 )
...
* Handle SocketError.ProtocolType as a connection reset on macOS
* Make IsConnectionResetError and IsConnectionAbortError stricter
2018-08-23 19:16:44 -07:00
ASP.NET CI
ec86293952
Updating submodule(s)
...
KestrelHttpServer => e5a1101239
[auto-updated: submodules]
2018-08-23 17:33:52 -07:00
ASP.NET CI
b0a9e3ca7c
Updating submodule(s)
...
Identity => b3a6bda45a
Mvc => dfb579d45c
[auto-updated: submodules]
2018-08-23 17:02:57 -07:00
Stephen Halter
e5a1101239
Improve exception handling in SocketConnection ( #2844 )
...
- Avoid race where a connection reset observed by both DoSend() and DoReceive()
resulted in a ConnectionAbortedException being thrown from the input Pipe
instead of a ConnectionResetException.
2018-08-23 16:59:02 -07:00
ASP.NET CI
8c46637eed
Updating submodule(s)
...
IISIntegration => 9d5cbe1e3d
WebSockets => 752f934a23
[auto-updated: submodules]
2018-08-23 16:17:07 -07:00
ASP.NET CI
3d0d61f323
Updating submodule(s)
...
EntityFrameworkCore => 5ee6730534a8a3084dfd722c2a84aae2b532a61e
[auto-updated: submodules]
2018-08-23 15:51:03 -07:00
Pavel Krymets
9d5cbe1e3d
Remove Internal.Sdk reference from test projects ( #1318 )
2018-08-23 15:49:39 -07:00
John Luo
752f934a23
Fix flaky test
...
Use dynamic port assignment to reduce address binding failures due to port collisions
2018-08-23 15:45:14 -07:00
ASP.NET CI
c12387b23b
Updating submodule(s)
...
Routing => 40fb13a021
[auto-updated: submodules]
2018-08-23 14:23:11 -07:00
ASP.NET CI
b5dfbec603
Updating submodule(s)
...
IISIntegration => 1d4d882c0d
[auto-updated: submodules]
2018-08-23 13:54:31 -07:00
Justin Kotalik
1d4d882c0d
Spelling mistake in debug log
2018-08-23 13:45:10 -07:00
Nate McMaster
f86fabe9d2
Bumping version from 2.1.1 to 2.1.2
2018-08-23 12:56:36 -07:00
ASP.NET CI
faa70f6ce6
Updating submodule(s)
...
IISIntegration => b3893720b7
[auto-updated: submodules]
2018-08-23 12:52:57 -07:00
Sourabh Shirhatti
b3893720b7
inproc property was changed in 2.2 ( #1316 )
2018-08-23 12:41:27 -07:00
ASP.NET CI
1ffa88306d
Updating submodule(s)
...
Identity => f2e4a63747
[auto-updated: submodules]
2018-08-23 10:55:09 -07:00
ASP.NET CI
edded9af3b
Updating submodule(s)
...
SignalR => 2db0c086b2
[auto-updated: submodules]
2018-08-23 09:55:08 -07:00
ASP.NET CI
e758449bb6
Updating submodule(s)
...
Mvc => 8eea0ad44c
[auto-updated: submodules]
2018-08-23 15:26:18 +00:00
ASP.NET CI
5eb31c2d7f
Updating submodule(s)
...
KestrelHttpServer => 68a0863524
Mvc => e2de54a92d
Routing => 15e46ad323
[auto-updated: submodules]
2018-08-23 10:08:53 +00:00
David Fowler
68a0863524
General connection management ( #2834 )
...
This change makes the handling of graceful shutdown work for more than just http scenarios. This should allow us to move TLS further out and should also allow us to start moving things to connection middleware instead of connection adapters.
Summary of the things changed/added:
- Added IConnectionLifetimeNotificationFeature that represents an attempt to gracefully close the connection that isn't being aborted. This feels pretty awful but we may have to do it.
- Moved connection management to the ConnectionDispatcher and out of the HttpConnectionMiddleware
- Removed Http from the names of the ConnectionManager and Heartbeat
2018-08-22 20:35:28 -07:00
Nate McMaster
12e2d30f6b
Publish .jar files to ProdCon output
2018-08-22 19:08:17 -07:00
Mike Harder
e63e00ad04
Add "/warnaserror" to restore and build
...
- Default templates should have no restore or build warnings
2018-08-22 18:15:37 -07:00
Mike Harder
ba2eacc3f5
Automatically detect if private feed is required ( #16 )
2018-08-22 17:12:13 -07:00