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.
我试图模拟一个界面,我得到了下一个期望:
System.TypeLoadException:System.TypeLoadException:方法实现中的主体签名和声明不匹配
后来我发现我的问题是我在界面中定义的一个函数:
IList<T> GetAll<T>() where T : class, new();
请你能告诉我如何定义类以便它可以与 nmock2 一起使用吗?提前致谢
问题是我的 nmock2 版本,我有 2 个,当我用 1.x 替换它时它起作用了。