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