Skip to content

Commit 8547097

Browse files
committed
Closes #3508
1 parent a8d9844 commit 8547097

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ArchiSteamFarm/TrimmerRoots.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,24 @@
2323
<type fullname="Microsoft.AspNetCore.Http.TagsAttribute" />
2424
</assembly>
2525

26+
<assembly fullname="System.Collections">
27+
<type fullname="System.Collections.Generic.HashSet`1">
28+
<method name="SetEquals" />
29+
</type>
30+
</assembly>
31+
2632
<assembly fullname="System.Linq">
2733
<type fullname="System.Linq.Enumerable">
2834
<method name="MaxBy" />
2935
</type>
3036
</assembly>
3137

38+
<assembly fullname="System.Linq.AsyncEnumerable">
39+
<type fullname="System.Linq.AsyncEnumerable">
40+
<method name="ToListAsync" />
41+
</type>
42+
</assembly>
43+
3244
<assembly fullname="System.Runtime">
3345
<type fullname="System.Random">
3446
<method name="Next" />

0 commit comments

Comments
 (0)