1 write to _configuration
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
119
_configuration
= configuration;
7 references to _configuration
Aspire.Hosting (7)
Dcp\DcpExecutor.cs (7)
140
private string ContainerHostName =>
_configuration
["AppHost:ContainerHostname"] ??
1422
if (executable.SupportsDebugging(
_configuration
, out _))
1473
if (project.SupportsDebugging(
_configuration
, out var supportsDebuggingAnnotation))
1482
projectLaunchConfiguration.Mode =
_configuration
[KnownConfigNames.DebugSessionRunMode]
1506
if (
_configuration
.GetBool("DOTNET_WATCH") is not true || projectMetadata.IsFileBasedApp)
1881
if (er.ModelResource.SupportsDebugging(
_configuration
, out var supportsDebuggingAnnotation)
1884
var mode =
_configuration
[KnownConfigNames.DebugSessionRunMode] ?? ExecutableLaunchMode.NoDebug;