We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d9844 commit 8547097Copy full SHA for 8547097
ArchiSteamFarm/TrimmerRoots.xml
@@ -23,12 +23,24 @@
23
<type fullname="Microsoft.AspNetCore.Http.TagsAttribute" />
24
</assembly>
25
26
+ <assembly fullname="System.Collections">
27
+ <type fullname="System.Collections.Generic.HashSet`1">
28
+ <method name="SetEquals" />
29
+ </type>
30
+ </assembly>
31
+
32
<assembly fullname="System.Linq">
33
<type fullname="System.Linq.Enumerable">
34
<method name="MaxBy" />
35
</type>
36
37
38
+ <assembly fullname="System.Linq.AsyncEnumerable">
39
+ <type fullname="System.Linq.AsyncEnumerable">
40
+ <method name="ToListAsync" />
41
42
43
44
<assembly fullname="System.Runtime">
45
<type fullname="System.Random">
46
<method name="Next" />
0 commit comments