4 references to GetBool
Aspire.Dashboard (4)
DashboardWebApplication.cs (1)
341
var isContainer = _app.Configuration.
GetBool
("DOTNET_RUNNING_IN_CONTAINER") ?? false;
src\Shared\IConfigurationExtensions.cs (3)
30
var value = configuration.
GetBool
(primaryKey) ?? configuration.
GetBool
(secondaryKey);
92
return configuration.
GetBool
(key) ?? defaultValue;