1 write to _features
aspire (1)
Commands\RunCommand.cs (1)
72
_features
= features;
2 references to _features
aspire (2)
Commands\RunCommand.cs (2)
106
if (!await SdkInstallHelper.EnsureSdkInstalledAsync(_sdkInstaller, InteractionService,
_features
, _hostEnvironment, cancellationToken))
143
var watch = !isSingleFileAppHost && (
_features
.IsFeatureEnabled(KnownFeatures.DefaultWatchEnabled, defaultValue: false) || (isExtensionHost && !startDebugSession));