6 references to GetNpmUpdateCommand
aspire (4)
Commands\UpdateCommand.cs (1)
129
return NpmInstallDetection.
GetNpmUpdateCommand
();
Interaction\ConsoleInteractionService.cs (1)
463
?? NpmInstallDetection.
GetNpmUpdateCommand
()
Utils\CliUpdateNotifier.cs (1)
143
?? NpmInstallDetection.
GetNpmUpdateCommand
()
Utils\NpmInstallDetection.cs (1)
32
return
GetNpmUpdateCommand
() is not null;
Aspire.Cli.Tests (2)
Utils\NpmInstallDetectionTests.cs (2)
23
NpmInstallDetection.
GetNpmUpdateCommand
());
45
Assert.Null(NpmInstallDetection.
GetNpmUpdateCommand
());