Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Eazfuscator.NET 来混淆我的项目。
我筛选了 Eazfuscator 的文档(可能不够深入),想知道如何从混淆中排除我项目的特定 .cs 文件。
在更深入地阅读文档后,我找到了答案,哈哈:
如果其他人正在研究它,这里供将来参考:
[System.Reflection.ObfuscationAttribute(Feature = "renaming", ApplyToMembers = true)]
^这仅用于禁用类及其成员重命名。