为什么打开解决方案总是导致检出单元测试项目文件?
我使用 VS2010 和 .net 4.0 中的解决方案。大多数解决方案都包含单元测试项目。该解决方案受源代码控制(TFS 2010)。
但每次我打开解决方案时,VS2010都会检查测试项目文件(.csproj)和相应的.csproj.vspscc文件。当我将签出的文件与源代码控制 (TFS) 下的文件进行比较时,文件是相同的。
有谁知道这个问题的解决方案?
I use VS2010 with solutions in .net 4.0. Most of the solutions have unit test projects in them. The solutions are under source control (TFS 2010).
But every time I open a solution, VS2010 checked out the test project file (.csproj) and the corresponding .csproj.vspscc file. When i compare the checked out files with the ones under source control (TFS), the files are the same.
Does anyone know a solution to this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现我的VS2010有什么问题。我安装了“解决方案负载管理器”扩展(版本 0.2.1)。
禁用此扩展后,在获取最新版本期间不再签出项目。
I found out what the problem was with my VS2010. I installed the 'Solution Load Manager' extension (version 0.2.1).
After disabling this extension, the projects where not checked out anymore during a get latest version.