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
55 references to IInteractionService
Aspire.Hosting (10)
ApplicationModel\RequiredCommandValidator.cs (2)
21
private readonly
IInteractionService
_interactionService;
29
IInteractionService
interactionService,
Dcp\DcpHost.cs (2)
29
private readonly
IInteractionService
_interactionService;
48
IInteractionService
interactionService,
DistributedApplicationBuilder.cs (1)
338
_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)
389
var
interactionService = context.ServiceProvider.GetRequiredService<
IInteractionService
>();
Aspire.Hosting.Azure.Tests (3)
AzureDeployerTests.cs (3)
1241
IInteractionService
? interactionService = null,
1566
builder.Services.AddSingleton<
IInteractionService
>(testInteractionService);
1631
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.Tests (5)
Orchestrator\ParameterProcessorTests.cs (1)
1129
IInteractionService
? interactionService = null,
RequiredCommandAnnotationTests.cs (3)
355
builder.Services.AddSingleton<
IInteractionService
>(testInteractionService);
387
builder.Services.AddSingleton<
IInteractionService
>(testInteractionService);
411
builder.Services.AddSingleton<
IInteractionService
>(testInteractionService);
VersionChecking\VersionCheckServiceTests.cs (1)
250
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
>();