1 override of OnValidatedAsync
Aspire.Hosting.DevTunnels (1)
DevTunnelCliInstallationManager.cs (1)
44protected override Task OnValidatedAsync(string resolvedCommandPath, CancellationToken cancellationToken)
2 references to OnValidatedAsync
Aspire.Hosting.DevTunnels (2)
RequiredCommandValidator.cs (2)
16/// Once validated, the resolved full path is passed to <see cref="OnValidatedAsync"/> for 97await OnValidatedAsync(resolved, cancellationToken).ConfigureAwait(false);