4 writes to HelpLink
Aspire.Hosting (2)
RequiredCommandResourceExtensions.cs (2)
39
HelpLink
= helpLink
75
HelpLink
= helpLink
Aspire.Hosting.DevTunnels (1)
DevTunnelResourceBuilderExtensions.cs (1)
132
HelpLink
= "https://learn.microsoft.com/azure/developer/dev-tunnels/get-started#install",
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)
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)
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
);