1 write to _features
aspire (1)
Commands\NewCommand.cs (1)
75_features = features;
3 references to _features
aspire (3)
Commands\NewCommand.cs (3)
100var isStagingEnabled = _features.IsFeatureEnabled(KnownFeatures.StagingChannelEnabled, false); 115var templateCommand = new TemplateCommand(template, ExecuteAsync, _features, _updateNotifier, _executionContext, InteractionService); 139if (!await SdkInstallHelper.EnsureSdkInstalledAsync(_sdkInstaller, InteractionService, _features, _hostEnvironment, cancellationToken))