Reflect recent NS2.1 changes (#14679)
commitc5ed9bfc0d1b393c1dc6d97fc3caf8b5b09ab443
authorEgor Bogatov <egorbo@gmail.com>
Wed, 5 Jun 2019 18:44:47 +0000 (5 21:44 +0300)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 5 Jun 2019 18:44:46 +0000 (5 20:44 +0200)
treedf8a7247d92d41252595d47089ebfddecfaa0f66
parentf7042d48a54fe7660a5157f52bed412030c922d5
Reflect recent NS2.1 changes (#14679)

Due to few recent updates to dotnet/standard (NETStandard 2.1) we had 40 apicompat issues.
Mostly copy-pasted from dotnet/corefx.
Didn't implement Cryptography stuff yet.
Checked all profiles.

Implements #14609
23 files changed:
external/api-snapshot
external/corefx
mcs/class/Facades/netstandard/TypeForwarders.cs
mcs/class/Facades/netstandard/apicheck.sh
mcs/class/corlib/System.Runtime.InteropServices/Marshal.cs
mcs/class/corlib/System.Threading/Thread.cs
mcs/class/corlib/corefx/EnumeratorCancellationAttribute.cs [new file with mode: 0644]
mcs/class/corlib/corefx/PbeEncryptionAlgorithm.cs [new file with mode: 0644]
mcs/class/corlib/corefx/PbeParameters.cs [new file with mode: 0644]
mcs/class/corlib/corefx/RandomNumberGenerator.cs
mcs/class/corlib/corefx/SR.missing.cs
mcs/class/corlib/corefx/TaskAsyncEnumerableExtensions.cs [new file with mode: 0644]
mcs/class/corlib/corlib.csproj
mcs/class/corlib/corlib.dll.sources
mcs/class/referencesource/System.Core/System/Security/Cryptography/ECDiffieHellman.cs
mcs/class/referencesource/System.Core/System/Security/Cryptography/ECDsa.cs
mcs/class/referencesource/System/compmod/system/diagnostics/CorrelationManager.cs
mcs/class/referencesource/mscorlib/system/security/claims/ClaimsPrincipal.cs
mcs/class/referencesource/mscorlib/system/security/cryptography/asymmetricalgorithm.cs
mcs/class/referencesource/mscorlib/system/security/cryptography/rsa.cs
mcs/errors/cs1503-18.cs [deleted file]
mono/mini/interp/transform.c
mono/mini/intrinsics.c