load_solution
Load a .sln/.slnx solution at runtime and make it the active solution. If the solution is already loaded, it simply activates it (~instant). New solutions take ~3 seconds to load and compile. Use this to dynamically switch between codebases without restarting the server.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
path | string | ✓ | Full path to the .sln or .slnx file to load |