5 writes to ProjectPath
Aspire.Hosting (5)
Dcp\DcpExecutor.cs (2)
1481
projectLaunchConfiguration.
ProjectPath
= projectMetadata.ProjectPath;
1503
projectLaunchConfiguration.
ProjectPath
= projectMetadata.ProjectPath;
ProjectResourceBuilderExtensions.cs (3)
256
.WithDebugSupport(mode => new ProjectLaunchConfiguration {
ProjectPath
= projectMetadata.ProjectPath, Mode = mode }, "project")
302
.WithDebugSupport(mode => new ProjectLaunchConfiguration {
ProjectPath
= projectPath, Mode = mode }, "project")
385
.WithDebugSupport(mode => new ProjectLaunchConfiguration {
ProjectPath
= projectMetadata.ProjectPath, Mode = mode }, "project")