6 references to GetBool
aspire (6)
Commands\RunCommand.cs (2)
254
runActivity?.SetTag(TelemetryConstants.Tags.AppHostDetached, _configuration.
GetBool
(KnownConfigNames.CliRunDetached) is true);
692
private bool IsDetachedStartChild() => _configuration.
GetBool
(KnownConfigNames.CliRunDetached) is true;
src\Shared\IConfigurationExtensions.cs (3)
44
var value = configuration.
GetBool
(primaryKey) ?? configuration.
GetBool
(secondaryKey);
106
return configuration.
GetBool
(key) ?? defaultValue;
Telemetry\TelemetryConfiguration.cs (1)
46
configuration.
GetBool
(Aspire.Hosting.KnownConfigNames.ProfilingEnabled) ??