Closed TonyValenti closed 11 months ago
iirc, I don't think there is such an option for that
IIRC if you internalize types, it'l only merged the types which as used:
e.g. ILRepack A.dll B.dll /intern
will only expose A types and include B types used by A.
Duplicate of #309
If I use IL Repack, is there an option to only include types that are used instead of the whole assembly?