[net] The linker does not remove resources from System.Runtime.InteropServices.dll
#14257
Labels
Milestone
System.Runtime.InteropServices.dll
#14257
The
System.Runtime.InteropServices.dll
assembly is now part of every application for itsNFloat
type forwarder.It's linked (code is removed) but the resources files are not removed like other assemblies.
Steps to Reproduce
cd tests/dotnet
make compare
Expected Behavior
Resources from
System.Runtime.InteropServices.dll
are removed.Actual Behavior
System.Runtime.InteropServices.dll
still contains resourcesFxResources.System.Runtime.InteropServices.SR.resources
ILLink.Substitutions.xml
The later resource has instructions to remove the former resource.
Environment
main
The text was updated successfully, but these errors were encountered: