Update dependencies from dotnet/arcade (dotnet/corefx#38474)
commit8eec14a2f16184a8b8b18a83de6e133a7f43e0a0
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Wed, 12 Jun 2019 17:41:32 +0000 (12 10:41 -0700)
committerMarek Safar <marek.safar@gmail.com>
Thu, 13 Jun 2019 07:44:12 +0000 (13 09:44 +0200)
tree76d4d118fb1a4e398d81c42b407ff64c6ccaa3eb
parent4ba594ad2550192936a1f8a8cf2d0976fc775660
Update dependencies from dotnet/arcade (dotnet/corefx#38474)

* Update dependencies from https://github.com/dotnet/arcade build 20190611.2

- Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.19311.2
- Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19311.2
- Microsoft.DotNet.VersionTools.Tasks - 1.0.0-beta.19311.2
- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19311.2
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19311.2
- Microsoft.DotNet.Build.Tasks.Configuration - 1.0.0-beta.19311.2
- Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19311.2
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19311.2
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19311.2
- Microsoft.DotNet.CoreFxTesting - 1.0.0-beta.19311.2
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19311.2
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19311.2
- Microsoft.DotNet.RemoteExecutor - 1.0.0-beta.19311.2
- Microsoft.DotNet.GenFacades - 1.0.0-beta.19311.2

* Update `where T : object` constraint to be `where T : notnull`

* Update several TODO-NULLABLE comments

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
netcore/System.Private.CoreLib/shared/System/Collections/Generic/Dictionary.cs
netcore/System.Private.CoreLib/shared/System/Collections/Generic/IDictionary.cs
netcore/System.Private.CoreLib/shared/System/Collections/Generic/IDictionaryDebugView.cs
netcore/System.Private.CoreLib/shared/System/Collections/Generic/IReadOnlyDictionary.cs
netcore/System.Private.CoreLib/shared/System/Runtime/InteropServices/Marshal.NoCom.cs
netcore/System.Private.CoreLib/shared/System/Runtime/InteropServices/Marshal.cs
netcore/System.Private.CoreLib/shared/System/Tuple.cs