2 references to EnsureInstalledAsync
Aspire.Hosting.DevTunnels (2)
DevTunnelCliInstallationManager.cs (1)
31/// Gets a value indicating whether the CLI was found (after calling <see cref="EnsureInstalledAsync"/>).
DevTunnelResourceBuilderExtensions.cs (1)
118await devTunnelCliInstallationManager.EnsureInstalledAsync(ct).ConfigureAwait(false);