roslyn:load_solution
Loads a .NET solution for analysis. Must be called before other tools; returns project count, document count, and 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 |