1 write to ProjectPath
Microsoft.DotNet.HotReload.Utils.Generator (1)
Config.cs (1)
37
ProjectPath
= builder.ProjectPath;
3 references to ProjectPath
Microsoft.DotNet.HotReload.Utils.Generator (3)
BaselineProject.cs (2)
37
Console.WriteLine ($"msbuild failed opening project {config.
ProjectPath
}");
49
var project = await workspace.OpenProjectAsync (config.
ProjectPath
, logger, null, ct);
Config.cs (1)
57
public string LiveCodingWatchDir { get => Path.GetDirectoryName(
ProjectPath
) ?? "."; }