2 writes to ProjectPath
Aspire.Hosting (2)
Dcp\DcpExecutor.cs (2)
973
projectLaunchConfiguration.
ProjectPath
= supportsDebuggingAnnotation.ProjectPath;
1025
projectLaunchConfiguration.
ProjectPath
= projectMetadata.ProjectPath;
1 reference to ProjectPath
Aspire.Hosting.Tests (1)
Dcp\DcpExecutorTests.cs (1)
1579
Assert.Equal("project-file", config1.
ProjectPath
);