You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest release of Visual Studio, the dnt switch-to-projects command does not function as expected. When attempting to switch between projects using this command, the operation fails or behaves unexpectedly, which disrupts the development workflow for users relying on .NET tools (DNT) for project management.
Steps to reproduce:
Open a solution in the latest Visual Studio version.
Run the dnt switch-to-projects command in the terminal.
Observe the error or failure to switch projects.
Expected behaviour: The command should seamlessly switch to the specified project without errors, as it did in previous versions (17.8.6).
If we used VS version 17.11.6 then got this error but used VS version 17.8.6 then it does not have an issue.
Below is the screenshot of the error when switching to the project
The text was updated successfully, but these errors were encountered:
In the latest release of Visual Studio, the dnt switch-to-projects command does not function as expected. When attempting to switch between projects using this command, the operation fails or behaves unexpectedly, which disrupts the development workflow for users relying on .NET tools (DNT) for project management.
Steps to reproduce:
Open a solution in the latest Visual Studio version.
Run the dnt switch-to-projects command in the terminal.
Observe the error or failure to switch projects.
Expected behaviour: The command should seamlessly switch to the specified project without errors, as it did in previous versions (17.8.6).
If we used VS version 17.11.6 then got this error but used VS version 17.8.6 then it does not have an issue.
Below is the screenshot of the error when switching to the project
The text was updated successfully, but these errors were encountered: