Internalizing specific assemblies.
bniemyjski
Posts: 4
Hello,
Is it possible to internalize specific assemblies in a project and not others?
Thanks
-Blake
Is it possible to internalize specific assemblies in a project and not others?
Thanks
-Blake
Comments
Are you talking about merging/embedding assemblies into one assembly or referring to the change in accessibility level that happens to methods when SmartAssembly obfuscates or merges them (it marks them with the "internal" access modifier)?
You can choose which assemblies you want to merge or embed, unless the assembly is not detected as a dependency.