2 overrides of OnValidatedAsync
Aspire.Hosting.Python (2)
PythonInstallationManager.cs (1)
63protected override Task OnValidatedAsync(string resolvedCommandPath, CancellationToken cancellationToken)
UvInstallationManager.cs (1)
38protected override Task OnValidatedAsync(string resolvedCommandPath, CancellationToken cancellationToken)
2 references to OnValidatedAsync
Aspire.Hosting.Python (2)
src\Shared\RequiredCommandValidator.cs (2)
17/// Once validated, the resolved full path is passed to <see cref="OnValidatedAsync"/> for 157await OnValidatedAsync(resolved, cancellationToken).ConfigureAwait(false);