Skip to content

Commit d58ae78

Browse files
authored
Update Microsoft.AspNetCore.Components.Web.rd.xml
1 parent 4acdd6d commit d58ae78

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

samples/BlazorHybrid/Microsoft.AspNetCore.Components.Web.rd.xml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8" ?>
22
<Directives>
33
<Application>
44
<Assembly Name="System.Text.Json">
@@ -10,5 +10,25 @@
1010
<Assembly Name="Microsoft.JSInterop">
1111
<Type Name="Microsoft.JSInterop.Infrastructure.TaskGenericsUtil+TaskResultGetter`1[[System.Threading.Tasks.VoidTaskResult,System.Private.CoreLib]]" Dynamic="Required All" />
1212
</Assembly>
13+
<Assembly Name="System.Private.CoreLib">
14+
<Type Name="System.Action`2[[Microsoft.AspNetCore.Components.Routing.Router,Microsoft.AspNetCore.Components],[Microsoft.AspNetCore.Components.EventCallback`1[[Microsoft.AspNetCore.Components.Routing.NavigationContext,Microsoft.AspNetCore.Components]],Microsoft.AspNetCore.Components]]" Dynamic="Required All" />
15+
<Type Name="System.Action`2[[Microsoft.AspNetCore.Components.Routing.NavLink,Microsoft.AspNetCore.Components.Web],[Microsoft.AspNetCore.Components.Routing.NavLinkMatch,Microsoft.AspNetCore.Components.Web]]" Dynamic="Required All" />
16+
</Assembly>
17+
<Assembly Name="Microsoft.AspNetCore.Components">
18+
<Type Name="Microsoft.AspNetCore.Components.Reflection.PropertySetter">
19+
<Method Name="CallPropertySetter" Dynamic="Required All">
20+
<GenericArgument Name="Microsoft.AspNetCore.Components.Routing.Router" />
21+
<GenericArgument Name="Microsoft.AspNetCore.Components.EventCallback`1[Microsoft.AspNetCore.Components.Routing.NavigationContext]" />
22+
</Method>
23+
<Method Name="CallPropertySetter" Dynamic="Required All">
24+
<GenericArgument Name="Microsoft.AspNetCore.Components.Routing.Router" />
25+
<GenericArgument Name="System.Boolean,System.Private.CoreLib" />
26+
</Method>
27+
<Method Name="CallPropertySetter" Dynamic="Required All">
28+
<GenericArgument Name="Microsoft.AspNetCore.Components.Routing.NavLink,Microsoft.AspNetCore.Components.Web" />
29+
<GenericArgument Name="Microsoft.AspNetCore.Components.Routing.NavLinkMatch,Microsoft.AspNetCore.Components.Web" />
30+
</Method>
31+
</Type>
32+
</Assembly>
1333
</Application>
1434
</Directives>

0 commit comments

Comments
 (0)