Imported Upstream version 6.0.0.172

Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-04-12 14:10:50 +00:00
parent 8016999e4d
commit 64ac736ec5
32155 changed files with 3981439 additions and 75368 deletions

View File

@@ -7,7 +7,7 @@ LIBRARY = System.Data.dll
LIB_REFS = System System.Xml System.Core System.Numerics System.Transactions
KEYFILE = ../ecma.pub
LIB_MCS_FLAGS = \
-nowarn:219,414,649,619 \
-nowarn:219,414,649,619,436 \
-d:COREFX \
-d:PLATFORM_UNIX \
-d:USEOFFSET \
@@ -21,14 +21,12 @@ else
LIB_REFS += System.EnterpriseServices System.Configuration
endif
ifdef MONO_FEATURE_APPLETLS
LIB_MCS_FLAGS += -d:MONO_FEATURE_APPLETLS
ifndef NO_MONO_SECURITY
LIB_REFS += Mono.Security
endif
ifdef ENABLE_GSS
ifndef NO_GSS
LIB_MCS_FLAGS += -d:ENABLE_GSS
endif
ifdef MONO_FEATURE_APPLETLS
LIB_MCS_FLAGS += -d:MONO_FEATURE_APPLETLS
endif
ifndef PROFILE_DISABLE_BTLS

View File

@@ -27,7 +27,7 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if !MOBILE && !MONOMAC
#if !MOBILE && !XAMMAC_4_5
using System;
using System.Configuration;

View File

@@ -32,7 +32,7 @@ using System.Data.Common;
using System.Data.SqlClient;
/*--For Bug 853 Test Begin--*/
#if !MOBILE && !MONOMAC
#if !MOBILE && !XAMMAC_4_5
using Mono.Data.Sqlite;
#endif
/*--For Bug 853 Test End--*/
@@ -191,7 +191,7 @@ namespace MonoTests.System.Data.Common
Assert.IsNotNull (ex.Message, "#4");
}
}
#if !MOBILE && !MONOMAC
#if !MOBILE && !XAMMAC_4_5
[Test]
[Category ("NotWorking")] // Requires newer sqlite than is on wrench
public void XimarinBugzillaBug853Test()

View File

@@ -27,7 +27,7 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if !MOBILE && !MONOMAC
#if !MOBILE && !XAMMAC_4_5
using System.IO;
using System.Xml;

View File

@@ -1 +1 @@
ec78ea8650efd71487f1f860931a3c13055e73c7
17d4d876434b0d3eb0723be53b58711ebcaa6f61

View File

@@ -28,7 +28,7 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if !MOBILE && !MONOMAC
#if !MOBILE && !XAMMAC_4_5
using System;
using System.CodeDom;

View File

@@ -461,16 +461,6 @@ corefx/SqlDependencyUtils.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/TdsParserStateObjectManaged.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlUdtInfo.cs
../../../external/corefx/src/Common/src/System/Net/ContextFlagsPal.cs
../../../external/corefx/src/Common/src/System/Net/SecurityStatusPal.cs
../../../external/corefx/src/Common/src/System/Net/Security/SecurityBufferType.cs
../../../external/corefx/src/Common/src/System/Net/Security/SecurityBuffer.cs
../../../external/corefx/src/Common/src/System/Net/DebugSafeHandle.cs
../../../external/corefx/src/Common/src/System/Net/DebugCriticalHandleMinusOneIsInvalid.cs
../../../external/corefx/src/Common/src/System/Net/Logging/NetEventSource.Common.cs
../../../external/corefx/src/Common/src/System/Net/Logging/DebugThreadTracking.cs
../../../external/corefx/src/Common/src/System/Net/InternalException.cs
../../../external/corefx/src/Common/src/System/Net/NegotiationInfoClass.cs
../../../external/corefx/src/System.Data.Odbc/src/Common/System/Data/Common/DBConnectionString.cs
../../../external/corefx/src/System.Data.Odbc/src/Common/System/Data/Common/NameValuePermission.cs
../../../external/corefx/src/System.Data.Odbc/src/Common/System/Data/Common/SafeNativeMethods.cs

View File

@@ -1,16 +1,6 @@
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/ProviderBase/DbConnectionPoolIdentity.Unix.cs
../../../external/corefx/src/System.Data.SqlClient/src/Interop/SNINativeMethodWrapper.Unix.cs
../../../external/corefx/src/Common/src/System/Net/Security/NegotiateStreamPal.Unix.cs
../../../external/corefx/src/Common/src/System/Net/Security/Unix/SafeDeleteContext.cs
../../../external/corefx/src/Common/src/System/Net/Security/Unix/SafeFreeCredentials.cs
../../../external/corefx/src/Common/src/Microsoft/Win32/SafeHandles/GssSafeHandles.cs
../../../external/corefx/src/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.cs
../../../external/corefx/src/Common/src/System/Net/Security/Unix/SafeFreeNegoCredentials.cs
corefx/Interop.Libraries.cs
../../../external/corefx/src/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssBuffer.cs
../../../external/corefx/src/Common/src/System/Net/Security/Unix/SafeDeleteNegoContext.cs
../../../external/corefx/src/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs
../../../external/corefx/src/Common/src/System/Net/ContextFlagsAdapterPal.Unix.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/TdsParserStateObjectFactory.Managed.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/TdsParser.Unix.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/LocalDBAPI.Unix.cs

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
d79121a7ecc610093815921b747107a832cd145a

View File

@@ -11,41 +11,12 @@
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/LocalDBAPI.Common.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/LocalDBAPI.Windows.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/ProviderBase/DbConnectionPoolIdentity.Windows.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.LoadLibraryEx.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.FreeLibrary.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.GetProcAddress.cs
../../../external/corefx/src/Common/src/Microsoft/Win32/SafeHandles/SafeLibraryHandle.cs
../../../external/corefx/src/Common/src/System/Net/Security/NegotiateStreamPal.Windows.cs
../../../external/corefx/src/Common/src/Interop/Windows/sspicli/SafeDeleteContext.cs
../../../external/corefx/src/Common/src/Interop/Windows/sspicli/SecuritySafeHandles.cs
../../../external/corefx/src/Common/src/Interop/Windows/sspicli/Interop.SSPI.cs
../../../external/corefx/src/Common/src/System/Net/Security/SecurityContextTokenHandle.cs
../../../external/corefx/src/Common/src/Interop/Windows/Interop.Libraries.cs
../../../external/corefx/src/Common/src/Interop/Windows/SChannel/Interop.SECURITY_STATUS.cs
../../../external/corefx/src/Common/src/Interop/Windows/sspicli/SecPkgContext_Bindings.cs
../../../external/corefx/src/Common/src/System/Net/DebugCriticalHandleZeroOrMinusOneIsInvalid.cs
../../../external/corefx/src/Common/src/System/Net/Security/NetEventSource.Security.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.CloseHandle.cs
../../../external/corefx/src/Common/src/Interop/Windows/sspicli/GlobalSSPI.cs
../../../external/corefx/src/Common/src/Interop/Windows/sspicli/SSPIInterface.cs
../../../external/corefx/src/Common/src/Interop/Windows/sspicli/SecurityPackageInfoClass.cs
../../../external/corefx/src/Common/src/Interop/Windows/sspicli/SecurityPackageInfo.cs
../../../external/corefx/src/Common/src/Interop/Windows/sspicli/SSPIAuthType.cs
../../../external/corefx/src/Common/src/Interop/Windows/sspicli/SSPISecureChannelType.cs
../../../external/corefx/src/Common/src/Interop/Windows/sspicli/SSPIWrapper.cs
../../../external/corefx/src/Common/src/System/Net/Security/NetEventSource.Security.Windows.cs
../../../external/corefx/src/Common/src/Interop/Windows/sspicli/SecPkgContext_Sizes.cs
../../../external/corefx/src/Common/src/Interop/Windows/sspicli/SecPkgContext_StreamSizes.cs
../../../external/corefx/src/Common/src/Interop/Windows/sspicli/SecPkgContext_NegotiationInfoW.cs
../../../external/corefx/src/Common/src/Interop/Windows/SChannel/SecPkgContext_ConnectionInfo.cs
../../../external/corefx/src/Common/src/Interop/Windows/sspicli/NegotiationInfoClass.cs
../../../external/corefx/src/Common/src/Interop/Windows/Crypt32/Interop.certificates.cs
../../../external/corefx/src/Common/src/Interop/Windows/Crypt32/Interop.certificates_types.cs
../../../external/corefx/src/Common/src/System/Net/ContextFlagsAdapterPal.Windows.cs
../../../external/corefx/src/Common/src/System/Net/SecurityStatusAdapterPal.Windows.cs
../../../external/corefx/src/Common/src/System/Collections/Generic/BidirectionalDictionary.cs
../../../external/corefx/src/Common/src/Interop/Windows/kernel32/Interop.LoadLibraryEx.cs
../../../external/corefx/src/Common/src/Interop/Windows/SChannel/Interop.SecPkgContext_ApplicationProtocol.cs
../../../external/corefx/src/Common/src/Microsoft/Win32/SafeHandles/SafeLibraryHandle.cs
# ODBC:
../../../external/corefx/src/Common/src/Interop/Windows/Interop.Libraries.cs