5 references to _configuration
Aspire.Hosting (5)
Dcp\ExecutableLaunchPolicy.cs (5)
27
var supportsDebugging = resource.SupportsDebugging(
_configuration
, out var debugSupport);
84
if (string.IsNullOrEmpty(
_configuration
[DcpExecutor.DebugSessionPortVar]))
95
if (debugSupport is not null && !string.IsNullOrEmpty(
_configuration
[KnownConfigNames.DebugSessionInfo]))
113
return
_configuration
[KnownConfigNames.DebugSessionRunMode] ?? ExecutableLaunchMode.NoDebug;
117
_configuration
[KnownConfigNames.DebugSessionRunMode]