You've already forked linux-packaging-mono
Imported Upstream version 5.8.0.88
Former-commit-id: 4b7216ffda08448e562271ce733688e761120fc5
This commit is contained in:
parent
7d05485754
commit
6123a772ed
@@ -745,6 +745,11 @@
|
||||
<!-- domain.c: mono_defaults.transparent_proxy_class / removed with DISABLE_REMOTING -->
|
||||
<type fullname="System.Runtime.Remoting.Proxies.TransparentProxy" feature="remoting" />
|
||||
|
||||
<!-- object.c: mono_object_new_specific_checked -->
|
||||
<type fullname="System.Runtime.Remoting.Activation.ActivationServices" >
|
||||
<method name="CreateProxyForType"/>
|
||||
</type>
|
||||
|
||||
<!-- exception.c (mono_get_exception_serialization) -->
|
||||
<type fullname="System.Runtime.Serialization.SerializationException">
|
||||
<!-- mono_exception_from_name_msg -->
|
||||
|
||||
9
mcs/class/corlib/LinkerDescriptor/mscorlib_test.xml
Normal file
9
mcs/class/corlib/LinkerDescriptor/mscorlib_test.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<linker>
|
||||
<assembly fullname="mscorlib">
|
||||
<!-- Internal interface, needed by System.Security.Permission tests -->
|
||||
<type fullname="System.Security.Permissions.UIPermission">
|
||||
<method name="System.Security.Permissions.IBuiltInPermission.GetTokenIndex"/>
|
||||
</type>
|
||||
</assembly>
|
||||
</linker>
|
||||
Reference in New Issue
Block a user