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