LoadFromFile(string,string?)
Last updated
Was this helpful?
Method in Project
Loads and parses a Project from a file on disk.
public static Project LoadFromFile(string path, string? workspaceRoot = null)string path
The path to the file to load.
string workspaceRoot
The path of the root of the workspace in which file is located.
The loaded Project .
Last updated
Was this helpful?
Was this helpful?
