Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2019-07-11 00:58:20 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-07-11 00:58:20 +0300
commitd87ade142bcf385655475640c45a52c038c53f78 (patch)
tree876ae0935400584d93a98ff861bd2d853607d01b
parent70a48c6c5c340dee88cac8fb049ebc98d15ce6e1 (diff)
Apply changes from https://github.com/mono/mono/pull/15652 to API snapshot
-rw-r--r--profiles/monodroid/System.cs2
-rw-r--r--profiles/monotouch/System.cs2
-rw-r--r--profiles/net_4_x/System.cs2
3 files changed, 6 insertions, 0 deletions
diff --git a/profiles/monodroid/System.cs b/profiles/monodroid/System.cs
index 40bcb69..37208de 100644
--- a/profiles/monodroid/System.cs
+++ b/profiles/monodroid/System.cs
@@ -28,6 +28,8 @@
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.Queue<>))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.Stack<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.Enumeration.FileSystemName))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.Cryptography.CryptographicOperations))]
namespace Microsoft.Win32.SafeHandles
{
[System.Security.SuppressUnmanagedCodeSecurityAttribute]
diff --git a/profiles/monotouch/System.cs b/profiles/monotouch/System.cs
index 3ac2ec8..593c0f8 100644
--- a/profiles/monotouch/System.cs
+++ b/profiles/monotouch/System.cs
@@ -31,6 +31,8 @@
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.Queue<>))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.Stack<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.Enumeration.FileSystemName))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.Cryptography.CryptographicOperations))]
namespace Microsoft.Win32.SafeHandles
{
[System.Security.SuppressUnmanagedCodeSecurityAttribute]
diff --git a/profiles/net_4_x/System.cs b/profiles/net_4_x/System.cs
index 851419e..0613b72 100644
--- a/profiles/net_4_x/System.cs
+++ b/profiles/net_4_x/System.cs
@@ -28,6 +28,8 @@
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.Queue<>))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Generic.Stack<>))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.Enumeration.FileSystemName))]
+[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.Cryptography.CryptographicOperations))]
namespace Microsoft.CSharp
{
public partial class CSharpCodeProvider : System.CodeDom.Compiler.CodeDomProvider