Imported Upstream version 5.10.1.25

Former-commit-id: 14ef8af3b54f8c453b5049813edca31fa68f672b
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-03-30 08:46:39 +00:00
parent fa33682fe9
commit f31f5cf987
64 changed files with 112 additions and 59 deletions

View File

@ -34,7 +34,7 @@ static class Consts
// Use these assembly version constants to make code more maintainable.
//
public const string MonoVersion = "5.10.1.20";
public const string MonoVersion = "5.10.1.25";
public const string MonoCompany = "Mono development team";
public const string MonoProduct = "Mono Common Language Infrastructure";
public const string MonoCopyright = "(c) Various Mono authors";

View File

@ -9,7 +9,7 @@ LIB_MCS_FLAGS = /unsafe
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
XTEST_LIB_REFS = System Facades/System.Threading.Tasks Facades/System.Runtime.InteropServices.RuntimeInformation System.Core System.Numerics.Vectors Microsoft.CSharp
XTEST_LIB_FLAGS = -unsafe
LIBRARY_WARN_AS_ERROR = yes
#LIBRARY_WARN_AS_ERROR = yes
RESX_RESOURCE_STRING = \
../../../external/corefx/src/System.Runtime.Numerics/src/Resources/Strings.resx \

View File

@ -75,6 +75,7 @@ using System.Runtime.InteropServices;
[assembly: InternalsVisibleTo ("System, PublicKey=" + AssemblyRef.FrameworkPublicKeyFull2)]
[assembly: InternalsVisibleTo ("System.Core, PublicKey=" + AssemblyRef.FrameworkPublicKeyFull2)]
[assembly: InternalsVisibleTo ("System.Numerics, PublicKey=00000000000000000400000000000000")]
[assembly: InternalsVisibleTo ("System.Runtime.WindowsRuntime, PublicKey=00000000000000000400000000000000")]
[assembly: InternalsVisibleTo ("System.Runtime.WindowsRuntime.UI.Xaml, PublicKey=00000000000000000400000000000000")]

View File

@ -6,7 +6,7 @@ export __SECURITY_BOOTSTRAP_DB=$(topdir)/class/corlib
LIBRARY = corlib.dll
LIBRARY_NAME = mscorlib.dll
LIB_MCS_FLAGS = $(REFERENCE_SOURCES_FLAGS) $(RESOURCE_FILES:%=-resource:%)
LIB_MCS_FLAGS = $(REFERENCE_SOURCES_FLAGS) $(RESOURCE_FILES:%=-resource:%) -nowarn:3019
LIBRARY_WARN_AS_ERROR = yes
#LIBRARY_USE_INTERMEDIATE_FILE = yes

View File

@ -23,7 +23,7 @@ namespace System.IO
throw new NotImplementedException ();
}
public virtual Task WriteAsync (ReadOnlyMemory<byte> source, CancellationToken cancellationToken = default(CancellationToken))
internal virtual Task WriteAsync (ReadOnlyMemory<byte> source, CancellationToken cancellationToken = default(CancellationToken))
{
throw new NotImplementedException ();
}

View File

@ -1 +1 @@
e12df6cf6f11a9623646797366fde0c96a9be4e7
8643a3e9b2d7a5f632803bbc7ae1d39a4a8ece7d

View File

@ -1 +1 @@
cfc62ef7d708a82187f2ddbacfde7d94150c89cf
0f12a8108dc4168a49274bbde35493873b57a8c9

View File

@ -1 +1 @@
fa34ee078856c45d24d70629b13266372102f5af
647d2e4c6f9fd2703f3e45d144e3f2aa1a64a8f5

View File

@ -1 +1 @@
36a5fe92bcd5f99696793ec32c77a0cbd800fa4f
1df2c53b18f6cc67616ba47d684a56208d812e85

View File

@ -1 +1 @@
d8780bbd16a07188ff2559e6fbee1debec06ebc3
e2ec8ff30e727761bdf337475901347fd7f862f7

View File

@ -1 +1 @@
06ebfe85fdfa099e1612af5c62716124d41e6b9f
4f13db2e6344de8931df89de1cb101a2e66b44dc

View File

@ -1 +1 @@
3d574cfd3dcfa0668dfe416f794ca365fb2d7b0c
f2fe82f4f9517875f1bc24f75040a5920ed3f79b

View File

@ -1 +1 @@
8c6b5f6ac354b88976f707d0ac9b8dc8826a3cf7
5bc04b8bcea60a959c138b51f185cf37d3ebb0ce

View File

@ -1 +1 @@
e12df6cf6f11a9623646797366fde0c96a9be4e7
8643a3e9b2d7a5f632803bbc7ae1d39a4a8ece7d

View File

@ -1 +1 @@
cfc62ef7d708a82187f2ddbacfde7d94150c89cf
0f12a8108dc4168a49274bbde35493873b57a8c9

View File

@ -1 +1 @@
fa34ee078856c45d24d70629b13266372102f5af
647d2e4c6f9fd2703f3e45d144e3f2aa1a64a8f5

View File

@ -1 +1 @@
36a5fe92bcd5f99696793ec32c77a0cbd800fa4f
1df2c53b18f6cc67616ba47d684a56208d812e85

View File

@ -1 +1 @@
d8780bbd16a07188ff2559e6fbee1debec06ebc3
e2ec8ff30e727761bdf337475901347fd7f862f7

View File

@ -1 +1 @@
06ebfe85fdfa099e1612af5c62716124d41e6b9f
4f13db2e6344de8931df89de1cb101a2e66b44dc

View File

@ -1 +1 @@
3d574cfd3dcfa0668dfe416f794ca365fb2d7b0c
f2fe82f4f9517875f1bc24f75040a5920ed3f79b

Some files were not shown because too many files have changed in this diff Show More