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