Hello.
There's a way to disable code trimming for certain assemblies?
I just want to AOT-Compile my application, but trim only CLR assemblies and not the principal assembly. My code does use a lot of dynamic code, so it would be trimmed on an AOT-compilation.
Thank you.