3 references to GetInstallationLink
aspire (2)
Utils\EnvironmentChecker\TypeScriptAppHostToolingCheck.cs (2)
124
Link = CommandPathResolver.
GetInstallationLink
(command),
191
Link = CommandPathResolver.
GetInstallationLink
("deno"),
Aspire.Cli.Tests (1)
Utils\CommandPathResolverTests.cs (1)
64
Assert.Equal(expectedLink, CommandPathResolver.
GetInstallationLink
(command));