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
Currently, the uno-check tool does not verify if the .NET Debugging with WSL component is installed in Visual Studio.
This component is essential for debugging .NET applications on Windows Subsystem for Linux (WSL).
We need to include a check for this during the validation process in uno-check.
Steps to reproduce:
Install Visual Studio without selecting ".NET Debugging with WSL." component.
Run uno-check.
Notice that the tool does not flag the missing component.
Expected behavior:
uno-check should detect if the ".NET Debugging with WSL" component is missing and provide a recommendation to install it.
The text was updated successfully, but these errors were encountered:
Currently, the uno-check tool does not verify if the .NET Debugging with WSL component is installed in Visual Studio.
This component is essential for debugging .NET applications on Windows Subsystem for Linux (WSL).
We need to include a check for this during the validation process in uno-check.
Steps to reproduce:
Expected behavior:
uno-check should detect if the ".NET Debugging with WSL" component is missing and provide a recommendation to install it.
The text was updated successfully, but these errors were encountered: