Hello,
Our project has several embedded resources in it that are named using . convention. They are loaded at runtime via Assembly.GetManifestResourceStream(), passing it typeof().Namespace+, where resides under . The problem is that gets obfuscated, but the namespace name in the resource name does not get renamed to the newly-obfuscated namespace name. How can I work around this issue?
Thanks,
Pavel.