[Facades] Update with new typeforwarders/APIs (#4838)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 11 May 2017 23:36:05 +0000 (01:36 +0200)
committerGitHub <noreply@github.com>
Thu, 11 May 2017 23:36:05 +0000 (01:36 +0200)
30 files changed:
external/api-snapshot
mcs/class/Facades/Microsoft.Win32.Registry/AssemblyInfo.cs
mcs/class/Facades/Microsoft.Win32.Registry/TypeForwarders.cs
mcs/class/Facades/System.ComponentModel.Annotations/AssemblyInfo.cs
mcs/class/Facades/System.Data.SqlClient/AssemblyInfo.cs
mcs/class/Facades/System.Data.SqlClient/TypeForwarders.cs
mcs/class/Facades/System.IO.FileSystem.AccessControl/AssemblyInfo.cs
mcs/class/Facades/System.Reflection.DispatchProxy/Assembly/AssemblyInfo.cs
mcs/class/Facades/System.Reflection.TypeExtensions/AssemblyInfo.cs
mcs/class/Facades/System.Security.AccessControl/AssemblyInfo.cs
mcs/class/Facades/System.Security.Cryptography.Pkcs/AssemblyInfo.cs
mcs/class/Facades/System.Security.Cryptography.ProtectedData/AssemblyInfo.cs
mcs/class/Facades/System.Security.Principal.Windows/AssemblyInfo.cs
mcs/class/Facades/System.ServiceModel.Duplex/AssemblyInfo.cs
mcs/class/Facades/System.ServiceModel.Http/AssemblyInfo.cs
mcs/class/Facades/System.ServiceModel.NetTcp/AssemblyInfo.cs
mcs/class/Facades/System.ServiceModel.Primitives/AssemblyInfo.cs
mcs/class/Facades/System.ServiceModel.Primitives/TypeForwarders.cs
mcs/class/Facades/System.ServiceProcess.ServiceController/AssemblyInfo.cs
mcs/class/Facades/System.ServiceProcess.ServiceController/TimeoutException_mobile.cs
mcs/class/Facades/System.Text.Encoding.CodePages/AssemblyInfo.cs
mcs/class/Facades/System.Threading.AccessControl/AssemblyInfo.cs
mcs/class/System.Data/System.Data.SqlClient/SqlBulkCopy.cs
mcs/class/System.Data/System.Data.SqlClient/SqlBulkCopy.platformnotsupported.cs
mcs/class/System.ServiceModel/Dummy_2_1.cs
mcs/class/System.ServiceModel/Dummy_XM_4_5.cs
mcs/class/System.ServiceModel/mobile_System.ServiceModel.dll.sources
mcs/class/corlib/Microsoft.Win32/RegistryKey.cs
mcs/class/corlib/Microsoft.Win32/RegistryKeyPermissionCheck.cs
mcs/class/corlib/System.Security.Principal/WellKnownSidType.cs

index 62b458536891b4de889254d9a3f1e44697ad4b06..c978b65beb484404499d09a9a2b293250d347f0e 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 62b458536891b4de889254d9a3f1e44697ad4b06
+Subproject commit c978b65beb484404499d09a9a2b293250d347f0e
index 4b723eac1ab9a553b8cf5c3aa5cb13a9bcd99015..6b25c0b4d349c12ee279166f78739d8c5b6f1e9b 100644 (file)
@@ -30,6 +30,6 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyCompany ("Xamarin, Inc.")]
 [assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
 [assembly: AssemblyCopyright ("Copyright (c) 2015 Xamarin Inc. (http://www.xamarin.com)")]
-[assembly: AssemblyVersion ("4.0.0.0")]
+[assembly: AssemblyVersion ("4.1.0.0")]
 [assembly: AssemblyInformationalVersion ("4.0.0.0")]
 [assembly: AssemblyFileVersion ("4.0.0.0")]
index fae8514159ef6ae454d4414207ded833a41eef4d..77ccf63681e828d13fba0f9c181287fd80e0fcce 100644 (file)
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(Microsoft.Win32.Registry))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(Microsoft.Win32.RegistryHive))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(Microsoft.Win32.RegistryKey))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(Microsoft.Win32.RegistryKeyPermissionCheck))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(Microsoft.Win32.RegistryOptions))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(Microsoft.Win32.RegistryValueKind))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(Microsoft.Win32.RegistryValueOptions))]
-[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(Microsoft.Win32.RegistryOptions))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(Microsoft.Win32.RegistryView))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(Microsoft.Win32.SafeHandles.SafeRegistryHandle))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.AccessControl.RegistryAccessRule))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.AccessControl.RegistryAuditRule))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.AccessControl.RegistryRights))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.AccessControl.RegistrySecurity))]
 
 
index 932bd697e19d414a0d0f640e4dccf481f238d8a2..4d823adf367010791730c17c7659d93ac502a7e8 100644 (file)
@@ -30,6 +30,6 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyCompany ("Xamarin, Inc.")]
 [assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
 [assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
-[assembly: AssemblyVersion ("4.1.0.0")]
+[assembly: AssemblyVersion ("4.2.0.0")]
 [assembly: AssemblyInformationalVersion ("4.0.0.0")]
 [assembly: AssemblyFileVersion ("4.0.0.0")]
index b9f48ff1266af08660b9441ba90bfe2ddd54fb70..3506b353157df13882e1d60911e38dd1d229752a 100644 (file)
@@ -30,6 +30,6 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyCompany ("Xamarin, Inc.")]
 [assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
 [assembly: AssemblyCopyright ("Copyright (c) 2015 Xamarin Inc. (http://www.xamarin.com)")]
-[assembly: AssemblyVersion ("4.1.0.0")]
+[assembly: AssemblyVersion ("4.2.0.0")]
 [assembly: AssemblyInformationalVersion ("4.0.0.0")]
 [assembly: AssemblyFileVersion ("4.0.0.0")]
index 3237d9eb98fbddfa777678623072a5db0808da07..d8f7bb5be561ec55cdacd76549276d2ff8925382 100644 (file)
@@ -22,6 +22,7 @@
 
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(Microsoft.SqlServer.Server.SqlDataRecord))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(Microsoft.SqlServer.Server.SqlMetaData))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.OperationAbortedException))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.ApplicationIntent))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SortOrder))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlBulkCopy))]
@@ -32,6 +33,7 @@
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlCommand))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlConnection))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlConnectionStringBuilder))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlDataAdapter))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlDataReader))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlError))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlErrorCollection))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlParameterCollection))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlRowsCopiedEventArgs))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlRowsCopiedEventHandler))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlRowUpdatedEventArgs))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlRowUpdatedEventHandler))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlRowUpdatingEventArgs))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlRowUpdatingEventHandler))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlTransaction))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlDbType))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlTypes.INullable))]
@@ -68,4 +74,3 @@
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.StatementCompletedEventArgs))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.StatementCompletedEventHandler))]
 
-
index 056e067985ea9d4b2af5dd4a6b39542c62fa7eca..f78fa7c14037f0017cfbcb5e787215b34bd566a9 100644 (file)
@@ -30,6 +30,6 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyCompany ("Xamarin, Inc.")]
 [assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
 [assembly: AssemblyCopyright ("Copyright (c) 2015 Xamarin Inc. (http://www.xamarin.com)")]
-[assembly: AssemblyVersion ("4.0.0.0")]
+[assembly: AssemblyVersion ("4.0.2.0")]
 [assembly: AssemblyInformationalVersion ("4.0.0.0")]
 [assembly: AssemblyFileVersion ("4.0.0.0")]
index b31d2d3ec11f0d917154e78cdcf75a8c32a4f035..ba036fac365f55261dd873726bd13d6e797ec8a1 100644 (file)
@@ -30,6 +30,6 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyCompany ("Xamarin, Inc.")]
 [assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
 [assembly: AssemblyCopyright ("Copyright (c) 2016 Xamarin Inc. (http://www.xamarin.com)")]
-[assembly: AssemblyVersion ("4.0.2.0")]
+[assembly: AssemblyVersion ("4.0.3.0")]
 [assembly: AssemblyInformationalVersion ("4.0.0.0")]
 [assembly: AssemblyFileVersion ("4.0.0.0")]
index f60f7d0e6ebb2d73eb55d86a6dfe37426498db22..005d1f35ae95cbd905c3d961f285a6f5eac9dfe5 100644 (file)
@@ -30,6 +30,6 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyCompany ("Xamarin, Inc.")]
 [assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
 [assembly: AssemblyCopyright ("Copyright (c) 2015 Xamarin Inc. (http://www.xamarin.com)")]
-[assembly: AssemblyVersion ("4.1.0.0")]
+[assembly: AssemblyVersion ("4.1.2.0")]
 [assembly: AssemblyInformationalVersion ("4.0.0.0")]
 [assembly: AssemblyFileVersion ("4.0.0.0")]
index db93dea9198e59a77c867815f83a571f33780488..ef22ddbd867b45bca1bc574e96c6e1501bbd1662 100644 (file)
@@ -30,6 +30,6 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyCompany ("Xamarin, Inc.")]
 [assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
 [assembly: AssemblyCopyright ("Copyright (c) 2015 Xamarin Inc. (http://www.xamarin.com)")]
-[assembly: AssemblyVersion ("4.0.0.0")]
+[assembly: AssemblyVersion ("4.1.0.0")]
 [assembly: AssemblyInformationalVersion ("4.0.0.0")]
 [assembly: AssemblyFileVersion ("4.0.0.0")]
index 1666aa8bfdc12eec0b5a830ebd07ea4efbf8d2f2..dc13964acce0bef3421e981a18d6096c1464a469 100644 (file)
@@ -30,6 +30,6 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyCompany ("Xamarin, Inc.")]
 [assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
 [assembly: AssemblyCopyright ("Copyright (c) 2015 Xamarin Inc. (http://www.xamarin.com)")]
-[assembly: AssemblyVersion ("4.0.0.0")]
+[assembly: AssemblyVersion ("4.0.2.0")]
 [assembly: AssemblyInformationalVersion ("4.0.0.0")]
 [assembly: AssemblyFileVersion ("4.0.0.0")]
index cccb2f29ca2a9cf2c681f6c31c0871111cb42ccc..ba8da75d3285eb4f6a9a593019dfb7014be788c1 100644 (file)
@@ -30,6 +30,6 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyCompany ("Xamarin, Inc.")]
 [assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
 [assembly: AssemblyCopyright ("Copyright (c) 2015 Xamarin Inc. (http://www.xamarin.com)")]
-[assembly: AssemblyVersion ("4.0.0.0")]
+[assembly: AssemblyVersion ("4.0.2.0")]
 [assembly: AssemblyInformationalVersion ("4.0.0.0")]
 [assembly: AssemblyFileVersion ("4.0.0.0")]
index b7abc6857f9d85749faa9c68a45039d166a2586b..b4910cd133d7b0755935ec21f3dd141c479af765 100644 (file)
@@ -30,6 +30,6 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyCompany ("Xamarin, Inc.")]
 [assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
 [assembly: AssemblyCopyright ("Copyright (c) 2015 Xamarin Inc. (http://www.xamarin.com)")]
-[assembly: AssemblyVersion ("4.0.0.0")]
+[assembly: AssemblyVersion ("4.1.0.0")]
 [assembly: AssemblyInformationalVersion ("4.0.0.0")]
 [assembly: AssemblyFileVersion ("4.0.0.0")]
index 00ca00c3593324cfbd45a43c309952f259fc5b76..28a4ce5f350972206991b4e64115d11474a27b5d 100644 (file)
@@ -30,6 +30,6 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyCompany ("Xamarin, Inc.")]
 [assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
 [assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
-[assembly: AssemblyVersion ("4.0.2.0")]
+[assembly: AssemblyVersion ("4.0.3.0")]
 [assembly: AssemblyInformationalVersion ("4.0.0.0")]
 [assembly: AssemblyFileVersion ("4.0.0.0")]
index a6ac477d56154ec886368075f24a005e409a0d27..69ff3416e326d780d58400ab843d245015c1aad1 100644 (file)
@@ -30,6 +30,6 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyCompany ("Xamarin, Inc.")]
 [assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
 [assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
-[assembly: AssemblyVersion ("4.1.1.0")]
+[assembly: AssemblyVersion ("4.1.2.0")]
 [assembly: AssemblyInformationalVersion ("4.0.0.0")]
 [assembly: AssemblyFileVersion ("4.0.0.0")]
index a6ac477d56154ec886368075f24a005e409a0d27..69ff3416e326d780d58400ab843d245015c1aad1 100644 (file)
@@ -30,6 +30,6 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyCompany ("Xamarin, Inc.")]
 [assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
 [assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
-[assembly: AssemblyVersion ("4.1.1.0")]
+[assembly: AssemblyVersion ("4.1.2.0")]
 [assembly: AssemblyInformationalVersion ("4.0.0.0")]
 [assembly: AssemblyFileVersion ("4.0.0.0")]
index 9c4769a3681be41d9c23cdbda6766dee9d1299f7..262afab0c99c978f583989983dc965df92e21afa 100644 (file)
@@ -30,6 +30,6 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyCompany ("Xamarin, Inc.")]
 [assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
 [assembly: AssemblyCopyright ("Copyright (c) 2013 Xamarin Inc. (http://www.xamarin.com)")]
-[assembly: AssemblyVersion ("4.1.1.0")]
+[assembly: AssemblyVersion ("4.2.0.0")]
 [assembly: AssemblyInformationalVersion ("4.0.0.0")]
 [assembly: AssemblyFileVersion ("4.0.0.0")]
index 3be79604b4df5ab03f5afe7079cd14fcbbb48137..86c999184c2377c47bd24b4d978dfa3494d8c63d 100644 (file)
@@ -20,6 +20,8 @@
 // THE SOFTWARE.
 // 
 
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.KeyedByTypeCollection<>))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.SynchronizedCollection<>))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IdentityModel.Selectors.X509CertificateValidator))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ActionNotSupportedException))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ChannelFactory))]
@@ -76,6 +78,7 @@
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.RequestContext))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.TextMessageEncodingBindingElement))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.TransportBindingElement))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.UnderstoodHeaders))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ClientBase<>))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.CommunicationException))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.CommunicationObjectAbortedException))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.OperationDescription))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.OperationDescriptionCollection))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.ServiceEndpoint))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Description.XmlSerializerOperationBehavior))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Dispatcher.ClientOperation))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Dispatcher.ClientRuntime))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Dispatcher.DispatchOperation))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Dispatcher.DispatchRuntime))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Dispatcher.EndpointDispatcher))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Dispatcher.FaultContractInfo))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Dispatcher.IChannelInitializer))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Dispatcher.IClientMessageFormatter))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Dispatcher.IClientMessageInspector))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Dispatcher.IClientOperationSelector))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Dispatcher.IInteractiveChannelInitializer))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Dispatcher.IParameterInspector))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.EndpointAddress))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.EndpointAddressBuilder))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.EndpointNotFoundException))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.EnvelopeVersion))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ExceptionDetail))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ExtensionCollection<>))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.FaultCode))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.FaultContractAttribute))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.FaultException))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageContractMemberAttribute))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageCredentialType))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageHeader<>))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageHeaderArrayAttribute))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageHeaderAttribute))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageHeaderException))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessageParameterAttribute))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.MessagePropertyAttribute))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.OperationContext))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.OperationContextScope))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.OperationContractAttribute))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.OperationFormatStyle))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.OperationFormatUse))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ProtocolException))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.QuotaExceededException))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.HttpDigestClientCredential))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.MessageSecurityException))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.SecurityAccessDeniedException))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.SecurityNegotiationException))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.UserNamePasswordClientCredential))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.WindowsClientCredential))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Security.X509ServiceCertificateAuthentication))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ServiceActivationException))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ServiceContractAttribute))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.ServiceKnownTypeAttribute))]
+[assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.SessionMode))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.TransferMode))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.UnknownMessageReceivedEventArgs))]
 [assembly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.XmlSerializerFormatAttribute))]
index 3abe68c0dced670039f0012a0fa201a1376c9cf6..49f6621b00de52feb28f5492324dc2a83f2e6096 100644 (file)
@@ -30,6 +30,6 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyCompany ("Xamarin, Inc.")]
 [assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
 [assembly: AssemblyCopyright ("Copyright (c) 2015 Xamarin Inc. (http://www.xamarin.com)")]
-[assembly: AssemblyVersion ("4.1.0.0")]
+[assembly: AssemblyVersion ("4.2.0.0")]
 [assembly: AssemblyInformationalVersion ("4.0.0.0")]
 [assembly: AssemblyFileVersion ("4.0.0.0")]
index 5dbf4041b386ca9a4fc955f73caa304632832f1f..d273b9d2432f7074110469ece8849c3f9057df8f 100644 (file)
@@ -31,6 +31,7 @@
 #if MOBILE || XAMMAC_4_5
 
 using System;
+using System.Runtime.Serialization;
 
 namespace System.ServiceProcess
 {
@@ -50,6 +51,11 @@ namespace System.ServiceProcess
                {
                        throw new PlatformNotSupportedException ();
                }
+
+               protected TimeoutException (SerializationInfo info, StreamingContext context)
+               {
+                       throw new PlatformNotSupportedException ();
+               }
        }
 }
 
index d89864256b475977be0c032ad5f720c344cf3096..f97526cbe1033f339272c6f1efbcf165436e7bf8 100644 (file)
@@ -30,6 +30,6 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyCompany ("Xamarin, Inc.")]
 [assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
 [assembly: AssemblyCopyright ("Copyright (c) 2016 Xamarin Inc. (http://www.xamarin.com)")]
-[assembly: AssemblyVersion ("4.0.2.0")]
+[assembly: AssemblyVersion ("4.1.0.0")]
 [assembly: AssemblyInformationalVersion ("4.0.0.0")]
 [assembly: AssemblyFileVersion ("4.0.0.0")]
index 818bdcee0c1c33b1ee1be1de13fe0d70a731422e..52f17f51fc81b2be4915e72134e4d454082a689f 100644 (file)
@@ -30,6 +30,6 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyCompany ("Xamarin, Inc.")]
 [assembly: AssemblyProduct ("Mono Common Language Infrastructure")]
 [assembly: AssemblyCopyright ("Copyright (c) 2015 Xamarin Inc. (http://www.xamarin.com)")]
-[assembly: AssemblyVersion ("4.0.0.0")]
+[assembly: AssemblyVersion ("4.0.2.0")]
 [assembly: AssemblyInformationalVersion ("4.0.0.0")]
 [assembly: AssemblyFileVersion ("4.0.0.0")]
index 96cf66caba6888d67c967131816667c10b24f34b..87e740495b1393463cfd28db080a5e043ec1645a 100644 (file)
@@ -612,6 +612,30 @@ namespace System.Data.SqlClient {
                        throw new NotImplementedException ();
                }
 
+               [MonoTODO]
+               public Task WriteToServerAsync (DataRow[] rows)
+               {
+                       throw new NotImplementedException ();
+               }
+
+               [MonoTODO]
+               public Task WriteToServerAsync (DataRow[] rows, CancellationToken cancellationToken)
+               {
+                       throw new NotImplementedException ();
+               }
+
+               [MonoTODO]
+               public Task WriteToServerAsync (IDataReader reader)
+               {
+                       throw new NotImplementedException ();
+               }
+
+               [MonoTODO]
+               public Task WriteToServerAsync (IDataReader reader, CancellationToken cancellationToken)
+               {
+                       throw new NotImplementedException ();
+               }
+
                [MonoTODO]
                public Task WriteToServerAsync (DbDataReader reader)
                {
@@ -624,6 +648,30 @@ namespace System.Data.SqlClient {
                        throw new NotImplementedException ();
                }
 
+               [MonoTODO]
+               public Task WriteToServerAsync (DataTable table)
+               {
+                       throw new NotImplementedException ();
+               }
+
+               [MonoTODO]
+               public Task WriteToServerAsync (DataTable table, CancellationToken cancellationToken)
+               {
+                       throw new NotImplementedException ();
+               }
+
+               [MonoTODO]
+               public Task WriteToServerAsync (DataTable table, DataRowState rowState)
+               {
+                       throw new NotImplementedException ();
+               }
+
+               [MonoTODO]
+               public Task WriteToServerAsync (DataTable table, DataRowState rowState, CancellationToken cancellationToken)
+               {
+                       throw new NotImplementedException ();
+               }
+
                private void RowsCopied (long rowsCopied)
                {
                        SqlRowsCopiedEventArgs e = new SqlRowsCopiedEventArgs (rowsCopied);
index 95d68018512ea48444be6e833398a5c67a1a8376..3b5cc3116a70b807c7592b81368541cc664cfbd5 100644 (file)
@@ -112,6 +112,26 @@ namespace System.Data.SqlClient {
                        throw new PlatformNotSupportedException (EXCEPTION_MESSAGE);
                }
 
+               public Task WriteToServerAsync (DataRow[] rows)
+               {
+                       throw new PlatformNotSupportedException (EXCEPTION_MESSAGE);
+               }
+
+               public Task WriteToServerAsync (DataRow[] rows, CancellationToken cancellationToken)
+               {
+                       throw new PlatformNotSupportedException (EXCEPTION_MESSAGE);
+               }
+
+               public Task WriteToServerAsync (IDataReader reader)
+               {
+                       throw new PlatformNotSupportedException (EXCEPTION_MESSAGE);
+               }
+
+               public Task WriteToServerAsync (IDataReader reader, CancellationToken cancellationToken)
+               {
+                       throw new PlatformNotSupportedException (EXCEPTION_MESSAGE);
+               }
+
                public Task WriteToServerAsync (DbDataReader reader)
                {
                        throw new PlatformNotSupportedException (EXCEPTION_MESSAGE);
@@ -122,6 +142,26 @@ namespace System.Data.SqlClient {
                        throw new PlatformNotSupportedException (EXCEPTION_MESSAGE);
                }
 
+               public Task WriteToServerAsync (DataTable table)
+               {
+                       throw new PlatformNotSupportedException (EXCEPTION_MESSAGE);
+               }
+
+               public Task WriteToServerAsync (DataTable table, CancellationToken cancellationToken)
+               {
+                       throw new PlatformNotSupportedException (EXCEPTION_MESSAGE);
+               }
+
+               public Task WriteToServerAsync (DataTable table, DataRowState rowState)
+               {
+                       throw new PlatformNotSupportedException (EXCEPTION_MESSAGE);
+               }
+
+               public Task WriteToServerAsync (DataTable table, DataRowState rowState, CancellationToken cancellationToken)
+               {
+                       throw new PlatformNotSupportedException (EXCEPTION_MESSAGE);
+               }
+
                private void RowsCopied (long rowsCopied)
                {
                        throw new PlatformNotSupportedException (EXCEPTION_MESSAGE);
index fd890ec76e12d40f57bccb53759b77b7a8a68aa7..2773e6a93c1a57f51ba0021f02fc72b31ba31f9a 100644 (file)
@@ -35,7 +35,7 @@ namespace System.ServiceModel
                        get { throw new NotImplementedException (); }
                }
 
-               IExtensionCollection<InstanceContext> IExtensibleObject<InstanceContext>.Extensions
+               public IExtensionCollection<InstanceContext> Extensions
                {
                        get { throw new NotImplementedException (); }
                }
index c36efe1ad2a4c806f5e17c8248260f49578d4ee3..989c4dddc5278311963004334220e755ee4b555b 100644 (file)
@@ -22,7 +22,7 @@ namespace System.ServiceModel
                        get { throw new NotImplementedException (); }
                }
 
-               IExtensionCollection<InstanceContext> IExtensibleObject<InstanceContext>.Extensions
+               public IExtensionCollection<InstanceContext> Extensions
                {
                        get { throw new NotImplementedException (); }
                }
index c614c10beaaf0ca66902d6949a51d1bc51d1fedd..64af3348dc7c6a0b0c245dd99722782191b6a1c5 100644 (file)
@@ -177,6 +177,7 @@ System.ServiceModel.Dispatcher/IParameterInspector.cs
 System.ServiceModel.Security/HttpDigestClientCredential.cs
 System.ServiceModel.Security/MessageSecurityException.cs
 System.ServiceModel.Security/SecurityAccessDeniedException.cs
+System.ServiceModel.Security/SecurityNegotiationException.cs
 System.ServiceModel.Security/UserNamePasswordClientCredential.cs
 System.ServiceModel.Security/WindowsClientCredential.cs
 System.ServiceModel.Security/X509CertificateInitiatorClientCredential.cs
index 2bf573ea9490c530d7fb8a75a32a924d85f1ba6e..f133104e8c84bb367ed15ba3d297bf76984636a1 100644 (file)
@@ -55,6 +55,10 @@ namespace Microsoft.Win32
                {
                }
 
+               public void Close ()
+               {
+               }
+
                public RegistryKey CreateSubKey (string subkey)
                {
                        throw new PlatformNotSupportedException ();
@@ -70,6 +74,26 @@ namespace Microsoft.Win32
                        throw new PlatformNotSupportedException ();
                }
 
+               public RegistryKey CreateSubKey (string subkey, RegistryKeyPermissionCheck permissionCheck)
+               {
+                       throw new PlatformNotSupportedException ();
+               }
+
+               public RegistryKey CreateSubKey (string subkey, RegistryKeyPermissionCheck permissionCheck, RegistryOptions registryOptions)
+               {
+                       throw new PlatformNotSupportedException ();
+               }
+
+               public RegistryKey CreateSubKey (string subkey, RegistryKeyPermissionCheck permissionCheck, RegistrySecurity registrySecurity)
+               {
+                       throw new PlatformNotSupportedException ();
+               }
+
+               public RegistryKey CreateSubKey (string subkey, RegistryKeyPermissionCheck permissionCheck, RegistryOptions registryOptions, RegistrySecurity registrySecurity)
+               {
+                       throw new PlatformNotSupportedException ();
+               }
+
                public void DeleteSubKey (string subkey)
                {
                }
@@ -128,6 +152,16 @@ namespace Microsoft.Win32
                        throw new PlatformNotSupportedException ();
                }
 
+               public RegistrySecurity GetAccessControl ()
+               {
+                       throw new PlatformNotSupportedException ();
+               }
+
+               public RegistrySecurity GetAccessControl (AccessControlSections includeSections)
+               {
+                       throw new PlatformNotSupportedException ();
+               }
+
                public RegistryValueKind GetValueKind (string name)
                {
                        throw new PlatformNotSupportedException ();
@@ -158,6 +192,31 @@ namespace Microsoft.Win32
                        throw new PlatformNotSupportedException ();
                }
 
+               public RegistryKey OpenSubKey (string name, RegistryKeyPermissionCheck permissionCheck)
+               {
+                       throw new PlatformNotSupportedException ();
+               }
+
+               public RegistryKey OpenSubKey (string name, RegistryKeyPermissionCheck permissionCheck, RegistryRights rights)
+               {
+                       throw new PlatformNotSupportedException ();
+               }
+
+               public static RegistryKey OpenRemoteBaseKey (RegistryHive hKey, string machineName)
+               {
+                       throw new PlatformNotSupportedException ();
+               }
+
+               public static RegistryKey OpenRemoteBaseKey (RegistryHive hKey, string machineName, RegistryView view)
+               {
+                       throw new PlatformNotSupportedException ();
+               }
+
+               public void SetAccessControl (RegistrySecurity registrySecurity)
+               {
+                       throw new PlatformNotSupportedException ();
+               }
+
                public void SetValue (string name, object value)
                {
                }
index 25c642851701f3da7e124fafe771d5328404254b..a1f95aacc2ab1e535d8a94e296cfcea86b9d5aca 100644 (file)
@@ -27,7 +27,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if WIN_PLATFORM || XAMMAC_4_5
 namespace Microsoft.Win32
 {
        public enum RegistryKeyPermissionCheck
@@ -37,4 +36,3 @@ namespace Microsoft.Win32
                ReadWriteSubTree        = 2,
        }
 }
-#endif
index 51902a47f2ca76f4dc29b6c766ed70b674d002bd..7ca54b976187733f6c00f4d6b86a949a28a2ac80 100644 (file)
@@ -94,7 +94,41 @@ namespace System.Security.Principal {
                BuiltinPerformanceLoggingUsersSid,
                BuiltinAuthorizationAccessSid,
                WinBuiltinTerminalServerLicenseServersSid,
-               MaxDefined = WinBuiltinTerminalServerLicenseServersSid
+               MaxDefined = WinBuiltinTerminalServerLicenseServersSid,
+               WinBuiltinDCOMUsersSid,
+               WinBuiltinIUsersSid,
+               WinIUserSid,
+               WinBuiltinCryptoOperatorsSid,
+               WinUntrustedLabelSid,
+               WinLowLabelSid,
+               WinMediumLabelSid,
+               WinHighLabelSid,
+               WinSystemLabelSid,
+               WinWriteRestrictedCodeSid,
+               WinCreatorOwnerRightsSid,
+               WinCacheablePrincipalsGroupSid,
+               WinNonCacheablePrincipalsGroupSid,
+               WinEnterpriseReadonlyControllersSid,
+               WinAccountReadonlyControllersSid,
+               WinBuiltinEventLogReadersGroup,
+               WinNewEnterpriseReadonlyControllersSid,
+               WinBuiltinCertSvcDComAccessGroup,
+               WinMediumPlusLabelSid,
+               WinLocalLogonSid,
+               WinConsoleLogonSid,
+               WinThisOrganizationCertificateSid,
+               WinApplicationPackageAuthoritySid,
+               WinBuiltinAnyPackageSid,
+               WinCapabilityInternetClientSid,
+               WinCapabilityInternetClientServerSid,
+               WinCapabilityPrivateNetworkClientServerSid,
+               WinCapabilityPicturesLibrarySid,
+               WinCapabilityVideosLibrarySid,
+               WinCapabilityMusicLibrarySid,
+               WinCapabilityDocumentsLibrarySid,
+               WinCapabilitySharedUserCertificatesSid,
+               WinCapabilityEnterpriseAuthenticationSid,
+               WinCapabilityRemovableStorageSid
        }
 }