Commit Graph

38292 Commits

Author SHA1 Message Date
ASP.NET CI bd87f9bb5b Update dependencies.props
[auto-updated: dependencies]
2018-09-09 19:11:15 +00:00
ASP.NET CI e975b87b91 Update dependencies.props
[auto-updated: dependencies]
2018-09-09 12:10:33 -07:00
ASP.NET CI 58ff54cec7 Update dependencies.props
[auto-updated: dependencies]
2018-09-09 19:10:25 +00:00
ASP.NET CI f94ad0f202 Update dependencies.props
[auto-updated: dependencies]
2018-09-09 12:10:09 -07:00
ASP.NET CI 3fc1b8ff76 Update dependencies.props
[auto-updated: dependencies]
2018-09-09 19:10:09 +00:00
ASP.NET CI f80ae73f95 Update dependencies.props
[auto-updated: dependencies]
2018-09-09 12:09:25 -07:00
ASP.NET CI 7df36459c9 Update dependencies.props
[auto-updated: dependencies]
2018-09-09 12:09:10 -07:00
ASP.NET CI 15d5545d59 Update dependencies.props
[auto-updated: dependencies]
2018-09-09 19:08:15 +00:00
ASP.NET CI b17924573a Update dependencies.props
[auto-updated: dependencies]
2018-09-09 12:07:22 -07:00
ASP.NET CI 2b55fa62a4 Update dependencies.props
[auto-updated: dependencies]
2018-09-09 19:06:14 +00:00
ASP.NET CI 40c5f0d2a5 Update dependencies.props
[auto-updated: dependencies]
2018-09-09 12:05:54 -07:00
ASP.NET CI a15c26e984 Update dependencies.props
[auto-updated: dependencies]
2018-09-09 19:05:50 +00:00
ASP.NET CI 9035c4efc8 Update dependencies.props
[auto-updated: dependencies]
2018-09-09 19:05:36 +00:00
ASP.NET CI 18dd876c95 Update dependencies.props
[auto-updated: dependencies]
2018-09-09 12:05:33 -07:00
ASP.NET CI 823a839471 Update dependencies.props
[auto-updated: dependencies]
2018-09-09 12:05:20 -07:00
ASP.NET CI 70401e8d85 Update dependencies.props
[auto-updated: dependencies]
2018-09-09 19:03:27 +00:00
ASP.NET CI c29b645662 Update dependencies.props
[auto-updated: dependencies]
2018-09-09 12:03:22 -07:00
ASP.NET CI c67bbfae19 Updating submodule(s)
SignalR => 5092cc3115

[auto-updated: submodules]
2018-09-07 19:24:15 -07:00
Andrew Stanton-Nurse 5092cc3115
Merge pull request #2929 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-09-07 19:19:27 -07:00
Ahson Khan 94e1478320 Add Handshake Protocol benchmarks and more Negotiate Protocol benchmark (#2930)
cases
2018-09-07 19:18:49 -07:00
ASP.NET CI 5ef7165e27 Updating submodule(s)
KestrelHttpServer => f47aa1283e

[auto-updated: submodules]
2018-09-07 18:13:44 -07:00
Stephen Halter f47aa1283e
Make usage of TestConnection.Receive vs ReceiveEnd consistent (#2896)
- Add a transport test verifying that concurrent requests/connections work.
2018-09-07 18:09:51 -07:00
Ryan Brandenburg e4ab90ec1c Use built in DownloadFile task 2018-09-07 16:58:09 -07:00
ASP.NET CI 25f7fce087 Updating submodule(s)
DotNetTools => 4bcfbe4d40
Mvc => dbf744c523
StaticFiles => 9e89f798c6

[auto-updated: submodules]
2018-09-07 16:31:34 -07:00
Pranav K dbf744c523
Merge pull request #8404 from aspnet/prkrishn/remove-experimental
Remove experimental analyzers
2018-09-07 16:19:47 -07:00
Pranav K 0eae36bb50 Remove experimental analyzers 2018-09-07 16:19:41 -07:00
ASP.NET CI 963f64314f Updating submodule(s)
StaticFiles => ffad8dea5e

[auto-updated: submodules]
2018-09-07 16:16:02 -07:00
Pranav K 013697ad89
Remove experimental analyzers 2018-09-07 16:03:06 -07:00
John Luo ffad8dea5e Merge branch 'release/2.2' 2018-09-07 16:02:07 -07:00
ASP.NET CI 680baa2e21 Updating submodule(s)
IISIntegration => 3938ac506c

[auto-updated: submodules]
2018-09-07 22:37:41 +00:00
Glenn Condron 4bcfbe4d40
[REPL] Help improvements for repl (#478)
* Beginning of help additions. Fixed a nullref.
* Standardized help with options displayed as appropriate.
2018-09-07 15:21:42 -07:00
ASP.NET CI 5e11801764 Updating submodule(s)
Mvc => 9895593926

[auto-updated: submodules]
2018-09-07 15:20:13 -07:00
Ryan Brandenburg 9895593926 Include diagnosticMessages from xunit for Functional tests 2018-09-07 15:00:33 -07:00
Pavel Krymets 3938ac506c Merge branch 'merge/release/2.2-to-master' 2018-09-07 14:57:53 -07:00
Joni 72f7e52e1e Remove blank line 2018-09-07 14:48:17 -07:00
Matt Mitchell f776ff7838
Merge pull request #1391 from dotnet-maestro-bot/upgrade-netcore-deps
Upgrade to .NET Core 3.0.0-preview1-26907-05
2018-09-07 14:35:37 -07:00
ASP.NET CI 72992a68aa Updating submodule(s)
BasicMiddleware => d36dcca713
SignalR => db99baac35

[auto-updated: submodules]
2018-09-07 14:26:59 -07:00
John Luo 9e89f798c6 Add logging to functional tests 2018-09-07 14:22:39 -07:00
Ben Adams db99baac35 Don't capture AsyncLocals onto Timers (#2904) 2018-09-07 14:08:08 -07:00
Sebastian d36dcca713 Handle IPv4ToIPv6 Mapped Addresses when checking known proxies/networks (#359)
* Un-Map IPv4-to-IPv6-Mapped ips before comparing to known proxies/networks. Addresses #358

* Checking both mapped and unmapped versions of IPv4toIPv6 ips. Addresses #358

* Confirm IPv4toIPv6 mapping/unmapping. Addresses #358
2018-09-07 14:02:31 -07:00
ASP.NET CI 02f8e7dec5 Updating submodule(s)
EntityFrameworkCore => 146863a3bdc25c1ea1cb224ba0611594398c8459

[auto-updated: submodules]
2018-09-07 20:00:27 +00:00
ASP.NET CI ee6b78a79f Updating submodule(s)
EntityFrameworkCore => ce97dc94b321c4e9ad7a91781cdc0beccd25ea9d

[auto-updated: submodules]
2018-09-07 19:43:49 +00:00
ASP.NET CI 1021637a5d Updating submodule(s)
EntityFrameworkCore => 864750d315433bc39fd09953d8116ff2ac1c5433

[auto-updated: submodules]
2018-09-07 12:22:39 -07:00
ASP.NET CI ade48333e6 Updating submodule(s)
KestrelHttpServer => 2f3b565401

[auto-updated: submodules]
2018-09-07 19:08:31 +00:00
ASP.NET CI 155258ea68 Updating BuildTools from 2.2.0-preview1-20180907.4 to 2.2.0-preview1-20180907.8
[auto-updated: buildtools]
2018-09-07 11:45:20 -07:00
ASP.NET CI f14b1c5a4a Updating submodule(s)
ResponseCaching => bb26b62a1f
Scaffolding => 72e29adb3dafcb8612ae2491f5acb5af09da9334
SignalR => b9e118b61f

[auto-updated: submodules]
2018-09-07 11:45:10 -07:00
ASP.NET CI 6285360dde Updating BuildTools from 3.0.0-alpha1-20180907.5 to 3.0.0-alpha1-20180907.9
[auto-updated: buildtools]
2018-09-07 11:25:33 -07:00
ASP.NET CI 58f8080e33 Updating submodule(s)
ResponseCaching => c2e750b66d
Scaffolding => c2a2e27239cc09aab5892222ffdaa0b53a65ff8d
SignalR => 5f06ccd90f

[auto-updated: submodules]
2018-09-07 11:25:26 -07:00
dotnet-maestro-bot e982e821ad Upgrade to .NET Core 3.0.0-preview1-26907-05 2018-09-07 11:20:59 -07:00
Mikael Mengistu 5f06ccd90f
Merge pull request #2928 from aspnet/release/2.2 2018-09-07 11:04:59 -07:00