4 writes to ProjectPath
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (1)
1345
projectLaunchConfiguration.
ProjectPath
= projectMetadata.ProjectPath;
ProjectResourceBuilderExtensions.cs (3)
248
.WithDebugSupport(mode => new ProjectLaunchConfiguration {
ProjectPath
= projectMetadata.ProjectPath, Mode = mode }, "project")
293
.WithDebugSupport(mode => new ProjectLaunchConfiguration {
ProjectPath
= projectPath, Mode = mode }, "project")
374
.WithDebugSupport(mode => new ProjectLaunchConfiguration {
ProjectPath
= projectMetadata.ProjectPath, Mode = mode }, "project")