4 references to PythonInstallationManager
Aspire.Hosting.Python (4)
PythonAppResourceBuilderExtensions.cs (3)
321builder.Services.TryAddSingleton<PythonInstallationManager>(); 1371var pythonInstallationManager = e.Services.GetRequiredService<PythonInstallationManager>();
PythonInstallationManager.cs (1)
19ILogger<PythonInstallationManager> logger)