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" />
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" />
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" />
21 <!-- Entries below are needed for our official plugins -->
22 <assembly fullname="System.Linq">
23 <type fullname="System.Linq.Enumerable">
24 <method name="MaxBy" />
28 <assembly fullname="System.Runtime">
29 <type fullname="System.Random">
30 <method name="Next" />
34 <assembly fullname="System.Threading">
35 <type fullname="System.Threading.SemaphoreSlim">
36 <property name="CurrentCount" />