3 references to UpdateNotificationsEnabled
aspire (2)
Commands\BaseCommand.cs (1)
23
if (UpdateNotificationsEnabled && features.IsFeatureEnabled(KnownFeatures.
UpdateNotificationsEnabled
, true))
NuGet\NuGetPackagePrefetcher.cs (1)
36
if (features.IsFeatureEnabled(KnownFeatures.
UpdateNotificationsEnabled
, true))
Aspire.Cli.Tests (1)
Commands\AddCommandTests.cs (1)
507
options.DisabledFeatures = [KnownFeatures.
UpdateNotificationsEnabled
];