set_active_solution
Switch the active solution by partial or full name, so subsequent code queries target that project. Returns the full path of the newly selected solution.
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 |