1 override of OnResolvedAsync
Aspire.Hosting.DevTunnels (1)
DevTunnelCliInstallationManager.cs (1)
63
protected internal override async Task<(bool IsValid, string? ValidationMessage)>
OnResolvedAsync
(string resolvedCommandPath, CancellationToken cancellationToken)
1 reference to OnResolvedAsync
Aspire.Hosting.DevTunnels (1)
RequiredCommandValidator.cs (1)
75
(isValid, validationMessage) = await
OnResolvedAsync
(resolved, cancellationToken).ConfigureAwait(false);