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