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