Friday, September 2, 2016

How can I completely remove TFS Bindings

How can I completely remove TFS Bindings

In Visual Studio, try following:
File -> Source Control -> Advanced -> Change Source Control and then unbind and/or disconnect all projects and the solution.

No comments:

Post a Comment

Open default email app in .NET MAUI

Sample Code:  if (Email.Default.IsComposeSupported) {     string subject = "Hello!";     string body = "Excellent!";    ...