4 implementations of IInteractionService
Aspire.Hosting (1)
InteractionService.cs (1)
15
internal class InteractionService :
IInteractionService
Aspire.Hosting.Azure.Tests (1)
tests\Shared\TestInteractionService.cs (1)
12
internal sealed class TestInteractionService :
IInteractionService
Aspire.Hosting.DevTunnels.Tests (1)
DevTunnelCliInstallationManagerTests.cs (1)
47
private sealed class TestInteractionService :
IInteractionService
Aspire.Hosting.Tests (1)
tests\Shared\TestInteractionService.cs (1)
12
internal sealed class TestInteractionService :
IInteractionService
42 references to IInteractionService
Aspire.Hosting (8)
Dcp\DcpHost.cs (2)
30
private readonly
IInteractionService
_interactionService;
49
IInteractionService
interactionService,
DistributedApplicationBuilder.cs (1)
267
_innerBuilder.Services.AddSingleton<
IInteractionService
>(sp => sp.GetRequiredService<InteractionService>());
Orchestrator\ParameterProcessor.cs (1)
24
IInteractionService
interactionService,
Publishing\Publisher.cs (2)
36
var
interactionService = serviceProvider.GetService<
IInteractionService
>();
VersionChecking\VersionCheckService.cs (2)
27
private readonly
IInteractionService
_interactionService;
36
public VersionCheckService(
IInteractionService
interactionService, ILogger<VersionCheckService> logger,
Aspire.Hosting.Azure (4)
Provisioning\Internal\BaseProvisioningContextProvider.cs (2)
21
IInteractionService
interactionService,
34
protected readonly
IInteractionService
_interactionService = interactionService;
Provisioning\Internal\PublishModeProvisioningContextProvider.cs (1)
24
IInteractionService
interactionService,
Provisioning\Internal\RunModeProvisioningContextProvider.cs (1)
22
IInteractionService
interactionService,
Aspire.Hosting.Azure.Tests (1)
AzureDeployerTests.cs (1)
849
IInteractionService
? interactionService = null,
Aspire.Hosting.DevTunnels (7)
DevTunnelCliInstallationManager.cs (2)
22
IInteractionService
interactionService,
32
IInteractionService
interactionService,
DevTunnelLoginManager.cs (2)
12
IInteractionService
interactionService,
19
private readonly
IInteractionService
_interactionService = interactionService;
LoggedOutNotificationManager.cs (1)
7
internal sealed class LoggedOutNotificationManager(
IInteractionService
interactionService) : CoalescingAsyncOperation
RequiredCommandValidator.cs (2)
24
internal abstract class RequiredCommandValidator(
IInteractionService
interactionService, ILogger logger) : CoalescingAsyncOperation
26
private readonly
IInteractionService
_interactionService = interactionService;
Aspire.Hosting.Tests (2)
Orchestrator\ParameterProcessorTests.cs (1)
763
IInteractionService
? interactionService = null,
VersionChecking\VersionCheckServiceTests.cs (1)
247
IInteractionService
? interactionService = null,
Publishers.AppHost (2)
DistributedApplicationBuilderExtensions.cs (2)
28
var
interactionService = context.Services.GetRequiredService<
IInteractionService
>();
Stress.AppHost (18)
InteractionCommands.cs (18)
17
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();
35
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();
47
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();
68
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();
103
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();
189
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();
191
RunInteractionWithDismissValues(nameof(
IInteractionService
.PromptNotificationAsync), (showDismiss, title) =>
199
RunInteractionWithDismissValues(nameof(
IInteractionService
.PromptConfirmationAsync), (showDismiss, title) =>
207
RunInteractionWithDismissValues(nameof(
IInteractionService
.PromptMessageBoxAsync), (showDismiss, title) =>
215
RunInteractionWithDismissValues(nameof(
IInteractionService
.PromptInputAsync), (showDismiss, title) =>
230
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();