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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2021-03-30 15:11:02 +0300
committerGitHub <noreply@github.com>2021-03-30 15:11:02 +0300
commitbe4aa1e22006c294f6736e2479f506d2a5d6dafa (patch)
tree9898cb7e6dae06e42bb39657de4d5b6c10f08b65 /test/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyFromAttributeXml.netcore.Attributes.xml
parent26d9440e6683b44c4db5f45b25e9c857a6563bb8 (diff)
Improve external custom attribute annotations support (#1923)
Diffstat (limited to 'test/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyFromAttributeXml.netcore.Attributes.xml')
-rw-r--r--test/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyFromAttributeXml.netcore.Attributes.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyFromAttributeXml.netcore.Attributes.xml b/test/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyFromAttributeXml.netcore.Attributes.xml
index 3d7f8cce5..e6624a8d3 100644
--- a/test/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyFromAttributeXml.netcore.Attributes.xml
+++ b/test/Mono.Linker.Tests.Cases/DynamicDependencies/DynamicDependencyFromAttributeXml.netcore.Attributes.xml
@@ -7,6 +7,12 @@
<argument>UnusedMethod</argument>
</attribute>
</method>
+ <method name="DependencyToUnusedType">
+ <attribute fullname="System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute">
+ <argument type="System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes">All</argument>
+ <argument type="System.Type">Mono.Linker.Tests.Cases.DynamicDependencies.DynamicDependencyFromAttributeXml/NonUsedType, test</argument>
+ </attribute>
+ </method>
</type>
</assembly>
</linker> \ No newline at end of file