Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is TFS available in Visual Studio for Mac

I haven’t find TFS in Visual Studio for mac, Is any alternative tools available for that.

like image 842
Shashikant Yadav Avatar asked May 16 '18 07:05

Shashikant Yadav


People also ask

How do I access TFS in Visual Studio?

From the Visual Studio Tools menu, select Options, then select Source Control > Plug-in Selection. Select Visual Studio Team Foundation Server. For Visual Studio Team Foundation Server, enter the name and port number for the Azure DevOps Proxy Server. Select Use SSL encryption (https) to connect.

Will Visual Studio work on a Mac?

Visual Studio 2022 for Mac brings a new, fully native macOS UI built on .NET 7, plus native support for the Apple M1 chip. It all adds up to faster, more fluid daily coding time for you.

Is TFS free with Visual Studio?

TFS will provide us with 5 user free of charge, which means we can have up to 5 free user at the same time. If you delete one of them and replace him with someone else, that number will still be identified as 5. If you need to get 6 or more, you need to make a purchase.

What is the difference between TFS and Visual Studio?

TFS supports agile development practices, multiple IDEs and platforms locally or in the cloud and gives you the tools you need to effectively manage software development projects throughout the IT lifecycle. Visual Studio Professional Edition provides an IDE for all supported development languages.


2 Answers

TFS is a rather broad term and describes a whole suite of solutions. I’m assuming that you mean the version control section for my answer.

There is no support for TFVC, which is the older versioning control system that used to be default in TFS.

Since some time now, TFS and VSTS (basically the cloud hosted version of TFS) have switched to Git. Git is supported from Visual Studio for Mac as well as a lot of other tools of course.

If you still want to use TFVC, I have only found one option which isn't pretty. I installed Eclipse (the IDE for Java) which has a plugin for the TFVC version control. It looks and works pretty similar to how it looks in Visual Studio for Windows. It has some quirks and I would be surprised if it is still actively maintained, so use with caution and if you have the possibility look into switching to Git.

Edit though they seem to be working on it! If you check out the linked blog post you will see that support is in the works and I think there is a preview you can download today.

like image 65
Gerald Versluis Avatar answered Oct 01 '22 11:10

Gerald Versluis


For Visual Studio Mac, TFS is supported for now. There has been a uservocie, you can vote up and monitor it.

TFS Version Control

https://visualstudio.uservoice.com/forums/563332-visual-studio-for-mac/suggestions/17136163-tfs-version-control

However, this is only a preview feature as you can see the comment from PM:

I’m happy to say that our first preview of this feature is now available – check out the announcement blog post.

https://blogs.msdn.microsoft.com/visualstudio/2018/05/07/visual-studio-for-mac-version-7-5-and-beyond/

I’ll continue to share out updates here as we make updates to the preview.

Jordan Program Manager, Visual Studio for Mac

According to the comment below the blog post, it seems not stable for now. If you want a more stably solution of using TFS source control on Mac, you could try to use Visual Studio Code, which is more of a fast, lightweight code editor.

With the help of Visual Studio Team Services extension on Visual Studio Code, it allows you to connect to Team Services and Team Foundation Server and provides support for both Team Foundation Version Control (TFVC) and GIT. More details can be found at Connect VS code with TFS on mac

like image 41
PatrickLu-MSFT Avatar answered Oct 01 '22 13:10

PatrickLu-MSFT