1 write to _features
aspire (1)
Commands\NewCommand.cs (1)
75
_features
= features;
2 references to _features
aspire (2)
Commands\NewCommand.cs (2)
103
var templateCommand = new TemplateCommand(template, ExecuteAsync,
_features
, _updateNotifier, _executionContext, InteractionService);
127
if (!await SdkInstallHelper.EnsureSdkInstalledAsync(_sdkInstaller, InteractionService,
_features
, _hostEnvironment, cancellationToken))