How big is the risk when testing a .net 3.5 Assembly using a .net 4.0 test assembly

时光毁灭记忆、已成空白 提交于 2019-12-06 13:17:35

This should give you what you need:

In-Process Side-by-Side Execution

I don't have an answer to this, so we've decided to side-step the issue by reverting our test projects to dotnet 3.5. This means that tests run under the CLR 2.0. However, we still use MSTest from VS2010, and are still able to use nifty 2010 features such as test categories and data driven tests.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!