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