Base:
method
OnResolvedAsync
Aspire.Hosting.Utils.RequiredCommandValidator.OnResolvedAsync(System.String, System.Threading.CancellationToken)
1 reference to OnResolvedAsync
Aspire.Hosting.DevTunnels.Tests (1)
DevTunnelCliInstallationManagerTests.cs (1)
32
var (isValid, validationMessage) = await manager.
OnResolvedAsync
("thepath", CancellationToken.None);