Commit Graph

11497 Commits

Author SHA1 Message Date
Nate McMaster 1f19f1a51a
Temporarily disable sign check because the tool crashes and prevents us from getting a build 2018-11-09 07:23:47 -08:00
ASP.NET CI 9a37ff1ae1 Updating BuildTools from 3.0.0-alpha1-20181108.5 to 3.0.0-alpha1-20181108.8
[auto-updated: buildtools]
2018-11-09 08:04:45 +00:00
ASP.NET CI 502b386450 Updating submodule(s)
AzureIntegration => 797106d292
KestrelHttpServer => 9053772cd0
Razor => d719920fdc

[auto-updated: submodules]
2018-11-09 08:04:34 +00:00
ASP.NET CI 6b66c2a67f Updating BuildTools from 2.2.0-preview2-20181108.4 to 2.2.0-preview2-20181108.7
[auto-updated: buildtools]
2018-11-08 23:44:37 -08:00
ASP.NET CI 880f4f6774 Updating submodule(s)
AzureIntegration => 031a2ed214
CORS => f05b0e792d
KestrelHttpServer => 2b87e7be85

[auto-updated: submodules]
2018-11-08 23:44:27 -08:00
Nate McMaster db0d3c333d
Fix NU1605 build error by ensuring package versions are set correctly in subfolder projects (#3987) 2018-11-08 23:40:14 -08:00
Nate McMaster bc44d9d4e0
Remove artifact info for StressTestWebSite.zip 2018-11-08 17:50:34 -08:00
Nate McMaster 0c6e4bebab
Prepare to build the 2.1.7 patch (#3970)
* Prepare 2.1.7 patch
* Add documentation for how we prepare servicing updates
2018-11-08 17:07:18 -08:00
Nate McMaster ba70991d7c
Stop publishing runtime-extension-internal.zip and don't produce StressTestWebsite.zip by default in CI builds (#3984) 2018-11-08 17:01:31 -08:00
Nate McMaster 7f4d10775c
Add signcheck exclusions (#3985) 2018-11-08 16:57:07 -08:00
Pavel Krymets 723257ea80
Fix skip condition for artifact (#3983) 2018-11-08 15:58:29 -08:00
Stephen Halter 9053772cd0 Merge branch 'release/2.2' 2018-11-08 15:17:48 -08:00
Stephen Halter 2b87e7be85 Remove invalid Debug.Assert in Http2Connection (#3080)
The _streams dictionary may not contain the completing stream in
OnStreamCompleted since the IsDraining flag is applied beforehand
which allows it to be removed by the request processing thread.
2018-11-08 15:16:27 -08:00
Stephen Halter 50bb0b3bc9
Implement no-op HTTP/2 IHttpUpgradeFeature (#3082) 2018-11-08 15:10:07 -08:00
ASP.NET CI f260f09474 Updating BuildTools from 2.1.3-rtm-15841 to 2.1.3-rtm-15842
[auto-updated: buildtools]
2018-11-08 15:08:35 -08:00
ASP.NET CI 271989b4fa Updating BuildTools from 3.0.0-alpha1-20181105.4 to 3.0.0-alpha1-20181108.5
[auto-updated: buildtools]
2018-11-08 14:50:23 -08:00
ASP.NET CI 542d3c6b02 Updating submodule(s)
AuthSamples => 906f316d2b
HttpAbstractions => 1d3521113a
JsonPatch => bf9fd0d106
KestrelHttpServer => c20884045d
Mvc => 8d66f104f7
Razor => 862effd6d7
Security => cb83e4f485
SignalR => dea121061b
Templating => d632469909

[auto-updated: submodules]
2018-11-08 14:50:15 -08:00
Alexander Shabunevich bf9fd0d106 Prevent null refs when copying a property with a null value
* Fix aspnet/AspNetCore#3559 Json Patch: System.NullReferenceException while trying to use copy operation from property with null value.

* Fix aspnet/AspNetCore#3559: Missing tests added.
2018-11-08 14:29:34 -08:00
Pavel Krymets 89a3526769
Move runtime site extension to installers (#3954) 2018-11-08 14:13:07 -08:00
ASP.NET CI b19735667a Updating BuildTools from 2.2.0-preview2-20181105.3 to 2.2.0-preview2-20181108.4
[auto-updated: buildtools]
2018-11-08 12:03:46 -08:00
ASP.NET CI 56d83fc46a Updating submodule(s)
EntityFrameworkCore => ee3828a168f874efc5e5c8cc8c9bce9aa7db9d25
Razor => 8ba0a89425
SignalR => d0dac557ac

[auto-updated: submodules]
2018-11-08 12:03:38 -08:00
ASP.NET CI 0b77cfa463 Updating BuildTools from 2.1.3-rtm-15840 to 2.1.3-rtm-15841
[auto-updated: buildtools]
2018-11-08 17:35:13 +00:00
ASP.NET CI 79923e6a9f Updating BuildTools from 2.1.3-rtm-15839 to 2.1.3-rtm-15840
[auto-updated: buildtools]
2018-11-08 17:21:41 +00:00
Nate McMaster 416d8cd1ea
Merge branch 'release/2.2' 2018-11-08 08:48:35 -08:00
Nate McMaster 3918724616
Merge branch 'release/2.1' into release/2.2 2018-11-08 08:31:22 -08:00
ASP.NET CI 03c287406e Updating submodule(s)
EntityFrameworkCore => 68a631e43b262c1ad3039cd36728b49bed128cdd

[auto-updated: submodules]
2018-11-08 08:15:16 -08:00
ASP.NET CI 120dc05eb6 Updating submodule(s)
EntityFrameworkCore => 79bf0063bec879ba7f859e5fafbdf9a82b542a91
KestrelHttpServer => a1c1083798
Razor => 913217f61a
SignalR => f4d3ebe09a

[auto-updated: submodules]
2018-11-08 00:04:37 -08:00
Nate McMaster e0bdbb59f7
Reorganize source code in src/DataProtection
* Pair implementations and unit tests side by side in src/ and test/ folders
* Update .sln and project paths
* Rename unit test projects from Test.csproj => Tests.csproj
* Update KoreBuild properties to allow building projects, not solutions
2018-11-07 17:33:30 -08:00
Stephen Halter c20884045d Merge branch 'release/2.2' 2018-11-07 17:13:40 -08:00
Stephen Halter a1c1083798
[2.2] Fix race conditions in HTTP/2 tests (#3078) 2018-11-07 17:09:44 -08:00
Stephen Halter b3d72773b1
Fix race conditions in HTTP/2 tests (#3024) 2018-11-07 17:09:21 -08:00
Stephen Halter f6d589a6c4
Remove invalid Debug.Assert in Http2Connection (#3080)
The _streams dictionary may not contain the completing stream in
OnStreamCompleted since the IsDraining flag is applied beforehand
which allows it to be removed by the request processing thread.
2018-11-07 17:08:44 -08:00
Nate McMaster b75fa54ad2
Remove the EntityFrameworkCore submodule (#3964)
This removes EntityFrameworkCore as a git submodule. The EFCore repo will build on its own, and the AspNetCore repo will consume EFCore via PackageReference.
2018-11-07 14:00:19 -08:00
Justin Kotalik 263fb650be
Detect shared configuration in ANCM installers and fail if enabled (#3962) 2018-11-07 13:19:27 -08:00
ASP.NET CI 9ff91eb615 Updating submodule(s)
SignalR => a03b8f85a8

[auto-updated: submodules]
2018-11-07 12:03:39 -08:00
ASP.NET CI ada9f000a2 Updating submodule(s)
SignalR => 755264e335

[auto-updated: submodules]
2018-11-07 12:03:06 -08:00
ASP.NET CI f695af0099 Updating submodule(s)
EntityFrameworkCore => f54a7241e78c9d9c8d87e80ec7cd68a1526767da
HttpAbstractions => 066c5ce337
MusicStore => 2b0ea782be
Session => a4af62e774

[auto-updated: submodules]
2018-11-07 07:32:26 -08:00
Nate McMaster 0e3260f2b4
Merge branch 'release/2.2' 2018-11-06 21:47:30 -08:00
Nate McMaster 302d8d59dd
Remove the aspnet/Caching submodule 2018-11-06 21:20:06 -08:00
ASP.NET CI 5faea3ff7b Updating submodule(s)
MvcPrecompilation => 032768b063
SignalR => 56f78b4593

[auto-updated: submodules]
2018-11-06 18:16:25 -08:00
Nate McMaster 3cb67766a8
Merge branch 'release/2.2' 2018-11-06 18:09:01 -08:00
Nate McMaster d81128de11
Fix CodeSign.props to include the .dll in the file name for logging files 2018-11-06 18:07:54 -08:00
Nate McMaster 011cf21a5c
Merge branch 'release/2.2' 2018-11-06 17:42:44 -08:00
Nate McMaster 17ee447d26
Upgrade to Extensions 2.2.0-rtm-181106-10 2018-11-06 17:32:06 -08:00
Nate McMaster 3cf8a41e4a
Remove the aspnet/Logging submodule 2018-11-06 17:30:26 -08:00
ASP.NET CI a3902573a5 Updating submodule(s)
Razor => fd4572874e

[auto-updated: submodules]
2018-11-06 17:12:19 -08:00
ASP.NET CI 2d46064467 Updating submodule(s)
MvcPrecompilation => 617586a984

[auto-updated: submodules]
2018-11-06 15:15:25 -08:00
Pavel Krymets 9d570d791f
Remove obsolete logging API usage (#3953) 2018-11-06 14:50:35 -08:00
ASP.NET CI 79183729f4 Updating submodule(s)
DotNetTools => a24b4ee459
HttpSysServer => 60af147f03
Logging => e94b64f96b425190b027f5d956db34bcb529bf8c
SignalR => 71e2f45450

[auto-updated: submodules]
2018-11-06 14:14:09 -08:00
John Luo 5488932e31 Merge branch 'release/2.2' 2018-11-06 14:04:45 -08:00