roslyn:load_solution
Load a .NET solution to enable all other analysis tools. Returns counts of projects and documents, plus load time.
Instructions
Load a .NET solution for analysis. MUST be called before using any other analysis tools. Returns: projectCount, documentCount, and load time. Use health_check to verify current state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| solutionPath | Yes | Absolute path to .sln or .slnx file |