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

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube