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