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