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