20 writes to Link
aspire (20)
Utils\EnvironmentChecker\ContainerRuntimeCheck.cs (4)
79Link = "https://aka.ms/aspire/containers" 135Link = "https://aka.ms/aspire/containers" 149Link = "https://aka.ms/aspire/containers" 198Link = policyResult.Link
Utils\EnvironmentChecker\DeprecatedWorkloadCheck.cs (1)
91Link = "https://aka.ms/aspire-prerequisites"
Utils\EnvironmentChecker\DevCertsCheck.cs (8)
83Link = "https://aka.ms/aspire-prerequisites#dev-certs" 124Link = "https://aka.ms/aspire-prerequisites#dev-certs", 138Link = "https://aka.ms/aspire-prerequisites#dev-certs", 167Link = "https://aka.ms/aspire-prerequisites#dev-certs", 183Link = "https://aka.ms/aspire-prerequisites#dev-certs", 212Link = "https://aka.ms/aspire-prerequisites#dev-certs" 250Link = "https://aka.ms/aspire-prerequisites#dev-certs" 513Link = "https://aka.ms/aspire-prerequisites#dev-certs"
Utils\EnvironmentChecker\DotNetSdkCheck.cs (1)
58Link = $"https://dotnet.microsoft.com/download/dotnet/{majorVersion}.0"
Utils\EnvironmentChecker\TypeScriptAppHostToolingCheck.cs (3)
88Link = "https://yarnpkg.com/getting-started/install", 124Link = CommandPathResolver.GetInstallationLink(command), 191Link = CommandPathResolver.GetInstallationLink("deno"),
Utils\EnvironmentChecker\VsCodeExtensionCheck.cs (1)
93Link = MarketplaceUrl,
Utils\EnvironmentChecker\WslEnvironmentCheck.cs (2)
72Link = "https://aka.ms/aspire-prerequisites#wsl-setup" 92Link = "https://aka.ms/aspire-prerequisites#wsl-setup"
10 references to Link
aspire (3)
Commands\DoctorCommand.cs (2)
180var hasLink = !string.IsNullOrEmpty(result.Link); 198detailGrid.AddRow(new Markup($"See: {MarkupHelpers.SafeLink(InteractionService, result.Link!)}"));
Utils\EnvironmentChecker\ContainerRuntimeCheck.cs (1)
198Link = policyResult.Link
Aspire.Cli.Tests (7)
Commands\TypeScriptAppHostToolingCheckTests.cs (5)
80Assert.Equal(expectedInstallLink, result.Link); 116Assert.Equal("https://nodejs.org/en/download", result.Link); 145Assert.Equal("https://yarnpkg.com/getting-started/install", result.Link); 169Assert.Equal("https://yarnpkg.com/getting-started/install", result.Link); 274Assert.Equal("https://docs.deno.com/runtime/getting_started/installation/", result.Link);
Commands\VsCodeExtensionCheckTests.cs (2)
49Assert.Equal(VsCodeExtensionCheck.MarketplaceUrl, result.Link); 78Assert.Null(result.Link);