2 implementations of IsUpdateAvailable
aspire (1)
Utils\CliUpdateNotifier.cs (1)
92public bool IsUpdateAvailable()
Aspire.Cli.Tests (1)
TestServices\TestCliUpdateNotifier.cs (1)
43public bool IsUpdateAvailable()
2 references to IsUpdateAvailable
aspire (1)
Commands\UpdateCommand.cs (1)
379_updateNotifier.IsUpdateAvailable() &&
Aspire.Cli.Tests (1)
NuGet\NuGetPackagePrefetcherTests.cs (1)
80var exception = Assert.Throws<PackageMetadataPrefetchingValidationException>(() => updateNotifier.IsUpdateAvailable());