简体   繁体   English

Visual Studio Express 2015是否支持TFS 2010?

[英]does visual studio express 2015 support TFS 2010?

[Update] I understand I can use 2015 side by side with VS 2010, but we've had problems just polluting our environment. [更新] 我知道我可以在VS 2010中同时使用2015,但是我们在污染环境方面遇到了一些问题。 If there is a chance someone has done this, it could save me a lot of time and energy instead of going with an install only to find out it doesn't work. 如果有人可以这样做,它可以为我节省很多时间和精力,而不必进行安装即可发现它不起作用。 It's also unfortunate this isn't documented anywhere. 不幸的是,这在任何地方都没有记录。


So just like the title says. 就像标题说的那样。

To give some more background we're hoping to use VS2015 with our testers to kick start using selenium, but our task/bug management is all on TFS2010. 为了提供更多的背景知识,我们希望将VS2015与测试人员一起使用开始使用硒,但是我们的任务/错误管理全部在TFS2010上。

I don't want to distort the testers' environment, neither can I play with any of our dev machines to try this out physically. 我不想扭曲测试人员的环境,我也不能玩我们的任何开发机器来实际进行测试。 A VM will just not really run on our, not so fast machines. VM不会真正在我们的, 不是那么快的机器上运行。

My google-fu didn't get me to far. 我的Google-fu并没有带我走远。 The VS2015 Express features does mention TFS , but I want to know specifically if it supports TFS 2010 . VS2015 Express功能确实提到了TFS ,但我想特别了解它是否支持TFS 2010 Additionally I found a MSDN page . 另外,我发现了一个MSDN页面 This talks about the various VS and TFS versions but nothing here about VS Express 这里讨论的是VS和TFS的各种版本,但是这里没有关于VS Express的内容。

Related SO posts I found: 我发现的相关SO帖子:

You should be able to run VS2010 and VS2015 side-by-side, but not on the same solution/project files. 您应该能够并行运行VS2010和VS2015,但不能在同一解决方案/项目文件上运行。

Once you open an older project in 2015, a project conversion will happen. 在2015年打开一个较旧的项目后,便会进行项目转换。 If I recall correctly, project compatibiliy started to stabilizer around VS2012, but don't quote me on that, I'd say it is not likely. 如果我没记错的话,项目兼容性在VS2012左右开始趋于稳定,但是不要在此引用我,我说这不太可能。

You will NOT be able to open the same project in both at the same time afaik, so it's a one-time shift that'd meet your needs. 您将无法同时在afaik中同时打开两个项目,因此这是一次可以满足您需要的班次。

As far as task tracking systems go, you could also opt in on VSTS and do a one-time export of your existing bugs/tasks. 就任务跟踪系统而言,您还可以选择加入VSTS并一次性导出现有的错误/任务。 Shouldn't take you more than a day or so to plan and migrate those over. 不应该花费您超过一天左右的时间来计划和迁移这些。

You can open the project with VS2015 but it will be upgraded to a newer state. 您可以使用VS2015打开该项目,但它将升级到新状态。 We recently done this and could not go back using VS2010. 我们最近完成了此操作,无法回退使用VS2010。 Otherwise you can version control and keep both projects, ie the old implementation and the upgraded one. 否则,您可以进行版本控制并保留两个项目,即旧的实现和升级的实现。 You could try with VS2015 Community Edition. 您可以尝试使用VS2015社区版。

You sure can run both versions side by side, but not on the same project. 您确定可以同时运行两个版本,但不能在同一项目上运行。 Also, the Microsoft Test Manager that comes with Visal Studio 2015 will not connect to TFS 2010. It tells you that it needs an older version of MTM. 此外,Visal Studio 2015附带的Microsoft测试管理器将无法连接到TFS2010。它告诉您它需要较旧版本的MTM。 I am still working out the kinks on our systems. 我仍在研究我们系统上的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM