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