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