3 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.Tests (1)
tests\Shared\TestInteractionService.cs (1)
12
internal sealed class TestInteractionService :
IInteractionService
61 references to IInteractionService
Aspire.Hosting (10)
ApplicationModel\RequiredCommandValidator.cs (2)
21
private readonly
IInteractionService
_interactionService;
29
IInteractionService
interactionService,
Dcp\DcpHost.cs (2)
32
private readonly
IInteractionService
_interactionService;
54
IInteractionService
interactionService,
DistributedApplicationBuilder.cs (1)
348
_innerBuilder.Services.AddSingleton<
IInteractionService
>(sp => sp.GetRequiredService<InteractionService>());
Orchestrator\ParameterProcessor.cs (1)
24
IInteractionService
interactionService,
Pipelines\DistributedApplicationPipeline.cs (2)
85
var
interactionService = context.Services.GetRequiredService<
IInteractionService
>();
VersionChecking\VersionCheckService.cs (2)
27
private readonly
IInteractionService
_interactionService;
37
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)
22
IInteractionService
interactionService,
Provisioning\Internal\RunModeProvisioningContextProvider.cs (1)
21
IInteractionService
interactionService,
Aspire.Hosting.Azure.Kusto (2)
AzureKustoBuilderExtensions.cs (2)
393
var
interactionService = context.ServiceProvider.GetRequiredService<
IInteractionService
>();
Aspire.Hosting.Azure.Tests (3)
AzureDeployerTests.cs (3)
1258
IInteractionService
? interactionService = null,
1584
builder.Services.AddSingleton<
IInteractionService
>(testInteractionService);
1649
builder.Services.AddSingleton<
IInteractionService
>(testInteractionService);
Aspire.Hosting.DevTunnels (3)
DevTunnelLoginManager.cs (2)
13
IInteractionService
interactionService,
20
private readonly
IInteractionService
_interactionService = interactionService;
LoggedOutNotificationManager.cs (1)
9
internal sealed class LoggedOutNotificationManager(
IInteractionService
interactionService) : CoalescingAsyncOperation
Aspire.Hosting.Foundry (6)
HostedAgent\HostedAgentBuilderExtension.cs (6)
160
var
interactionService = ctx.ServiceProvider.GetRequiredService<
IInteractionService
>();
188
var
interactionService = ctx.ServiceProvider.GetRequiredService<
IInteractionService
>();
204
var
interactionService = ctx.ServiceProvider.GetRequiredService<
IInteractionService
>();
Aspire.Hosting.Tests (5)
Orchestrator\ParameterProcessorTests.cs (1)
1130
IInteractionService
? interactionService = null,
RequiredCommandAnnotationTests.cs (3)
356
builder.Services.AddSingleton<
IInteractionService
>(testInteractionService);
388
builder.Services.AddSingleton<
IInteractionService
>(testInteractionService);
412
builder.Services.AddSingleton<
IInteractionService
>(testInteractionService);
VersionChecking\VersionCheckServiceTests.cs (1)
251
IInteractionService
? interactionService = null,
Publishers.AppHost (2)
DistributedApplicationBuilderExtensions.cs (2)
38
var
interactionService = context.Services.GetRequiredService<
IInteractionService
>();
Stress.AppHost (26)
InteractionCommands.cs (26)
18
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();
36
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();
48
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();
69
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();
106
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();
141
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();
193
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();
279
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();
418
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();
517
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();
519
RunInteractionWithDismissValues(nameof(
IInteractionService
.PromptNotificationAsync), (showDismiss, title) =>
527
RunInteractionWithDismissValues(nameof(
IInteractionService
.PromptConfirmationAsync), (showDismiss, title) =>
535
RunInteractionWithDismissValues(nameof(
IInteractionService
.PromptMessageBoxAsync), (showDismiss, title) =>
543
RunInteractionWithDismissValues(nameof(
IInteractionService
.PromptInputAsync), (showDismiss, title) =>
558
var
interactionService = commandContext.ServiceProvider.GetRequiredService<
IInteractionService
>();