Closed
Description
The System.Runtime.InteropServices.dll
assembly is now part of every application for its NFloat
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 resources
FxResources.System.Runtime.InteropServices.SR.resources
ILLink.Substitutions.xml
The later resource has instructions to remove the former resource.
Environment
main