set_active_solution
Switch to a .NET solution by matching a partial name. All subsequent tool operations use this solution, and the full path is returned.
Instructions
Switch the active solution. All subsequent tool calls will operate on the selected solution. Use a partial, case-insensitive name (e.g. 'MyProject' matches 'C:/code/MyProject/MyProject.sln'). Returns the full path of the newly active solution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Partial or full solution name/path to match |