8 references to PolyglotSupportEnabled
aspire (8)
Commands\InitCommand.cs (2)
121
if (features.IsFeatureEnabled(KnownFeatures.
PolyglotSupportEnabled
, false))
136
if (_features.IsFeatureEnabled(KnownFeatures.
PolyglotSupportEnabled
, false))
Commands\NewCommand.cs (2)
121
if (_features.IsFeatureEnabled(KnownFeatures.
PolyglotSupportEnabled
, false))
160
if (_features.IsFeatureEnabled(KnownFeatures.
PolyglotSupportEnabled
, false))
Commands\RootCommand.cs (1)
229
if (featureFlags.IsFeatureEnabled(KnownFeatures.
PolyglotSupportEnabled
, false))
KnownFeatures.cs (2)
82
[
PolyglotSupportEnabled
] = new(
83
PolyglotSupportEnabled
,
Projects\AppHostProjectFactory.cs (1)
62
var polyglotEnabled = _features.IsFeatureEnabled(KnownFeatures.
PolyglotSupportEnabled
, false);