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: 3d7f8cce5b5c487de587bef400b8798d669098a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8" ?>
<linker>
  <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>
    </type>
  </assembly>
</linker>