• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

在.NET 3.5项目运行Pex

用户头像
it1352
帮助1

问题说明

我目前正在尝试将Pex和Moles与以.NET 3.5编写的SharePoint 2010解决方案一起使用. 当添加测试项目时(通过使用Pex->创建参数化测试),一切似乎都正常. 但是,当我尝试编译时,最终会出现大量错误(缺少名称空间等)和有关无法解析引用程序集的警告(例如System.Web,在.NET 4下不再是单个DLL)

I'm currently trying to use Pex and Moles with a SharePoint 2010 solution that's written in .NET 3.5. When adding a test project (by using Pex -> Create parameterized tests) everything seems to work OK. However, when I try to compile I end up with a massive list of errors (missing namespaces and such) and warnings regarding referenced assemblies not being able to be resolved (such as System.Web which under .NET 4 is no single DLL anymore).

据我所知,这是由于被测试的项目是.NET 3.5,而Pex测试的项目是.NET 4.0,但是是否有可能使这种组合有效?

This is due to the projects under test is .NET 3.5 and the Pex test project is .NET 4.0 as far as I understand it, but is it possible to make this combination work at all?

正确答案

#1

答案在这里:

"By default, assemblies that you compile with the .NET Framework version 4 have level 2 transparency, although you can explicitly make them level 1 instead.Assemblies that were compiled with earlier versions of the .NET Framework have level 1 transparency"

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhcfhikg
系列文章
更多 icon
同类精品
更多 icon
继续加载