-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathMicrosoft.AspNetCore.rd.xml
More file actions
32 lines (32 loc) · 1.55 KB
/
Microsoft.AspNetCore.rd.xml
File metadata and controls
32 lines (32 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8" ?>
<Directives>
<!--
This file is part of RdXmlLibrary project.
Visit https://github.com/kant2002/rdxmllibrary for latest version.
If you have modifications specific to this Nuget package,
please contribute back.
-->
<Application>
<Assembly Name="System.Text.Json">
<Type Name="System.Text.Json.Serialization.Converters.DictionaryOfTKeyTValueConverter`3[[System.Collections.Generic.Dictionary`2[[System.String,System.Private.CoreLib],[System.Object,System.Private.CoreLib]],System.Private.CoreLib],[System.String,System.Private.CoreLib],[System.Object,System.Private.CoreLib]]" Dynamic="Required All" />
</Assembly>
<Assembly Name="Microsoft.AspNetCore.Mvc.Razor">
<Type Name="Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFactory" Dynamic="Required All" />
</Assembly>
<Assembly Name="Microsoft.AspNetCore.Mvc.Core" Dynamic="Required All">
<Type Name="Microsoft.Extensions.Internal.PropertyHelper">
<!--
This is for ErrorModel class.
-->
<Method Name="CallNullSafePropertyGetter" Dynamic="Required">
<GenericArgument Name="System.Object, System.Private.CoreLib" />
<GenericArgument Name="System.Boolean, System.Private.CoreLib" />
</Method>
<Method Name="CallPropertySetter" Dynamic="Required">
<GenericArgument Name="Microsoft.AspNetCore.Mvc.Razor.RazorPageBase, Microsoft.AspNetCore.Mvc.Razor" />
<GenericArgument Name="System.Boolean, System.Private.CoreLib" />
</Method>
</Type>
</Assembly>
</Application>
</Directives>