1 instantiation of DevTunnelCli
Aspire.Hosting.DevTunnels (1)
DevTunnelCliClient.cs (1)
16private readonly DevTunnelCli _cli = new(DevTunnelCli.GetCliPath(configuration));
7 references to DevTunnelCli
Aspire.Hosting.DevTunnels (7)
DevTunnelCliClient.cs (4)
16private readonly DevTunnelCli _cli = new(DevTunnelCli.GetCliPath(configuration)); 76if (exitCode == DevTunnelCli.ResourceConflictsWithExistingExitCode) 165else if (exitCode == DevTunnelCli.ResourceConflictsWithExistingExitCode)
DevTunnelCliInstallationManager.cs (2)
24: this(devTunnelClient, configuration, interactionService, logger, DevTunnelCli.MinimumSupportedVersion) 61protected override string GetCommandPath() => DevTunnelCli.GetCliPath(_configuration);
DevTunnelResourceBuilderExtensions.cs (1)
83var tunnelResource = new DevTunnelResource(name, tunnelId, DevTunnelCli.GetCliPath(builder.Configuration), workingDirectory, options);