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