8 references to PolyglotSupportEnabled
aspire (8)
Commands\InitCommand.cs (2)
119
if (features.IsFeatureEnabled(KnownFeatures.
PolyglotSupportEnabled
, false))
134
if (_features.IsFeatureEnabled(KnownFeatures.
PolyglotSupportEnabled
, false))
Commands\NewCommand.cs (2)
119
if (_features.IsFeatureEnabled(KnownFeatures.
PolyglotSupportEnabled
, false))
158
if (_features.IsFeatureEnabled(KnownFeatures.
PolyglotSupportEnabled
, false))
Commands\RootCommand.cs (1)
214
if (featureFlags.IsFeatureEnabled(KnownFeatures.
PolyglotSupportEnabled
, false))
KnownFeatures.cs (2)
78
[
PolyglotSupportEnabled
] = new(
79
PolyglotSupportEnabled
,
Projects\AppHostProjectFactory.cs (1)
52
!_features.IsFeatureEnabled(KnownFeatures.
PolyglotSupportEnabled
, false))