Commit Graph

19406 Commits

Author SHA1 Message Date
Justin Kotalik 14aebebbaa
Remove using environment variables for specifying tests. (#1410) 2018-09-21 08:26:20 -07:00
ASP.NET CI e2aab3cc7b Updating submodule(s)
EntityFrameworkCore => 86377a92c9bdaf3a210318c32903c19176a76724

[auto-updated: submodules]
2018-09-21 01:28:19 -07:00
ASP.NET CI 8c0ad93273 Updating submodule(s)
AADIntegration => 14c5fcdb50
AuthSamples => 31bb166372
AzureIntegration => 312221df2f
BasicMiddleware => 6699804fe9
Diagnostics => 8fb6c2a50a
EntityFrameworkCore => 31aec93278d089878867b3279587cd0de6f19f12
Hosting => 13d9774e7a
HttpClientFactory => 95c1cb0907ac3f66b9ebc982b7b3413a073636f6
Identity => 4e0c9f4038
IISIntegration => d463b5e613
JavaScriptServices => 587ead92e4
Mvc => 61386d5f67
Options => 0caa14df0239df24a9711a59900583abaf8fb286
Razor => a898f98a7f
Routing => c559498632
Scaffolding => 3808f07f672c0c5416f547959cc6b8efe2ab5e21
SignalR => 4dfd93c1d7
Templating => a140f38810

[auto-updated: submodules]
2018-09-20 16:51:56 -07:00
Pranav K 31bb166372
Reference Microsoft.NET.Sdk.Razor in projects with Razor files 2018-09-20 16:42:13 -07:00
Pranav K 14c5fcdb50
Reference Microsoft.NET.Sdk.Razor in projects with Razor files 2018-09-20 16:39:50 -07:00
Pranav K 312221df2f
Reference Microsoft.NET.Sdk.Razor in projects with Razor files 2018-09-20 16:13:39 -07:00
ASP.NET CI 744a042da3 Updating submodule(s)
Routing => 0d44670c9f

[auto-updated: submodules]
2018-09-20 15:29:28 -07:00
Ryan Brandenburg a140f38810 Enhancments 2018-09-20 14:52:16 -07:00
ASP.NET CI eba9610477 Updating submodule(s)
SignalR => 7f4c23b72d

[auto-updated: submodules]
2018-09-20 21:21:46 +00:00
Pranav K 587ead92e4
Reference Microsoft.NET.Sdk.Razor in projects with Razor files 2018-09-20 13:55:13 -07:00
ASP.NET CI 8d602b75b3 Updating submodule(s)
BasicMiddleware => db7c2bf70c

[auto-updated: submodules]
2018-09-20 20:35:37 +00:00
ASP.NET CI 12d2d01593 Updating submodule(s)
SignalR => e683b81dfe

[auto-updated: submodules]
2018-09-20 20:00:45 +00:00
Pavel Krymets d463b5e613
Fix ReaderThrowsResetExceptionOnInvalidBody (#1420) 2018-09-20 12:38:35 -07:00
ASP.NET CI 4b4419e310 Updating submodule(s)
Diagnostics => db826f13ed

[auto-updated: submodules]
2018-09-20 19:26:24 +00:00
ASP.NET CI 842f0c696c Updating submodule(s)
Mvc => 5b9ef5972c
Routing => 0bb28edc63

[auto-updated: submodules]
2018-09-20 11:53:29 -07:00
ASP.NET CI f9146b8fcf Updating BuildTools from 3.0.0-alpha1-20180911.2 to 3.0.0-alpha1-20180919.1
[auto-updated: buildtools]
2018-09-20 10:54:33 -07:00
ASP.NET CI 4c622acc06 Updating submodule(s)
Diagnostics => 4cecbc668a
EntityFrameworkCore => 02e2952057d23122f6182ebd9d4eaf04c34104c9
Hosting => 73e66999cd
HttpClientFactory => e0b77f9f5fcb720147af56432904ca1a7785a398
IISIntegration => ca0b9ee512
Options => 8703443d45ab1f9bc36aedb967d065269abeca58

[auto-updated: submodules]
2018-09-20 10:54:24 -07:00
Ryan Brandenburg 48e66d3d10 Pin System.Memory to 4.5.0 2018-09-20 10:30:57 -07:00
Ryan Brandenburg 9e7c3d6110 Remove duplicate CompilerServicesUnsafe 2018-09-20 10:19:35 -07:00
Pavel Krymets d28468ca8f
Override IIS headers in inproc (#1409) 2018-09-20 09:21:34 -07:00
Pavel Krymets ca0b9ee512
Merge pull request #1417 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-09-20 07:06:11 -07:00
Peter Marcu bd2c692702 add arm64 sharedfx builds 2018-09-19 18:30:23 -07:00
Pavel Krymets b08b237927
StopServer before asserting TestSink (#1416) 2018-09-19 17:20:29 -07:00
Pavel Krymets 375d037946
Add applicationInitialization tests (#1402) 2018-09-19 16:32:24 -07:00
Pavel Krymets 4661a8de66
Merge pull request #1403 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-09-19 16:24:45 -07:00
ASP.NET CI f04440816a Updating submodule(s)
Hosting => 3f7ee338d4

[auto-updated: submodules]
2018-09-19 19:43:04 +00:00
Pranav K 73e66999cd
Merge remote-tracking branch 'origin/release/2.2' 2018-09-19 12:40:34 -07:00
Pranav K 13d9774e7a
Merge remote-tracking branch 'origin/release/2.1' into release/2.2 2018-09-19 12:37:23 -07:00
Mike Harder 3f7ee338d4 Change SelfHostDeployer to use dynamic ports by default (#1383)
* Should significantly reduce flaky test failures due to AddressInUse exceptions
* Addresses https://github.com/aspnet/Hosting/issues/1296
2018-09-19 12:35:51 -07:00
Justin Kotalik b41f1f0cae
Make cert fixture lazy (#1412) 2018-09-19 12:26:14 -07:00
Pavel Krymets 4e57b0e1f1
Add functional style request aborted test (#1406) 2018-09-19 10:09:44 -07:00
Pavel Krymets 608889b110
Remove server header assert (#1407) 2018-09-19 10:06:23 -07:00
ASP.NET CI d4ba9b9dcc Updating submodule(s)
EntityFrameworkCore => fecef9c5da8b1133e209ff83ac1bd2674cd14bcb

[auto-updated: submodules]
2018-09-19 16:50:12 +00:00
Brice Lambson 4b615a3a04 Merge branch 'release/2.2' 2018-09-19 09:38:59 -07:00
Brice Lambson 7fb4940258 ⬆️ Update NetTopologySuite.Core to 1.15.1 2018-09-19 09:22:07 -07:00
ASP.NET CI 7ae4194648 Updating submodule(s)
IISIntegration => a7a3dbd53e
Razor => 2b1bdb7342

[auto-updated: submodules]
2018-09-18 17:57:50 -07:00
ASP.NET CI a8db58f2bc Updating BuildTools from 2.2.0-preview1-20180911.1 to 2.2.0-preview1-20180918.1
[auto-updated: buildtools]
2018-09-18 17:25:06 -07:00
ASP.NET CI 52562c314c Updating submodule(s)
IISIntegration => b6c311c14d
Razor => 7144add4ad

[auto-updated: submodules]
2018-09-18 17:24:58 -07:00
Justin Kotalik a7a3dbd53e Merge branch 'merge/release/2.2-to-master' 2018-09-18 17:04:33 -07:00
Pavel Krymets b6c311c14d
Add client disconnect and connection abort support (#1388) 2018-09-18 16:36:52 -07:00
ASP.NET CI 1841c5efea Updating submodule(s)
EntityFrameworkCore => 2bb602fc07b526bb9f68c1019b68b8c9f058ff0f
FileSystem => 32dbcac21c7fb906bb358ed682afe8dfbc0a526b

[auto-updated: submodules]
2018-09-18 23:10:39 +00:00
ASP.NET CI 53e5f8a868 Updating submodule(s)
EntityFrameworkCore => 37c0e9124c607fcfbc93a343b81b380dadc08614

[auto-updated: submodules]
2018-09-18 16:09:04 -07:00
ASP.NET CI c4c5650769 Updating submodule(s)
EntityFrameworkCore => 198eebae2fae5ccb2ff0e03027f419a61f18eaf7

[auto-updated: submodules]
2018-09-18 22:38:34 +00:00
ASP.NET CI 035dd4f69c Updating submodule(s)
KestrelHttpServer => bd1d232cf4

[auto-updated: submodules]
2018-09-18 15:38:06 -07:00
Stephen Halter bd1d232cf4
Merge pull request #2940 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-09-18 15:25:31 -07:00
ASP.NET CI e039e2e8e5 Updating submodule(s)
Templating => f63412f1bb

[auto-updated: submodules]
2018-09-18 22:07:08 +00:00
ASP.NET CI f5452b1293 Updating submodule(s)
IISIntegration => ece5ad36e2
KestrelHttpServer => 10458d5ecc

[auto-updated: submodules]
2018-09-18 21:34:44 +00:00
Ryan Brandenburg f63412f1bb Update package verions 2018-09-18 14:34:39 -07:00
ASP.NET CI 9ad33e5166 Updating submodule(s)
KestrelHttpServer => 15ba5065a9

[auto-updated: submodules]
2018-09-18 14:33:01 -07:00
Justin Kotalik ece5ad36e2
Implement ITlsConnectionFeature (#1390) 2018-09-18 14:22:56 -07:00