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<NormalizedPath> path)
Parameters
Name | Type | Description |
---|---|---|
path | Config |
A delegate that returns a NormalizedPath with the solution file path. |