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