【发布时间】:2018-01-13 13:32:28
【问题描述】:
我正在使用 Xamarin.Forms 创建一个 Android 应用程序,并使用 ConfuserEx 进行混淆。我想使用像 example 这样的声明性混淆,所以我可以更改每个类的混淆属性。
但是,Xamarin.Forms 中的 System.Reflection 命名空间无法识别 System.Reflection.ObfuscationAttribute 类。我需要使用另一个 NuGet 包还是遗漏了什么?
否则,有没有办法以不同的方式在不同的类中包含或排除混淆特征?
【问题讨论】:
标签: xamarin xamarin.android xamarin.forms obfuscation confuserex