Reads the solution file at the specified path. This allows you to specify a different solution file depending on the input.
- Namespace
- Statiq
.CodeAnalysis - Containing Type
- ReadSolution
Syntax
public ReadSolution(Config<string> path)
Parameters
Name | Type | Description |
---|---|---|
path | Config |
A delegate that returns a path with the solution file path. |