2 overrides of OnValidatedAsync
Aspire.Hosting.Python (2)
PythonInstallationManager.cs (1)
63
protected override Task
OnValidatedAsync
(string resolvedCommandPath, CancellationToken cancellationToken)
UvInstallationManager.cs (1)
38
protected 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
157
await
OnValidatedAsync
(resolved, cancellationToken).ConfigureAwait(false);