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