4 references to UvInstallationManager
Aspire.Hosting.Python (4)
PythonAppResourceBuilderExtensions.cs (3)
1190builder.ApplicationBuilder.Services.TryAddSingleton<UvInstallationManager>(); 1288var uvInstallationManager = e.Services.GetRequiredService<UvInstallationManager>();
UvInstallationManager.cs (1)
19ILogger<UvInstallationManager> logger)