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