12 overrides of UpdateNotificationsEnabled
aspire (12)
Commands\AddCommand.cs (1)
25protected override bool UpdateNotificationsEnabled => true;
Commands\DashboardRunCommand.cs (1)
28protected override bool UpdateNotificationsEnabled => true;
Commands\InitCommand.cs (1)
36protected override bool UpdateNotificationsEnabled => true;
Commands\NewCommand.cs (1)
26protected override bool UpdateNotificationsEnabled => true;
Commands\PipelineCommandBase.cs (1)
30protected override bool UpdateNotificationsEnabled => true;
Commands\RestoreCommand.cs (1)
26protected override bool UpdateNotificationsEnabled => true;
Commands\RunCommand.cs (1)
103protected override bool UpdateNotificationsEnabled => !_isDetachMode;
Commands\SetupCommand.cs (1)
15protected override bool UpdateNotificationsEnabled => true;
Commands\StartCommand.cs (1)
19protected override bool UpdateNotificationsEnabled => true;
Commands\StopCommand.cs (1)
22protected override bool UpdateNotificationsEnabled => true;
Commands\TemplateCommand.cs (1)
27protected override bool UpdateNotificationsEnabled => true;
Commands\TerminalCommand.cs (1)
29protected override bool UpdateNotificationsEnabled => false;
2 references to UpdateNotificationsEnabled
aspire (2)
Commands\BaseCommand.cs (2)
31internal bool PrefetchesCliPackageMetadata => (UpdateNotificationsEnabled || RequiresCliPackageMetadata) && !_isJsonFormatRequested; 239if (UpdateNotificationsEnabled && !_isJsonFormatRequested && services.Features.IsFeatureEnabled(KnownFeatures.UpdateNotificationsEnabled, true))