Imported Upstream version 5.16.0.100

Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-08-07 15:19:03 +00:00
parent 0a9828183b
commit 7d7f676260
4419 changed files with 170950 additions and 90273 deletions

View File

@@ -34,3 +34,5 @@ using System.Runtime.CompilerServices;
[assembly: TypeForwardedTo(typeof(Vector2))]
[assembly: TypeForwardedTo(typeof(Vector3))]
[assembly: TypeForwardedTo(typeof(Vector4))]
[assembly: TypeForwardedTo(typeof(Vector<>))]
[assembly: TypeForwardedTo(typeof(Vector))]

View File

@@ -8,8 +8,6 @@ KEYFILE = ../msfinal.pub
LIB_MCS_FLAGS = -unsafe
LIBRARY_WARN_AS_ERROR = yes
RESX_RESOURCE_STRING = ../../../external/corefx/src/System.Numerics.Vectors/src/Resources/Strings.resx
EXTRA_DISTFILES =
include ../../build/library.make

View File

@@ -1,12 +1,3 @@
../../build/common/Consts.cs
../../build/common/SR.cs
Assembly/AssemblyInfo.cs
Assembly/TypeForwarders.cs
corefx/SR.cs
../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs
../../../external/corefx/src/System.Numerics.Vectors/src/System/Numerics/ConstantHelper.cs
../../../external/corefx/src/System.Numerics.Vectors/src/System/Numerics/JitIntrinsicAttribute.cs
../../../external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Register.cs
../../../external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector_Operations.cs
../../../external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector.cs

View File

@@ -1,11 +0,0 @@
//
// This file was generated by resx2sr tool
//
partial class SR
{
public const string Arg_ArgumentOutOfRangeException = "Index was out of bounds:";
public const string Arg_ElementsInSourceIsGreaterThanDestination = "Number of elements in source vector is greater than the destination array";
public const string Arg_NullArgumentNullRef = "The method was called with a null array argument.";
public const string Arg_TypeNotSupported = "Specified type is not supported";
}