2 writes to Mode
Aspire.Hosting (2)
Dcp\DcpExecutor.cs (2)
977projectLaunchConfiguration.Mode = ProjectLaunchMode.Debug; 1036projectLaunchConfiguration.Mode = ProjectLaunchMode.Debug;
1 reference to Mode
Aspire.Hosting.Tests (1)
Dcp\DcpExecutorTests.cs (1)
1577Assert.Equal(ProjectLaunchMode.Debug, config1.Mode);