Project.LoadFromFile(string,string?)

Method in Project

Summary

Loads and parses a Project from a file on disk.

public static Project LoadFromFile(string path, string? workspaceRoot = null)

Parameters

NameDescription
string pathThe path to the file to load.
string workspaceRootThe path of the root of the workspace in which file is located.

Returns

The loaded Project .