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.
我在 MSDN 上找不到任何关于此的明确声明,有一些带有强名称的例子,其他的没有,对我来说,它似乎即使没有也应该工作,但它不起作用。
谢谢
该文档非常明确:
当前程序集和友元程序集都必须是未签名的,或者都必须使用强名称进行签名。如果它们使用强名称签名,则InternalsVisibleToAttribute 构造函数的参数必须包括完整的公钥以及程序集的名称。
InternalsVisibleToAttribute
有关完整公钥含义的示例,请参见此答案。