4 writes to HelpLink
Aspire.Hosting (2)
RequiredCommandResourceExtensions.cs (2)
39HelpLink = helpLink 75HelpLink = helpLink
Aspire.Hosting.DevTunnels (1)
DevTunnelResourceBuilderExtensions.cs (1)
132HelpLink = "https://learn.microsoft.com/azure/developer/dev-tunnels/get-started#install",
Aspire.Hosting.Tests (1)
RequiredCommandAnnotationTests.cs (1)
34HelpLink = "https://example.com/help"
6 references to HelpLink
Aspire.Hosting (1)
ApplicationModel\RequiredCommandValidator.cs (1)
97var link = annotation.HelpLink;
Aspire.Hosting.Azure.Tests (1)
AzureFunctionsTests.cs (1)
772Assert.Equal("https://learn.microsoft.com/azure/azure-functions/functions-run-local#install-the-azure-functions-core-tools", annotation.HelpLink);
Aspire.Hosting.Tests (4)
RequiredCommandAnnotationTests.cs (4)
37Assert.Equal("https://example.com/help", annotation.HelpLink); 65Assert.Null(annotation.HelpLink); 79Assert.Equal("https://example.com/help", annotation.HelpLink); 95Assert.Null(annotation.HelpLink);