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.
根据文档,可以跳过整个命名空间:
<Module file="$(InPath)\AssemblyX.exe"> <!-- skip a namespace --> <SkipNamespace name="Company.PublicBits" />
Company.PublicBits 下的所有子类型(类)也将被跳过。但我正在寻找一种方法,不仅不混淆命名空间本身,而且仍然混淆它的所有子类型。是否可以通过配置完成?