4 implementations of IInteractionService
Aspire.Hosting (1)
InteractionService.cs (1)
16
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
50 references to IInteractionService
Aspire.Hosting (8)
Dcp\DcpHost.cs (2)
29
private readonly
IInteractionService
_interactionService;
48
IInteractionService
interactionService,
DistributedApplicationBuilder.cs (1)
301
_innerBuilder.Services.AddSingleton<
IInteractionService
>(sp => sp.GetRequiredService<InteractionService>());
Orchestrator\ParameterProcessor.cs (1)
24
IInteractionService
interactionService,
Pipelines\DistributedApplicationPipeline.cs (2)
67
var
interactionService = context.Services.GetRequiredService<
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)
22
IInteractionService
interactionService,
37
protected readonly
IInteractionService
_interactionService = interactionService;
Provisioning\Internal\PublishModeProvisioningContextProvider.cs (1)
23
IInteractionService
interactionService,
Provisioning\Internal\RunModeProvisioningContextProvider.cs (1)
21
IInteractionService
interactionService,
Aspire.Hosting.Azure.Tests (1)
AzureDeployerTests.cs (1)
897
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)
762
IInteractionService
? interactionService = null,
VersionChecking\VersionCheckServiceTests.cs (1)
247
IInteractionService
? interactionService = null,
Publishers.AppHost (2)
DistributedApplicationBuilderExtensions.cs (2)
37
var
interactionService = context.Services.GetRequiredService<
IInteractionService
>();
Stress.AppHost (26)
InteractionCommands.cs (26)
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
>();
105
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();
140
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();
192
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();
278
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();
417
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();
516
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();
518
RunInteractionWithDismissValues(nameof(
IInteractionService
.PromptNotificationAsync), (showDismiss, title) =>
526
RunInteractionWithDismissValues(nameof(
IInteractionService
.PromptConfirmationAsync), (showDismiss, title) =>
534
RunInteractionWithDismissValues(nameof(
IInteractionService
.PromptMessageBoxAsync), (showDismiss, title) =>
542
RunInteractionWithDismissValues(nameof(
IInteractionService
.PromptInputAsync), (showDismiss, title) =>
557
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();