5 references to DebugSessionRunMode
Aspire.Hosting (2)
Dcp\DcpExecutor.cs (2)
1482
projectLaunchConfiguration.Mode = _configuration[KnownConfigNames.
DebugSessionRunMode
]
1884
var mode = _configuration[KnownConfigNames.
DebugSessionRunMode
] ?? ExecutableLaunchMode.NoDebug;
Aspire.Hosting.Tests (3)
Dcp\DcpExecutorTests.cs (3)
1443
[KnownConfigNames.
DebugSessionRunMode
] = runMode
1704
[KnownConfigNames.
DebugSessionRunMode
] = "Debug"
2410
[KnownConfigNames.
DebugSessionRunMode
] = "Debug"