[bcl] Add missing APIs for netstandard parity and expose a few APIs on mobile
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 23 Sep 2016 15:01:44 +0000 (17:01 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 23 Sep 2016 15:50:06 +0000 (17:50 +0200)
commit112631f5c6926eb00544cd39f6be7a98983503b8
treedb9dc651ba8c19b71c6f6abc890639eaf4848ed8
parentfa986f1e3669884968c258733d8a4da2a7895897
[bcl] Add missing APIs for netstandard parity and expose a few APIs on mobile

This ensures we're compliant with the upcoming netstandard2.0 API surface area.
40 files changed:
mcs/class/System.Runtime.Serialization/ReferenceSources/SchemaExporter_mobile.cs
mcs/class/System.Runtime.Serialization/ReferenceSources/XsdDataContractExporter_mobile.cs [new file with mode: 0644]
mcs/class/System.Runtime.Serialization/mobile_System.Runtime.Serialization.dll.sources
mcs/class/System.XML/System.Xml.Serialization/XmlSerializationReader.cs
mcs/class/System.XML/System.Xml.Serialization/XmlSerializer.cs
mcs/class/System.XML/System.Xml.Serialization/XmlSerializerFactory.cs
mcs/class/System.XML/System.Xml.Xsl/XslCompiledTransform_Mobile.cs
mcs/class/System/System.IO/FileSystemWatcher_mobile.cs
mcs/class/System/System.Net.Mail/MailMessage.cs
mcs/class/System/System.Net.Security/NegotiateStream.cs
mcs/class/System/System.Net.Sockets/Socket.cs
mcs/class/System/System.Net.Sockets/SocketAsyncEventArgs.cs
mcs/class/System/System.Net.Sockets/TcpListener.cs
mcs/class/System/System.Net.Sockets/UdpClient.cs
mcs/class/System/System.Net/AuthenticationManager.cs
mcs/class/System/System.Net/HttpListener.cs
mcs/class/System/System.Net/HttpListenerContext.cs
mcs/class/System/System.Net/HttpListenerTimeoutManager.cs
mcs/class/System/System.Net/HttpWebRequest.cs
mcs/class/System/System.Net/HttpWebResponse.cs
mcs/class/System/System.Net/ServicePointManager.cs
mcs/class/System/System.Security.Authentication.ExtendedProtection/ServiceNameCollection.cs [deleted file]
mcs/class/System/System.Security.Cryptography.X509Certificates/X509Certificate2.cs
mcs/class/System/System.dll.sources
mcs/class/System/mobile_System.dll.sources
mcs/class/corlib/System.Diagnostics.Tracing/EventSourceException.cs [deleted file]
mcs/class/corlib/System.IO/File.cs
mcs/class/corlib/System.IO/FileStream.cs
mcs/class/corlib/System.Reflection/Assembly.cs
mcs/class/corlib/System.Runtime/GCLatencyMode.cs
mcs/class/corlib/System.Threading/Thread.cs
mcs/class/corlib/System/Environment.cs
mcs/class/corlib/corlib.dll.sources
mcs/class/corlib/net_4_x_corlib.dll.sources
mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/DebugInfoGenerator.cs
mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/XmlSerializableServices.cs
mcs/class/referencesource/System/regex/system/text/regularexpressions/Regex.cs
mcs/class/referencesource/mscorlib/system/io/fileinfo.cs
mcs/class/referencesource/mscorlib/system/security/attributes.cs
mcs/class/referencesource/mscorlib/system/threading/threadabortexception.cs