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

DynamicDependencyFromAttributeXml.netcore.Attributes.xml « DynamicDependencies « Mono.Linker.Tests.Cases « test - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6ac287042c73f1b4dde57eb62738417a71f3b809 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8" ?>
<linker xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../src/ILLink.Shared/ILLink.LinkAttributes.xsd">
  <assembly fullname="test, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
    <type fullname="Mono.Linker.Tests.Cases.DynamicDependencies.DynamicDependencyFromAttributeXml">
      <method name="DependencyToUnusedMethod">
        <attribute fullname="System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute">
          <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>