Skip to content

Commit

Permalink
Fix trimmed HttpContext in ASF API
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Nov 18, 2024
1 parent b1b04b3 commit 8aa0170
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ArchiSteamFarm/TrimmerRoots.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<linker>
<!-- This is needed for ASF API controllers that use HttpContext -->
<assembly fullname="Microsoft.AspNetCore.Mvc.Core">
<type fullname="Microsoft.AspNetCore.Mvc.ControllerBase">
<property name="ControllerContext" />
</type>
</assembly>

<!-- This is needed for ASF (JSON deserialization) -->
<assembly fullname="System.Collections.Immutable">
<type fullname="System.Collections.Immutable.ImmutableDictionary" />
Expand Down

0 comments on commit 8aa0170

Please sign in to comment.