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