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