RustDedicated/System.Text.Json/ILLink.Substitutions.xml
2025-05-25 05:29:54 +09:30

14 lines
No EOL
814 B
XML

<linker>
<assembly fullname="System.Text.Json">
<type fullname="System.Text.Json.JsonSerializer">
<method signature="System.Boolean get_IsReflectionEnabledByDefault()" body="stub" value="false" feature="System.Text.Json.JsonSerializer.IsReflectionEnabledByDefault" featurevalue="false" />
</type>
</assembly>
<assembly fullname="System.Text.Json" feature="System.Resources.UseSystemResourceKeys" featurevalue="true">
<!-- System.Resources.UseSystemResourceKeys removes resource strings and instead uses the resource key as the exception message -->
<resource name="FxResources.System.Text.Json.SR.resources" action="remove" />
<type fullname="System.SR">
<method signature="System.Boolean UsingResourceKeys()" body="stub" value="true" />
</type>
</assembly>
</linker>