News

Visual Studio Online Update Adds Pull Requests

The feature, which is for code stored in Git, will eventually be added to local copies of Visual Studio.

The latest release of Visual Studio Online is out, and the big new feature is pull requests for Git code repositories.

Microsoft Technical Fellow Brian Harry announced the news on his blog. Pull requests act like Team Foundation Version Control, allowing a developer to make changes in a private branch of code and have those changes merged into another branch. "That workflow enables a code review experience with back and forth discussions of the changes, refinements if the changes need updates, etc.," Harry wrote.

The feature is "so fundamental" to Git, Harry said, that it's being made available to anyone with a Visual Studio Online license, including the free Basic version. He added that the functionality will be added to the on-premises version of Team Foundation Server (TFS) in the future.

Developers will find the new feature under the Code tab for any project utilizing Git. It's called "Pull Requests", and is activated by selecting "New Pull Request."

Visual Studio Online reached general availability last April. It's Microsoft's cloud-enabled version of TFS. The free, Basic version allows up to five developers to collaborate.

About the Author

Keith Ward is the editor in chief of Virtualization & Cloud Review. Follow him on Twitter @VirtReviewKeith.

comments powered by Disqus

Featured

  • Cloud-Focused .NET Aspire 9.1 Released

    Along with .NET 10 Preview 1, Microsoft released.NET Aspire 9.1, the latest update to its opinionated, cloud-ready stack for building resilient, observable, and configurable cloud-native applications with .NET.

  • Microsoft Ships First .NET 10 Preview

    Microsoft shipped .NET 10 Preview 1, introducing a raft of improvements and fixes across performance, libraries, and the developer experience.

  • C# Dev Kit Previews .NET Aspire Orchestration

    Microsoft's dev team has been busy updating the C# Dev Kit, a Visual Studio Code extension that enhances the C# development experience by providing tools for managing, debugging, and editing C# projects.

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

Subscribe on YouTube

Upcoming Training Events