.NET Reactor是否支持保护MEF(System.Addin)应用程序?
我尝试使用 .NET Reactor 和一个简单的托管扩展框架 (MEF) 应用程序。 主机无法加载适配器和插件。
.NET Reactor 没有论坛支持,因此 stackoverlow 似乎是提出这个问题的最佳地点。 :)
I tried .NET Reactor with a simple Managed Extensibility Framework (MEF) application. The host couldn't load adpators and addins.
There is no forum support from .NET Reactor, so stackoverlow seems the best place to ask this question. :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
鉴于您问题的特殊性,您应该考虑直接联系 Eziriz,但是只要您不混淆导出类型的元数据,一切都应该可以正常工作。 请注意,一旦您混淆了其他地方使用的公共类型的元数据,事情很可能会崩溃。
Given the specificity of your issue you should consider contacting Eziriz directly, however as long as you don't obfuscate the metadata of the types exported everything should work fine. Mind that as soon as you'll obfuscate the metadata of a public type used elsewhere things will most likely break.