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