4 writes to HelpLink
Aspire.Hosting (2)
RequiredCommandResourceExtensions.cs (2)
40HelpLink = helpLink 78HelpLink = helpLink
Aspire.Hosting.DevTunnels (1)
DevTunnelResourceBuilderExtensions.cs (1)
134HelpLink = "https://learn.microsoft.com/azure/developer/dev-tunnels/get-started#install",
Aspire.Hosting.Tests (1)
RequiredCommandAnnotationTests.cs (1)
35HelpLink = "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)
38Assert.Equal("https://example.com/help", annotation.HelpLink); 66Assert.Null(annotation.HelpLink); 80Assert.Equal("https://example.com/help", annotation.HelpLink); 96Assert.Null(annotation.HelpLink);