Visual Studio Blog:
released July 25th, 2024
Summary of What's New in this Release
- Signing into Visual Studio with a GitHub account while running Visual Studio is now a supported scenario. Running Visual Studio as a different user happens when the username associated with the Visual Studio process does not exactly match the username logged into the Windows OS. For users running VS in these conditions, credentials will be persisted for the Windows session, and users will need to re-add their GitHub accounts to Visual Studio whenever Windows is restarted.
- Restore NuGet Central Package Management's previous behavior of requiring a user to opt-in to the feature by setting ManagePackageVersionsCentrally to true.
- Fixed a hang caused by Copilot generated documentation in C++ quick info.
- The "C# Interactive" command is available on the "Other Windows" Menu Controller when parented to the Standard Toolbar.
- "The source control provider associated with this solution could not be found." dialog will no longer be shown when loading solutions or projects with the SccProjectName property set.
- Azure Attach to App Service supports attaching to Azure Service Environments with Internal Load Balancers, e.g. sites ending with .appserviceenvironment.net.
Developer Community
- Failed to handle NuGet Packages like in 17.9.7 (NU1008)
- VS2022 17.10.1 throws an error in Azure DevOps pipelines (self hosted)
- 'LINK : error LNK2034: metadata inconsistent with COFF symbol table' when building a C++/CLI program referencing a native function, using VS 17.9.1
- After upgrading to 17.10.0, the input will be slow when the code is relatively long
- Error squiggles and navigation broken for projects on network share
- C# Interactive toolbar menu is missing after reopen VS
- File > Recent Project no longer offers to remove non-existing item
- 17.10.0 Preview 2.0 - The source control provider associated with this solution could not be found
Source:
Visual Studio 2022 Release Notes
Learn about the latest features, bug fixes, and support for Visual Studio 2022. Download today.
learn.microsoft.com