2 overrides of GetHelpLink
Aspire.Hosting.Python (2)
PythonInstallationManager.cs (1)
69
protected override string?
GetHelpLink
() => "https://www.python.org/downloads/";
UvInstallationManager.cs (1)
44
protected override string?
GetHelpLink
() => "https://docs.astral.sh/uv/getting-started/installation/";
1 reference to GetHelpLink
Aspire.Hosting.Python (1)
src\Shared\RequiredCommandValidator.cs (1)
111
var link =
GetHelpLink
();