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