5 writes to HelpLink
Aspire.Hosting (2)
RequiredCommandResourceExtensions.cs (2)
40
HelpLink
= helpLink
78
HelpLink
= helpLink
Aspire.Hosting.DevTunnels (1)
DevTunnelResourceBuilderExtensions.cs (1)
132
HelpLink
= "https://learn.microsoft.com/azure/developer/dev-tunnels/get-started#install",
Aspire.Hosting.JavaScript (1)
JavaScriptHostingExtensions.cs (1)
362
resource.Annotations.Add(new RequiredCommandAnnotation(command) {
HelpLink
= helpLink });
Aspire.Hosting.Tests (1)
RequiredCommandAnnotationTests.cs (1)
34
HelpLink
= "https://example.com/help"
6 references to HelpLink
Aspire.Hosting (1)
ApplicationModel\RequiredCommandValidator.cs (1)
97
var link = annotation.
HelpLink
;
Aspire.Hosting.Azure.Tests (1)
AzureFunctionsTests.cs (1)
804
Assert.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)
37
Assert.Equal("https://example.com/help", annotation.
HelpLink
);
65
Assert.Null(annotation.
HelpLink
);
79
Assert.Equal("https://example.com/help", annotation.
HelpLink
);
95
Assert.Null(annotation.
HelpLink
);