1 write to _features
aspire (1)
Commands\NewCommand.cs (1)
98_features = features;
5 references to _features
aspire (5)
Commands\NewCommand.cs (5)
110var isStagingEnabled = _features.IsFeatureEnabled(KnownFeatures.StagingChannelEnabled, false); 121if (_features.IsFeatureEnabled(KnownFeatures.PolyglotSupportEnabled, false)) 134var templateCommand = new TemplateCommand(template, ExecuteAsync, _features, _updateNotifier, _executionContext, InteractionService, Telemetry); 160if (_features.IsFeatureEnabled(KnownFeatures.PolyglotSupportEnabled, false)) 182if (!await SdkInstallHelper.EnsureSdkInstalledAsync(_sdkInstaller, InteractionService, _features, Telemetry, _hostEnvironment, cancellationToken))