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