chore(deps): update dependency markdig.signed to 0.39.0
[ArchiSteamFarm.git] / ArchiSteamFarm / TrimmerRoots.xml
bloba3b7778b8c47ca62a04bfe6a05bb45a4f8526bd4
1 <linker>
2         <!-- This is needed for ASF API controllers that use HttpContext -->
3         <assembly fullname="Microsoft.AspNetCore.Mvc.Core">
4                 <type fullname="Microsoft.AspNetCore.Mvc.ControllerBase">
5                         <property name="ControllerContext" />
6                 </type>
7         </assembly>
9         <!-- This is needed for ASF (JSON deserialization) -->
10         <assembly fullname="System.Collections.Immutable">
11                 <type fullname="System.Collections.Immutable.ImmutableDictionary" />
12                 <type fullname="System.Collections.Immutable.ImmutableHashSet" />
13                 <type fullname="System.Collections.Immutable.ImmutableList" />
14         </assembly>
16         <!-- This is needed for basic plugins usage, the attribute is trimmed otherwise -->
17         <assembly fullname="System.Composition.AttributedModel">
18                 <type fullname="System.Composition.ExportAttribute" />
19         </assembly>
21         <!-- Entries below are needed for our official plugins -->
22         <assembly fullname="System.Linq">
23                 <type fullname="System.Linq.Enumerable">
24                         <method name="MaxBy" />
25                 </type>
26         </assembly>
28         <assembly fullname="System.Runtime">
29                 <type fullname="System.Random">
30                         <method name="Next" />
31                 </type>
32         </assembly>
34         <assembly fullname="System.Threading">
35                 <type fullname="System.Threading.SemaphoreSlim">
36                         <property name="CurrentCount" />
37                 </type>
38         </assembly>
39 </linker>