roslyn:load_solution
Load a .NET solution file to enable compiler-accurate code analysis tools. Required before using other analysis features in the system.
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 |