Matt Mitchell [Fri, 6 Sep 2019 23:38:02 +0000 (16:38 -0700)]
Disable SDL validation (#40903)
SDL validation is too expensive to run on a per-build basis. Disable for now
dotnet-maestro[bot] [Fri, 6 Sep 2019 19:05:35 +0000 (15:05 -0400)]
[release/3.0] Update dependencies from dotnet/core-setup dotnet/arcade (#40880)
* Update dependencies from https://github.com/dotnet/core-setup build
20190905.28
- Microsoft.NETCore.App - 3.0.0-rc2-19455-28
- Microsoft.NETCore.DotNetHost - 3.0.0-rc2-19455-28
- Microsoft.NETCore.DotNetHostPolicy - 3.0.0-rc2-19455-28
* Update dependencies from https://github.com/dotnet/arcade build
20190905.21
- Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.19455.21
- Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19455.21
- Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19455.21
- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19455.21
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19455.21
- Microsoft.DotNet.Build.Tasks.Configuration - 1.0.0-beta.19455.21
- Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19455.21
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19455.21
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19455.21
- Microsoft.DotNet.CoreFxTesting - 1.0.0-beta.19455.21
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19455.21
- Microsoft.DotNet.GenFacades - 1.0.0-beta.19455.21
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19455.21
- Microsoft.DotNet.RemoteExecutor - 1.0.0-beta.19455.21
Jose Perez Rodriguez [Fri, 6 Sep 2019 17:16:57 +0000 (10:16 -0700)]
[Release/3.0] Add harvest validation logic to the all configurations tests (#40719)
* Add harvest validation logic to the all configurations tests
* Updating Stable info on package index.
* Fix build break by readding unlisted package
dotnet-maestro[bot] [Fri, 6 Sep 2019 08:57:46 +0000 (08:57 +0000)]
[release/3.0] Update dependencies from dotnet/coreclr (#40869)
* Update dependencies from https://github.com/dotnet/coreclr build
20190905.10
- Microsoft.NET.Sdk.IL - 3.0.0-rc2.19455.10
- Microsoft.NETCore.ILAsm - 3.0.0-rc2.19455.10
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc2.19455.10
* Update dependencies from https://github.com/dotnet/coreclr build
20190905.12
- Microsoft.NET.Sdk.IL - 3.0.0-rc2.19455.12
- Microsoft.NETCore.ILAsm - 3.0.0-rc2.19455.12
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc2.19455.12
dotnet-maestro[bot] [Fri, 6 Sep 2019 04:30:42 +0000 (21:30 -0700)]
Update dependencies from https://github.com/dotnet/standard build
20190905.4 (#40861)
- NETStandard.Library - 2.1.0-prerelease.19455.4
Stephen Toub [Fri, 6 Sep 2019 04:05:57 +0000 (00:05 -0400)]
Allow NetworkStream.WriteAsync calls to be canceled asynchronously (#40840)
In 3.0 we added the necessary support for this, and for Socket.WriteAsync calls we're appropriately passing the CancellationToken through, but we missed doing so for NetworkStream.WriteAsync, which takes a slightly different code path through AwaitableSocketAsyncEventArgs.
dotnet-maestro[bot] [Fri, 6 Sep 2019 03:11:28 +0000 (03:11 +0000)]
Update dependencies from https://github.com/dotnet/coreclr build
20190905.7 (#40866)
- Microsoft.NET.Sdk.IL - 3.0.0-rc1.19455.7
- Microsoft.NETCore.ILAsm - 3.0.0-rc1.19455.7
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19455.7
Matt Mitchell [Thu, 5 Sep 2019 23:27:04 +0000 (16:27 -0700)]
Merge pull request #40849 from Anipik/rc2
update branding of rc1 to rc2 for release 3.0 branch
dotnet-maestro[bot] [Thu, 5 Sep 2019 23:06:13 +0000 (23:06 +0000)]
Update dependencies from https://github.com/dotnet/coreclr build
20190905.5 (#40856)
- Microsoft.NET.Sdk.IL - 3.0.0-rc1.19455.5
- Microsoft.NETCore.ILAsm - 3.0.0-rc1.19455.5
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19455.5
Cheena Malhotra [Thu, 5 Sep 2019 20:21:40 +0000 (13:21 -0700)]
[release/3.0] SqlClient fix for managed encryption connection failure (#40825)
dotnet-maestro[bot] [Thu, 5 Sep 2019 19:34:48 +0000 (12:34 -0700)]
Update dependencies from https://github.com/dotnet/coreclr build
20190905.3 (#40847)
- Microsoft.NET.Sdk.IL - 3.0.0-rc1.19455.3
- Microsoft.NETCore.ILAsm - 3.0.0-rc1.19455.3
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19455.3
Anipik [Thu, 5 Sep 2019 18:54:11 +0000 (11:54 -0700)]
update branding of rc1 to rc2
dotnet-maestro[bot] [Thu, 5 Sep 2019 16:39:10 +0000 (12:39 -0400)]
[release/3.0] Update dependencies from 4 repositories (#40829)
* Update dependencies from https://github.com/dotnet/core-setup build
20190905.02
- Microsoft.NETCore.App - 3.0.0-rc1-19455-02
- Microsoft.NETCore.DotNetHost - 3.0.0-rc1-19455-02
- Microsoft.NETCore.DotNetHostPolicy - 3.0.0-rc1-19455-02
* Update dependencies from https://github.com/dotnet/arcade build
20190904.31
- Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.19454.31
- Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19454.31
- Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19454.31
- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19454.31
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19454.31
- Microsoft.DotNet.Build.Tasks.Configuration - 1.0.0-beta.19454.31
- Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19454.31
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19454.31
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19454.31
- Microsoft.DotNet.CoreFxTesting - 1.0.0-beta.19454.31
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19454.31
- Microsoft.DotNet.GenFacades - 1.0.0-beta.19454.31
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19454.31
- Microsoft.DotNet.RemoteExecutor - 1.0.0-beta.19454.31
* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build
20190905.1
- optimization.windows_nt-x64.IBC.CoreFx - 99.99.99-master-
20190905.1
* Update dependencies from https://github.com/dotnet/standard build
20190905.3
- NETStandard.Library - 2.1.0-prerelease.19455.3
Jeremy Barton [Thu, 5 Sep 2019 04:15:15 +0000 (21:15 -0700)]
Fix JsonElement.WriteTo handling of escaped property names (#40789)
This removes the duplicate switch statement from writing properties,
as the usage of the new WritePropertyName API on the writer simplifies the logic here.
Ahson Khan [Thu, 5 Sep 2019 04:14:03 +0000 (21:14 -0700)]
Fix the max token size threshold to correctly compute to 125MB for Base64 bytes. (#40792) (#40796)
* Fix the max token size threshold to correctly compute to 125MB for
Base64 bytes.
* Rename constant to fix transpose error: Base46 -> Base64
* Enable the outerloop tests for windows and osx only and update to use
platform specific new line.
dotnet-maestro[bot] [Wed, 4 Sep 2019 20:37:38 +0000 (13:37 -0700)]
[release/3.0] Update dependencies from dotnet/standard (#40815)
* Update dependencies from https://github.com/dotnet/standard build
20190904.3
- NETStandard.Library - 2.1.0-prerelease.19454.3
* Update dependencies from https://github.com/dotnet/standard build
20190904.4
- NETStandard.Library - 2.1.0-prerelease.19454.4
dotnet-maestro[bot] [Wed, 4 Sep 2019 13:41:12 +0000 (09:41 -0400)]
[release/3.0] Update dependencies from dotnet/core-setup dotnet/arcade (#40801)
* Update dependencies from https://github.com/dotnet/core-setup build
20190903.06
- Microsoft.NETCore.App - 3.0.0-rc1-19453-06
- Microsoft.NETCore.DotNetHost - 3.0.0-rc1-19453-06
- Microsoft.NETCore.DotNetHostPolicy - 3.0.0-rc1-19453-06
* Update dependencies from https://github.com/dotnet/arcade build
20190903.5
- Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.19453.5
- Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19453.5
- Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19453.5
- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19453.5
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19453.5
- Microsoft.DotNet.Build.Tasks.Configuration - 1.0.0-beta.19453.5
- Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19453.5
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19453.5
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19453.5
- Microsoft.DotNet.CoreFxTesting - 1.0.0-beta.19453.5
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19453.5
- Microsoft.DotNet.GenFacades - 1.0.0-beta.19453.5
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19453.5
- Microsoft.DotNet.RemoteExecutor - 1.0.0-beta.19453.5
dotnet-maestro[bot] [Tue, 3 Sep 2019 15:46:06 +0000 (17:46 +0200)]
Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build
20190902.1 (#40749)
- optimization.windows_nt-x64.IBC.CoreFx - 99.99.99-master-
20190902.1
Viktor Hofer [Mon, 2 Sep 2019 20:48:05 +0000 (22:48 +0200)]
Retry eventlog deletion in tests on all platforms (#40743)
* Retry deleting eventlog on all platforms
* Remove OS differentiation
Viktor Hofer [Tue, 3 Sep 2019 01:56:31 +0000 (03:56 +0200)]
Disable flaky PrintPage test (#40754)
Stephen Toub [Tue, 3 Sep 2019 09:39:43 +0000 (05:39 -0400)]
Disable RsaDecryptPkcs1LeadingZero test failing on some Windows (#40760)
Viktor Hofer [Mon, 2 Sep 2019 11:58:38 +0000 (13:58 +0200)]
Disable TimerElapsedSignaled (#40742)
https://github.com/dotnet/corefx/issues/29166
Viktor Hofer [Fri, 30 Aug 2019 13:31:38 +0000 (15:31 +0200)]
Ignore casing in servicename tests on nano server (#40699)
Viktor Hofer [Fri, 30 Aug 2019 02:07:36 +0000 (04:07 +0200)]
Disable EventLog failing test on Windows (#40688)
Relates to #40224
Viktor Hofer [Fri, 30 Aug 2019 02:07:11 +0000 (04:07 +0200)]
Disable two flaky tests Mutex/Netw (#40689)
Viktor Hofer [Thu, 29 Aug 2019 21:39:44 +0000 (23:39 +0200)]
Enable macOS10.14 in PR builds (#40684)
Stephen Toub [Thu, 22 Aug 2019 18:17:28 +0000 (14:17 -0400)]
Fix AsyncValueTaskMethodBuilder tests (#40505)
A few tests are intended to validate internal implementation details, and those are commented. But the rest should be asserting implementation specifics. This fixes those, and augments some validation a bit as well.
Tom Deseyn [Thu, 22 Aug 2019 15:47:32 +0000 (17:47 +0200)]
Console tests: remove tests that expect to observe ANSI sequences (#40495)
These tests expect ANSI escape sequences to be written to the Console.SetOut stream,
which doesn't match with the implementation (since https://github.com/dotnet/corefx/commit/
98552707c585bc0f0c138fdeed991c28f00a0ac5).
Viktor Hofer [Wed, 21 Aug 2019 18:19:14 +0000 (20:19 +0200)]
Fix official builds because of SDL authentication (#40483)
* Fix official builds because of SDL authentication
Viktor Hofer [Sat, 17 Aug 2019 01:41:57 +0000 (03:41 +0200)]
Disable AssociatePersistedKey_CAPIviaCNG_RSA on arm64 (#40375)
buyaa-n [Fri, 16 Aug 2019 15:50:56 +0000 (08:50 -0700)]
Disabling test failing in Mac OSX 10.15 (#40332)
* Disabling test failing in Mac OSX 10.15
* Using active issue annotation
* Checking OS version instead of disabling test for any Mac
* Formatting update
Krzysztof Wicher [Tue, 13 Aug 2019 17:48:28 +0000 (10:48 -0700)]
Add TLS 1.3 to all protocols in GetAsync_AllowedSSLVersion_Succeeds (#40281)
Krzysztof Wicher [Tue, 13 Aug 2019 06:01:21 +0000 (23:01 -0700)]
Fix 2 System.Net.Http tests failing on debian (#40259)
Viktor Hofer [Mon, 12 Aug 2019 14:18:13 +0000 (16:18 +0200)]
Disable two SocketsHttpHandler tests on Debian10 (#40247)
Viktor Hofer [Sun, 11 Aug 2019 12:47:38 +0000 (14:47 +0200)]
Disable System.Drawing tests failing on arm64 (#40223)
Viktor Hofer [Sun, 11 Aug 2019 12:19:01 +0000 (14:19 +0200)]
Upgrade Windows Nano Server to 1809 (#39734)
* Upgrade Windows Nano Server to 1809
* Handle ERROR_CALL_NOT_IMPLEMENTED in PlatformDetection.IsInAppContainer
* Disable TextInfo test on Nano server
* Disable EnvironmentVariable tests on user scope
Viktor Hofer [Sun, 11 Aug 2019 11:31:30 +0000 (13:31 +0200)]
Disable two EventLog failing tests on Windows (#40225)
Tomas Weinfurt [Fri, 9 Aug 2019 14:17:43 +0000 (07:17 -0700)]
improve detection of usable KeyChain (#40163)
* improve detection of usable KeyChain
* add hint to user for errSecInteractionNotAllowed
Viktor Hofer [Fri, 9 Aug 2019 13:28:14 +0000 (15:28 +0200)]
Disable GetGCMemoryInfoTest on arm (#40176)
Stephen Toub [Thu, 8 Aug 2019 01:08:35 +0000 (21:08 -0400)]
Fix several test use of RunContinuationsAsynchronously (#40121)
Dan Moseley [Tue, 6 Aug 2019 20:59:23 +0000 (13:59 -0700)]
Update IconCodecTests.cs (#40076)
```
Error message
System.ArgumentException : Parameter is not valid.
Stack trace
at System.Drawing.Bitmap..ctor(String filename)
at MonoTests.System.Drawing.Imaging.IconCodecTest.Bitmap16Features_Palette_Entries_Windows() in /_/src/System.Drawing.Common/tests/mono/System.Drawing.Imaging/IconCodecTests.cs:line 15
```
Santiago Fernandez Madero [Wed, 31 Jul 2019 23:00:09 +0000 (16:00 -0700)]
Fix test scope when sending to helix resulting in double // (#39878)
Charles Stoner [Sat, 31 Aug 2019 01:38:32 +0000 (18:38 -0700)]
Skip tests on Arm (#40716)
Viktor Hofer [Fri, 30 Aug 2019 14:55:22 +0000 (16:55 +0200)]
Limit precision checks in arm/64 (#40696)
Viktor Hofer [Mon, 12 Aug 2019 14:13:22 +0000 (16:13 +0200)]
Disable FinancialTest.FV test on arm64 (#40246)
Charles Stoner [Wed, 31 Jul 2019 18:57:43 +0000 (11:57 -0700)]
Adjust precision of Microsoft.VisualBasic.Tests.FinancialTests based on platform (#39742)
Viktor Hofer [Fri, 26 Jul 2019 14:17:48 +0000 (16:17 +0200)]
Enable target framework attribute on test assemblies (#39806)
Stephen Toub [Tue, 23 Jul 2019 13:09:51 +0000 (09:09 -0400)]
Disable SendAsync_SuppressedGlobalStaticPropagationNoListenerAppCtx test (#39692)
Stephen Toub [Sun, 21 Jul 2019 01:45:58 +0000 (21:45 -0400)]
Disable DefaultPageSettings_Null_ReturnsExpected test (#39647)
Stephen Toub [Fri, 19 Jul 2019 14:08:42 +0000 (10:08 -0400)]
Re-enable unicode host name test (#39606)
Site appears to be back up.
Stephen Toub [Fri, 19 Jul 2019 14:07:15 +0000 (10:07 -0400)]
Avoid "async void" tests (#39613)
Most of these are just because "async void" tests are rare and require special handling in xunit we needn't use. But a few of these are plain wrong and were resulting in our not actually testing what we hoped to test.
Stephen Toub [Thu, 18 Jul 2019 18:21:49 +0000 (14:21 -0400)]
Move ConnectAsync_AddCustomHeaders_Success ClientWebSocket test to loopback (#39589)
v-jizho2 [Wed, 17 Jul 2019 03:37:31 +0000 (20:37 -0700)]
Increase connect timeout for Functional Tests (#39559)
dotnet-maestro[bot] [Sat, 31 Aug 2019 18:29:46 +0000 (20:29 +0200)]
[release/3.0] Update dependencies from 3 repositories (#40727)
* Update dependencies from https://github.com/dotnet/core-setup build
20190830.09
- Microsoft.NETCore.App - 3.0.0-rc1-19430-09
- Microsoft.NETCore.DotNetHost - 3.0.0-rc1-19430-09
- Microsoft.NETCore.DotNetHostPolicy - 3.0.0-rc1-19430-09
* Update dependencies from https://github.com/dotnet/arcade build
20190830.3
- Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.19430.3
- Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19430.3
- Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19430.3
- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19430.3
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19430.3
- Microsoft.DotNet.Build.Tasks.Configuration - 1.0.0-beta.19430.3
- Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19430.3
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19430.3
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19430.3
- Microsoft.DotNet.CoreFxTesting - 1.0.0-beta.19430.3
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19430.3
- Microsoft.DotNet.GenFacades - 1.0.0-beta.19430.3
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19430.3
- Microsoft.DotNet.RemoteExecutor - 1.0.0-beta.19430.3
* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build
20190831.1
- optimization.windows_nt-x64.IBC.CoreFx - 99.99.99-master-
20190831.1
Steve Harter [Sat, 31 Aug 2019 00:16:08 +0000 (19:16 -0500)]
Deserialize extension data properly for child objects (#40662) (#40691)
dotnet-maestro[bot] [Fri, 30 Aug 2019 22:01:20 +0000 (22:01 +0000)]
Update dependencies from https://github.com/dotnet/coreclr build
20190830.3 (#40714)
- Microsoft.NET.Sdk.IL - 3.0.0-rc1.19430.3
- Microsoft.NETCore.ILAsm - 3.0.0-rc1.19430.3
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19430.3
dotnet-maestro[bot] [Fri, 30 Aug 2019 18:50:35 +0000 (20:50 +0200)]
[release/3.0] Update dependencies from 3 repositories (#40703)
* Update dependencies from https://github.com/dotnet/core-setup build
20190829.07
- Microsoft.NETCore.App - 3.0.0-rc1-19429-07
- Microsoft.NETCore.DotNetHost - 3.0.0-rc1-19429-07
- Microsoft.NETCore.DotNetHostPolicy - 3.0.0-rc1-19429-07
* Update dependencies from https://github.com/dotnet/arcade build
20190829.16
- Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.19429.16
- Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19429.16
- Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19429.16
- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19429.16
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19429.16
- Microsoft.DotNet.Build.Tasks.Configuration - 1.0.0-beta.19429.16
- Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19429.16
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19429.16
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19429.16
- Microsoft.DotNet.CoreFxTesting - 1.0.0-beta.19429.16
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19429.16
- Microsoft.DotNet.GenFacades - 1.0.0-beta.19429.16
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19429.16
- Microsoft.DotNet.RemoteExecutor - 1.0.0-beta.19429.16
* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build
20190830.1
- optimization.windows_nt-x64.IBC.CoreFx - 99.99.99-master-
20190830.1
dotnet-maestro[bot] [Fri, 30 Aug 2019 18:46:19 +0000 (18:46 +0000)]
Update dependencies from https://github.com/dotnet/coreclr build
20190830.2 (#40709)
- Microsoft.NET.Sdk.IL - 3.0.0-rc1.19430.2
- Microsoft.NETCore.ILAsm - 3.0.0-rc1.19430.2
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19430.2
dotnet-maestro[bot] [Thu, 29 Aug 2019 22:06:08 +0000 (22:06 +0000)]
Update dependencies from https://github.com/dotnet/coreclr build
20190829.4 (#40687)
- Microsoft.NET.Sdk.IL - 3.0.0-rc1.19429.4
- Microsoft.NETCore.ILAsm - 3.0.0-rc1.19429.4
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19429.4
dotnet-maestro[bot] [Thu, 29 Aug 2019 20:31:00 +0000 (16:31 -0400)]
Update dependencies from https://github.com/dotnet/standard build
20190829.3 (#40681)
- NETStandard.Library - 2.1.0-prerelease.19429.3
dotnet-maestro[bot] [Thu, 29 Aug 2019 19:21:23 +0000 (19:21 +0000)]
Update dependencies from https://github.com/dotnet/coreclr build
20190829.2 (#40680)
- Microsoft.NET.Sdk.IL - 3.0.0-rc1.19429.2
- Microsoft.NETCore.ILAsm - 3.0.0-rc1.19429.2
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19429.2
Steve Harter [Thu, 29 Aug 2019 17:43:09 +0000 (12:43 -0500)]
[release/3.0] Fix issue where dictionary properties that immediately follow a skipped dictionary property were skipped. (#40624)
* Fix issue where dictionary properties that immediately follow a skipped dictionary property were skipped(#40598)
* Fix additional issue of dictionary properties being skipped (#40629)
Jeremy Barton [Thu, 29 Aug 2019 17:16:10 +0000 (10:16 -0700)]
Fix UAF when removing trusted certs on OSX (#40516)
CheckTrustSettings called CFRelease on cert, which downref'd it to zero
before IsCertInKeychain ran.
Now CheckTrustSettings leaves cert alive, and it's the caller's responsibility to CFRelease.
dotnet-maestro[bot] [Thu, 29 Aug 2019 17:15:35 +0000 (13:15 -0400)]
[release/3.0] Update dependencies from 3 repositories (#40670)
* Update dependencies from https://github.com/dotnet/core-setup build
20190828.14
- Microsoft.NETCore.App - 3.0.0-rc1-19428-14
- Microsoft.NETCore.DotNetHost - 3.0.0-rc1-19428-14
- Microsoft.NETCore.DotNetHostPolicy - 3.0.0-rc1-19428-14
* Update dependencies from https://github.com/dotnet/arcade build
20190828.9
- Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.19428.9
- Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19428.9
- Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19428.9
- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19428.9
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19428.9
- Microsoft.DotNet.Build.Tasks.Configuration - 1.0.0-beta.19428.9
- Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19428.9
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19428.9
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19428.9
- Microsoft.DotNet.CoreFxTesting - 1.0.0-beta.19428.9
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19428.9
- Microsoft.DotNet.GenFacades - 1.0.0-beta.19428.9
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19428.9
- Microsoft.DotNet.RemoteExecutor - 1.0.0-beta.19428.9
* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build
20190829.1
- optimization.windows_nt-x64.IBC.CoreFx - 99.99.99-master-
20190829.1
Stephen Toub [Thu, 29 Aug 2019 11:31:42 +0000 (07:31 -0400)]
Reconfigure terminal for Console usage even if only one of stdin/stdout was used by the child (#40563) (#40661)
dotnet-maestro[bot] [Thu, 29 Aug 2019 04:11:10 +0000 (04:11 +0000)]
Update dependencies from https://github.com/dotnet/coreclr build
20190828.6 (#40665)
- Microsoft.NET.Sdk.IL - 3.0.0-rc1.19428.6
- Microsoft.NETCore.ILAsm - 3.0.0-rc1.19428.6
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19428.6
dotnet-maestro[bot] [Wed, 28 Aug 2019 20:42:11 +0000 (16:42 -0400)]
Update dependencies from https://github.com/dotnet/standard build
20190828.3 (#40650)
- NETStandard.Library - 2.1.0-prerelease.19428.3
dotnet-maestro[bot] [Wed, 28 Aug 2019 20:21:11 +0000 (20:21 +0000)]
Update dependencies from https://github.com/dotnet/coreclr build
20190828.2 (#40658)
- Microsoft.NET.Sdk.IL - 3.0.0-rc1.19428.2
- Microsoft.NETCore.ILAsm - 3.0.0-rc1.19428.2
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19428.2
Viktor Hofer [Wed, 28 Aug 2019 16:34:35 +0000 (18:34 +0200)]
fix syntax for the publishUsingPipelines variable (#40545) (#40549)
dotnet-maestro[bot] [Wed, 28 Aug 2019 13:57:59 +0000 (09:57 -0400)]
[release/3.0] Update dependencies from 3 repositories (#40644)
* Update dependencies from https://github.com/dotnet/core-setup build
20190827.13
- Microsoft.NETCore.App - 3.0.0-rc1-19427-13
- Microsoft.NETCore.DotNetHostPolicy - 3.0.0-rc1-19427-13
- Microsoft.NETCore.DotNetHost - 3.0.0-rc1-19427-13
* Update dependencies from https://github.com/dotnet/arcade build
20190827.8
- Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.19427.8
- Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19427.8
- Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19427.8
- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19427.8
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19427.8
- Microsoft.DotNet.Build.Tasks.Configuration - 1.0.0-beta.19427.8
- Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19427.8
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19427.8
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19427.8
- Microsoft.DotNet.CoreFxTesting - 1.0.0-beta.19427.8
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19427.8
- Microsoft.DotNet.GenFacades - 1.0.0-beta.19427.8
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19427.8
- Microsoft.DotNet.RemoteExecutor - 1.0.0-beta.19427.8
* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build
20190828.1
- optimization.windows_nt-x64.IBC.CoreFx - 99.99.99-master-
20190828.1
dotnet-maestro[bot] [Wed, 28 Aug 2019 06:31:16 +0000 (06:31 +0000)]
Update dependencies from https://github.com/dotnet/coreclr build
20190827.10 (#40640)
- Microsoft.NET.Sdk.IL - 3.0.0-rc1.19427.10
- Microsoft.NETCore.ILAsm - 3.0.0-rc1.19427.10
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19427.10
dotnet-maestro[bot] [Tue, 27 Aug 2019 23:31:26 +0000 (23:31 +0000)]
Update dependencies from https://github.com/dotnet/coreclr build
20190827.5 (#40635)
- Microsoft.NET.Sdk.IL - 3.0.0-rc1.19427.5
- Microsoft.NETCore.ILAsm - 3.0.0-rc1.19427.5
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19427.5
Chris Ross [Tue, 27 Aug 2019 21:32:06 +0000 (14:32 -0700)]
Map NetSecurityNative.Status to SecurityStatusPalErrorCode (#40105) (#40591)
(cherry picked from commit
3825673ba94b2117701d13d9b5bde2233bd5d677)
Tarek Mahmoud Sayed [Tue, 27 Aug 2019 19:51:12 +0000 (12:51 -0700)]
Fix Abbreviated Genitive Month Names Parsing (dotnet/coreclr#26384)
In 3.0 we have fixed the formatting to use the abbreviated genitive month names when having "d" format specifier followed by "MMM". This fix is good as original formatting specs required but we needed to support the parsing when we have such genitive names.
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
dotnet-maestro[bot] [Tue, 27 Aug 2019 19:44:00 +0000 (15:44 -0400)]
Update dependencies from https://github.com/dotnet/standard build
20190827.3 (#40628)
- NETStandard.Library - 2.1.0-prerelease.19427.3
dotnet-maestro[bot] [Tue, 27 Aug 2019 18:51:02 +0000 (18:51 +0000)]
Update dependencies from https://github.com/dotnet/coreclr build
20190827.2 (#40627)
- Microsoft.NET.Sdk.IL - 3.0.0-rc1.19427.2
- Microsoft.NETCore.ILAsm - 3.0.0-rc1.19427.2
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19427.2
dotnet-maestro[bot] [Tue, 27 Aug 2019 15:33:59 +0000 (11:33 -0400)]
[release/3.0] Update dependencies from 3 repositories (#40614)
* Update dependencies from https://github.com/dotnet/core-setup build
20190826.11
- Microsoft.NETCore.App - 3.0.0-rc1-19426-11
- Microsoft.NETCore.DotNetHost - 3.0.0-rc1-19426-11
- Microsoft.NETCore.DotNetHostPolicy - 3.0.0-rc1-19426-11
* Update dependencies from https://github.com/dotnet/arcade build
20190826.12
- Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.19426.12
- Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19426.12
- Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19426.12
- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19426.12
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19426.12
- Microsoft.DotNet.Build.Tasks.Configuration - 1.0.0-beta.19426.12
- Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19426.12
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19426.12
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19426.12
- Microsoft.DotNet.CoreFxTesting - 1.0.0-beta.19426.12
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19426.12
- Microsoft.DotNet.GenFacades - 1.0.0-beta.19426.12
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19426.12
- Microsoft.DotNet.RemoteExecutor - 1.0.0-beta.19426.12
* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build
20190827.1
- optimization.windows_nt-x64.IBC.CoreFx - 99.99.99-master-
20190827.1
Eirik Tsarpalis [Tue, 27 Aug 2019 13:18:03 +0000 (15:18 +0200)]
HTTP2: fix header corruption issue (#40487) (#40518)
* HTTP2: fix header corruption issue
Fixes a bug in HPackEncoder which results in header
data corruption in cases where the write buffer has
not been zeroed out. Adds HPack roundtrip tests.
Fixes #40459.
dotnet-maestro[bot] [Tue, 27 Aug 2019 01:25:58 +0000 (01:25 +0000)]
Update dependencies from https://github.com/dotnet/coreclr build
20190826.4 (#40599)
- Microsoft.NET.Sdk.IL - 3.0.0-rc1.19426.4
- Microsoft.NETCore.ILAsm - 3.0.0-rc1.19426.4
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19426.4
Stephen Toub [Mon, 26 Aug 2019 21:25:15 +0000 (17:25 -0400)]
Do not use `AllocateUninitializedArray` in private array pools. (#26338) (#26366)
User may have extra expectations for the privatly owned array pools.
For example there could be an expectation that array never contains negative numbers (since user never puts them there). Uninitialized allocations can break such expectations.
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
dotnet-maestro[bot] [Mon, 26 Aug 2019 20:16:36 +0000 (16:16 -0400)]
[release/3.0] Update dependencies from dotnet/core-setup dotnet/arcade (#40573)
* Update dependencies from https://github.com/dotnet/core-setup build
20190825.03
- Microsoft.NETCore.App - 3.0.0-rc1-19425-03
- Microsoft.NETCore.DotNetHost - 3.0.0-rc1-19425-03
- Microsoft.NETCore.DotNetHostPolicy - 3.0.0-rc1-19425-03
* Update dependencies from https://github.com/dotnet/arcade build
20190825.1
- Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.19425.1
- Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19425.1
- Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19425.1
- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19425.1
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19425.1
- Microsoft.DotNet.Build.Tasks.Configuration - 1.0.0-beta.19425.1
- Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19425.1
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19425.1
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19425.1
- Microsoft.DotNet.CoreFxTesting - 1.0.0-beta.19425.1
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19425.1
- Microsoft.DotNet.GenFacades - 1.0.0-beta.19425.1
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19425.1
- Microsoft.DotNet.RemoteExecutor - 1.0.0-beta.19425.1
dotnet-maestro[bot] [Mon, 26 Aug 2019 18:56:07 +0000 (18:56 +0000)]
Update dependencies from https://github.com/dotnet/coreclr build
20190826.2 (#40584)
- Microsoft.NET.Sdk.IL - 3.0.0-rc1.19426.2
- Microsoft.NETCore.ILAsm - 3.0.0-rc1.19426.2
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19426.2
Jan Kotas [Mon, 26 Aug 2019 15:04:09 +0000 (08:04 -0700)]
Fix BinaryReader.ReadChars for fragmented Streams (#26324) (#26356)
BinaryReader.ReadChars incorrectly read more than necessary from the underlying Stream when multi-byte characters straddled the read chunks.
Fixes https://github.com/dotnet/corefx/issues/40455
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Eric StJohn [Mon, 26 Aug 2019 15:06:22 +0000 (08:06 -0700)]
Fix typo in netstandard.depproj (#40550)
dotnet-maestro[bot] [Mon, 26 Aug 2019 00:33:01 +0000 (20:33 -0400)]
[release/3.0] Update dependencies from 3 repositories (#40554)
* Update dependencies from https://github.com/dotnet/core-setup build
20190823.11
- Microsoft.NETCore.App - 3.0.0-rc1-19423-11
- Microsoft.NETCore.DotNetHost - 3.0.0-rc1-19423-11
- Microsoft.NETCore.DotNetHostPolicy - 3.0.0-rc1-19423-11
* Update dependencies from https://github.com/dotnet/arcade build
20190823.6
- Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.19423.6
- Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19423.6
- Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19423.6
- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19423.6
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19423.6
- Microsoft.DotNet.Build.Tasks.Configuration - 1.0.0-beta.19423.6
- Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19423.6
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19423.6
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19423.6
- Microsoft.DotNet.CoreFxTesting - 1.0.0-beta.19423.6
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19423.6
- Microsoft.DotNet.GenFacades - 1.0.0-beta.19423.6
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19423.6
- Microsoft.DotNet.RemoteExecutor - 1.0.0-beta.19423.6
* Update dependencies from https://github.com/dotnet/arcade build
20190824.1
- Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.19424.1
- Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19424.1
- Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19424.1
- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19424.1
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19424.1
- Microsoft.DotNet.Build.Tasks.Configuration - 1.0.0-beta.19424.1
- Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19424.1
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19424.1
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19424.1
- Microsoft.DotNet.CoreFxTesting - 1.0.0-beta.19424.1
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19424.1
- Microsoft.DotNet.GenFacades - 1.0.0-beta.19424.1
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19424.1
- Microsoft.DotNet.RemoteExecutor - 1.0.0-beta.19424.1
* Update dependencies from https://github.com/dotnet/standard build
20190825.3
- NETStandard.Library - 2.1.0-prerelease.19425.3
Jeff Schwartz [Sat, 24 Aug 2019 15:38:46 +0000 (08:38 -0700)]
Merge pull request #40541 from jkoritzinsky/AssemblyAttributesGoHere-release3.0
[release/3.0] Add AssemblyAttributesGoHere* and SuppressMergeCheckAttribute to S.RCS.VC with typeforwards from mscorlib
dotnet-maestro[bot] [Sat, 24 Aug 2019 00:56:47 +0000 (17:56 -0700)]
Update dependencies from https://github.com/dotnet/standard build
20190823.3 (#40551)
- NETStandard.Library - 2.1.0-prerelease.19423.3
dotnet-maestro[bot] [Fri, 23 Aug 2019 17:32:05 +0000 (19:32 +0200)]
[release/3.0] Update dependencies from dotnet/core-setup dotnet/arcade (#40535)
* Update dependencies from https://github.com/dotnet/core-setup build
20190822.14
- Microsoft.NETCore.App - 3.0.0-rc1-19422-14
- Microsoft.NETCore.DotNetHost - 3.0.0-rc1-19422-14
- Microsoft.NETCore.DotNetHostPolicy - 3.0.0-rc1-19422-14
* Update dependencies from https://github.com/dotnet/arcade build
20190822.24
- Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.19422.24
- Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19422.24
- Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19422.24
- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19422.24
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19422.24
- Microsoft.DotNet.Build.Tasks.Configuration - 1.0.0-beta.19422.24
- Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19422.24
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19422.24
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19422.24
- Microsoft.DotNet.CoreFxTesting - 1.0.0-beta.19422.24
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19422.24
- Microsoft.DotNet.GenFacades - 1.0.0-beta.19422.24
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19422.24
- Microsoft.DotNet.RemoteExecutor - 1.0.0-beta.19422.24
Jeremy Koritzinsky [Fri, 23 Aug 2019 17:11:01 +0000 (10:11 -0700)]
Add AssemblyAttributesGoHere* and SuppressMergeCheckAttribute to S.R.CS.VC with typeforwards from mscorlib (#40470)
* Add AssemblyAttributesGoHere* and SuppressMergeCheckAttribute to System.Runtime.CompilerServices.VisualC as internal types with typeforwards from mscorlib.
* PR Feedback.
dotnet-maestro[bot] [Fri, 23 Aug 2019 06:01:15 +0000 (06:01 +0000)]
Update dependencies from https://github.com/dotnet/coreclr build
20190822.4 (#40529)
- Microsoft.NET.Sdk.IL - 3.0.0-rc1.19422.4
- Microsoft.NETCore.ILAsm - 3.0.0-rc1.19422.4
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19422.4
dotnet-maestro[bot] [Fri, 23 Aug 2019 04:43:13 +0000 (21:43 -0700)]
[release/3.0] Update dependencies from 3 repositories (#40331)
* Update dependencies from https://github.com/dotnet/standard build
20190814.4
- NETStandard.Library - 2.1.0-prerelease.19414.4
* Update dependencies from https://github.com/dotnet/core-setup build
20190814.17
- Microsoft.NETCore.App - 3.0.0-preview9-19414-17
- Microsoft.NETCore.DotNetHostPolicy - 3.0.0-preview9-19414-17
- Microsoft.NETCore.DotNetHost - 3.0.0-preview9-19414-17
* Update dependencies from https://github.com/dotnet/core-setup build
20190816.01
- Microsoft.NETCore.App - 3.0.0-preview9-19416-01
- Microsoft.NETCore.DotNetHostPolicy - 3.0.0-preview9-19416-01
- Microsoft.NETCore.DotNetHost - 3.0.0-preview9-19416-01
* Update dependencies from https://github.com/dotnet/arcade build
20190815.27
- Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.19415.27
- Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19415.27
- Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19415.27
- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19415.27
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19415.27
- Microsoft.DotNet.Build.Tasks.Configuration - 1.0.0-beta.19415.27
- Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19415.27
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19415.27
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19415.27
- Microsoft.DotNet.CoreFxTesting - 1.0.0-beta.19415.27
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19415.27
- Microsoft.DotNet.GenFacades - 1.0.0-beta.19415.27
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19415.27
- Microsoft.DotNet.RemoteExecutor - 1.0.0-beta.19415.27
* Update dependencies from https://github.com/dotnet/standard build
20190816.3
- NETStandard.Library - 2.1.0-prerelease.19416.3
* Update dependencies from https://github.com/dotnet/core-setup build
20190816.02
- Microsoft.NETCore.App - 3.0.0-preview9-19416-02
- Microsoft.NETCore.DotNetHostPolicy - 3.0.0-preview9-19416-02
- Microsoft.NETCore.DotNetHost - 3.0.0-preview9-19416-02
* Update dependencies from https://github.com/dotnet/arcade build
20190816.16
- Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.19416.16
- Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19416.16
- Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19416.16
- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19416.16
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19416.16
- Microsoft.DotNet.Build.Tasks.Configuration - 1.0.0-beta.19416.16
- Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19416.16
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19416.16
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19416.16
- Microsoft.DotNet.CoreFxTesting - 1.0.0-beta.19416.16
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19416.16
- Microsoft.DotNet.GenFacades - 1.0.0-beta.19416.16
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19416.16
- Microsoft.DotNet.RemoteExecutor - 1.0.0-beta.19416.16
* Update dependencies from https://github.com/dotnet/standard build
20190817.2
- NETStandard.Library - 2.1.0-prerelease.19417.2
* Update dependencies from https://github.com/dotnet/standard build
20190819.1
- NETStandard.Library - 2.1.0-prerelease.19419.1
* Update dependencies from https://github.com/dotnet/core-setup build
20190819.06
- Microsoft.NETCore.App - 3.0.0-preview9-19419-06
- Microsoft.NETCore.DotNetHostPolicy - 3.0.0-preview9-19419-06
- Microsoft.NETCore.DotNetHost - 3.0.0-preview9-19419-06
* Update dependencies from https://github.com/dotnet/arcade build
20190819.12
- Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.19419.12
- Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19419.12
- Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19419.12
- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19419.12
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19419.12
- Microsoft.DotNet.Build.Tasks.Configuration - 1.0.0-beta.19419.12
- Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19419.12
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19419.12
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19419.12
- Microsoft.DotNet.CoreFxTesting - 1.0.0-beta.19419.12
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19419.12
- Microsoft.DotNet.GenFacades - 1.0.0-beta.19419.12
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19419.12
- Microsoft.DotNet.RemoteExecutor - 1.0.0-beta.19419.12
* Update dependencies from https://github.com/dotnet/standard build
20190820.1
- NETStandard.Library - 2.1.0-prerelease.19420.1
* Update dependencies from https://github.com/dotnet/standard build
20190820.3
- NETStandard.Library - 2.1.0-prerelease.19420.3
* Update dependencies from https://github.com/dotnet/core-setup build
20190820.08
- Microsoft.NETCore.App - 3.0.0-rc1-19420-08
- Microsoft.NETCore.DotNetHost - 3.0.0-rc1-19420-08
- Microsoft.NETCore.DotNetHostPolicy - 3.0.0-rc1-19420-08
* Update dependencies from https://github.com/dotnet/arcade build
20190820.8
- Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.19420.8
- Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19420.8
- Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19420.8
- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19420.8
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19420.8
- Microsoft.DotNet.Build.Tasks.Configuration - 1.0.0-beta.19420.8
- Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19420.8
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19420.8
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19420.8
- Microsoft.DotNet.CoreFxTesting - 1.0.0-beta.19420.8
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19420.8
- Microsoft.DotNet.GenFacades - 1.0.0-beta.19420.8
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19420.8
- Microsoft.DotNet.RemoteExecutor - 1.0.0-beta.19420.8
* Update dependencies from https://github.com/dotnet/standard build
20190821.2
- NETStandard.Library - 2.1.0-prerelease.19421.2
* Update dependencies from https://github.com/dotnet/standard build
20190821.6
- NETStandard.Library - 2.1.0-prerelease.19421.6
* Update dependencies from https://github.com/dotnet/standard build
20190821.7
- NETStandard.Library - 2.1.0-prerelease.19421.7
* Update dependencies from https://github.com/dotnet/core-setup build
20190821.22
- Microsoft.NETCore.App - 3.0.0-rc1-19421-22
- Microsoft.NETCore.DotNetHost - 3.0.0-rc1-19421-22
- Microsoft.NETCore.DotNetHostPolicy - 3.0.0-rc1-19421-22
* Update dependencies from https://github.com/dotnet/arcade build
20190821.4
- Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.19421.4
- Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19421.4
- Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19421.4
- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19421.4
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19421.4
- Microsoft.DotNet.Build.Tasks.Configuration - 1.0.0-beta.19421.4
- Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19421.4
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19421.4
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19421.4
- Microsoft.DotNet.CoreFxTesting - 1.0.0-beta.19421.4
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19421.4
- Microsoft.DotNet.GenFacades - 1.0.0-beta.19421.4
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19421.4
- Microsoft.DotNet.RemoteExecutor - 1.0.0-beta.19421.4
* Update dependencies from https://github.com/dotnet/standard build
20190822.3
- NETStandard.Library - 2.1.0-prerelease.19422.3
dotnet-maestro[bot] [Fri, 23 Aug 2019 00:49:45 +0000 (00:49 +0000)]
Update dependencies from https://github.com/dotnet/coreclr build
20190821.8 (#40494)
- Microsoft.NET.Sdk.IL - 3.0.0-rc1.19421.8
- Microsoft.NETCore.ILAsm - 3.0.0-rc1.19421.8
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc1.19421.8
Matt Mitchell [Tue, 20 Aug 2019 22:39:19 +0000 (15:39 -0700)]
Merge pull request #40464 from mmitche/update-30-branding
[release/3.0] Update 3.0 branding and enable CI
Ahson Khan [Tue, 20 Aug 2019 21:02:19 +0000 (14:02 -0700)]
[release/3.0] Fix reading past comments after an end object or end array token within Utf8JsonReader (#40443)
* Fix reading past comments after an end object or end array token within Utf8JsonReader (#40436)
* Fix reading past comments after an end object or end array token.
* Add more test cases and update unreachable code paths with
Debug.Asserts.
* Update Debug.Assert to more clearly show the condition (brace for
objects, bracket for array).
Anirudh Agnihotry [Thu, 15 Aug 2019 20:41:50 +0000 (13:41 -0700)]
adding ci to release 3.0 branch (#40358)
Matt Mitchell [Tue, 20 Aug 2019 20:26:56 +0000 (13:26 -0700)]
Update branding to rc1
Kristian Hellang [Tue, 20 Aug 2019 17:21:54 +0000 (19:21 +0200)]
[release/3.0] Honor IsReadOnly when deserializing collections (#40438)
* System.Text.Json - Don't add to readonly collections - Take 2 (#40366)
* Don't add to collection when IsReadOnly is true
* Throw NotSupportedException instead of JsonException
* Add test for readonly collections
* Revert back to InvalidCastException
* Fix failing System.Text.Json test (#40439)
Ahson Khan [Tue, 20 Aug 2019 16:09:14 +0000 (09:09 -0700)]
Fix BitArray.CopyTo to byte[] regression - update offset for extra bits. (#40441) (#40442)
Ahson Khan [Tue, 20 Aug 2019 05:51:30 +0000 (22:51 -0700)]
[release/3.0] Fix BytesConsumed and error messages when reading JSON payloads within a multi-segment ReadOnlySequence via Utf8JsonReader (#40422)
* Fix BytesConsumed when reading JSON numbers within a multi-segment ReadOnlySequence via Utf8JsonReader (#40303)
* Add tests for reading numbers when data is within a multi-segment
ReadOnlySequence.
* Test rename and add debug.assert.
* Test clean up - remove unnecessary/expensive Debug.Assert.
* Test and code cleanup.
* Address feedback - add stronger test condition for token length.
* Make sure byte position for invalid JSON is consistent and the exception message is accurate (#40349)
* Add tests for reading numbers when data is within a multi-segment
ReadOnlySequence.
* Test rename and add debug.assert.
* Test clean up - remove unnecessary/expensive Debug.Assert.
* Test and code cleanup.
* Address feedback - add stronger test condition for token length.
* Revert state on incomplete read and on error. Make sure exception
message is accurate.
* Fix byte position in line for invalid JSON and update tests.
* Address feedback - pass by in and move private struct to end.
* Fix string consumption and add various tests.
* Fix off-by-one error when calculating position.
* Test clean up - make sure multi-segment tests are in the right file.
* Update string parsing - do not increment line number for escaped newline
chars within quoted strings.
* Remove unnecessary custom state struct for string and re-use the same
one for both string and numbers.
* Update tests based on PR feedback.
* Create helper to get start sequence position from roll back state.
Layomi Akinrinade [Tue, 20 Aug 2019 04:30:31 +0000 (00:30 -0400)]
[release/3.0] Honor converters for implementing types (#40411) (#40432)
* Honor converters for implementing types (#40411)
* Honor converters for implementing types
* Cache implementing-type converter if one is detected
* Address feedback: name parameters and add IEnumerable wrapper test
* Use named argument syntax for null values