dotnet / linker

388 stars 127 forks source link

Allow users to mark their assemblies not-trimmable with <IsTrimmable>false</> #3070

Closed agocke closed 1 year ago

agocke commented 1 year ago

If a customer ships a DLL they know isn't trimmable, this would provide a way for them to mark it as such.

sbomer commented 1 year ago

Related (possibly duplicate): https://github.com/dotnet/linker/issues/2991

agocke commented 1 year ago

Yeah, I think that's the right issue. I'll close this one.