133 references to InteractionInputCollection
Aspire.Hosting (13)
ApplicationModel\HttpCommandContext.cs (2)
58
public InteractionInputCollection Arguments { get; init; } =
new
([]);
145
public InteractionInputCollection Arguments { get; init; } =
new
([]);
ApplicationModel\ProcessCommandResultContext.cs (1)
64
public InteractionInputCollection Arguments { get; init; } =
new
([]);
ApplicationModel\ResourceCommandService.cs (5)
732
return new
InteractionInputCollection
([]);
748
return new
InteractionInputCollection
(inputs);
755
return new
InteractionInputCollection
([]);
769
return new
InteractionInputCollection
(inputs);
827
return new
InteractionInputCollection
(inputs);
Ats\InteractionExports.cs (2)
878
? new
InteractionInputCollection
([])
879
: new
InteractionInputCollection
(result.Data.Select(InteractionExports.ToResultInput).ToArray());
InteractionService.cs (2)
161
var inputCollection = new
InteractionInputCollection
(inputs);
255
return InteractionResult.Ok(new
InteractionInputCollection
(inputState));
ResourceBuilderExtensions.cs (1)
3006
_ = new
InteractionInputCollection
(arguments);
Aspire.Hosting.Azure.Tests (58)
AzureEnvironmentResourceExtensionsTests.cs (52)
362
Arguments = new
InteractionInputCollection
([])
416
Arguments = new
InteractionInputCollection
([])
835
Arguments = new
InteractionInputCollection
([])
919
Arguments = new
InteractionInputCollection
([])
1188
Arguments = new
InteractionInputCollection
([])
1252
Arguments = new
InteractionInputCollection
([])
1313
Arguments = new
InteractionInputCollection
([])
1374
Arguments = new
InteractionInputCollection
([])
1509
Arguments = new
InteractionInputCollection
([])
1567
Arguments = new
InteractionInputCollection
([])
1618
Arguments = new
InteractionInputCollection
([])
1630
Arguments = new
InteractionInputCollection
([])
1714
Arguments = new
InteractionInputCollection
([])
1798
Arguments = new
InteractionInputCollection
([])
1892
Arguments = new
InteractionInputCollection
([])
1963
Arguments = new
InteractionInputCollection
([])
2041
Arguments = new
InteractionInputCollection
([])
2055
Arguments = new
InteractionInputCollection
([])
2120
Arguments = new
InteractionInputCollection
([])
2184
Arguments = new
InteractionInputCollection
([])
2238
Arguments = new
InteractionInputCollection
([])
2298
Arguments = new
InteractionInputCollection
([])
2375
Arguments = new
InteractionInputCollection
([])
2389
Arguments = new
InteractionInputCollection
([])
2452
Arguments = new
InteractionInputCollection
([])
2469
Arguments = new
InteractionInputCollection
([])
2550
Arguments = new
InteractionInputCollection
([])
2596
Arguments = new
InteractionInputCollection
([])
2649
Arguments = new
InteractionInputCollection
([])
2663
Arguments = new
InteractionInputCollection
([])
2789
Arguments = new
InteractionInputCollection
([])
2963
Arguments = new
InteractionInputCollection
([])
3094
Arguments = new
InteractionInputCollection
([])
3220
Arguments = new
InteractionInputCollection
([])
3283
Arguments = new
InteractionInputCollection
([])
3409
Arguments = new
InteractionInputCollection
([])
3774
Arguments = new
InteractionInputCollection
([])
3853
Arguments = new
InteractionInputCollection
([])
3925
Arguments = new
InteractionInputCollection
([])
4005
Arguments = new
InteractionInputCollection
([])
4079
Arguments = new
InteractionInputCollection
([])
4131
Arguments = new
InteractionInputCollection
([])
4179
: new
InteractionInputCollection
([])
4223
Arguments = new
InteractionInputCollection
([])
4291
Arguments = new
InteractionInputCollection
([])
4530
Arguments = new
InteractionInputCollection
([])
4582
Arguments = new
InteractionInputCollection
([])
4629
Arguments = new
InteractionInputCollection
([])
4677
Arguments = new
InteractionInputCollection
([])
4815
Arguments = new
InteractionInputCollection
([])
4985
return new
InteractionInputCollection
([.. values.Select(static value => new InteractionInput
4995
return new
InteractionInputCollection
([.. inputs.Select(static input => new InteractionInput
tests\Shared\TestInteractionService.cs (6)
39
var data = new InteractionData(InteractionType.Input, title, message, new
InteractionInputCollection
([input]), options, cancellationToken, new TaskCompletionSource<object>());
47
var data = new InteractionData(InteractionType.Inputs, title, message, new
InteractionInputCollection
(inputs), options, cancellationToken, new TaskCompletionSource<object>());
57
return InteractionResult.Ok(new
InteractionInputCollection
(result.Data));
62
var data = new InteractionData(InteractionType.Notification, title, message, new
InteractionInputCollection
([]), options, cancellationToken, new TaskCompletionSource<object>());
69
var data = new InteractionData(InteractionType.MessageBox, title, message, new
InteractionInputCollection
([]), options, cancellationToken, new TaskCompletionSource<object>());
85
var data = new InteractionData(InteractionType.Progress, options.Title ?? string.Empty, message, new
InteractionInputCollection
([]), options, cancellationToken, new TaskCompletionSource<object>());
Aspire.Hosting.Blazor.Tests (2)
BlazorHostedExtensionsTests.cs (1)
253
Arguments = new
InteractionInputCollection
([])
WithBlazorAppTests.cs (1)
326
Arguments = new
InteractionInputCollection
([])
Aspire.Hosting.Browsers.Tests (11)
BrowserLogsBuilderExtensionsTests.cs (5)
109
AllInputs = new
InteractionInputCollection
(arguments),
116
AllInputs = new
InteractionInputCollection
(arguments),
123
AllInputs = new
InteractionInputCollection
(arguments),
162
AllInputs = new
InteractionInputCollection
(arguments),
1735
return new
InteractionInputCollection
(
tests\Shared\TestInteractionService.cs (6)
39
var data = new InteractionData(InteractionType.Input, title, message, new
InteractionInputCollection
([input]), options, cancellationToken, new TaskCompletionSource<object>());
47
var data = new InteractionData(InteractionType.Inputs, title, message, new
InteractionInputCollection
(inputs), options, cancellationToken, new TaskCompletionSource<object>());
57
return InteractionResult.Ok(new
InteractionInputCollection
(result.Data));
62
var data = new InteractionData(InteractionType.Notification, title, message, new
InteractionInputCollection
([]), options, cancellationToken, new TaskCompletionSource<object>());
69
var data = new InteractionData(InteractionType.MessageBox, title, message, new
InteractionInputCollection
([]), options, cancellationToken, new TaskCompletionSource<object>());
85
var data = new InteractionData(InteractionType.Progress, options.Title ?? string.Empty, message, new
InteractionInputCollection
([]), options, cancellationToken, new TaskCompletionSource<object>());
Aspire.Hosting.DevTunnels.Tests (9)
DevTunnelResourceBuilderExtensionsTests.cs (3)
471
Arguments = new
InteractionInputCollection
([]),
523
Arguments = new
InteractionInputCollection
([]),
571
Arguments = new
InteractionInputCollection
([]),
tests\Shared\TestInteractionService.cs (6)
39
var data = new InteractionData(InteractionType.Input, title, message, new
InteractionInputCollection
([input]), options, cancellationToken, new TaskCompletionSource<object>());
47
var data = new InteractionData(InteractionType.Inputs, title, message, new
InteractionInputCollection
(inputs), options, cancellationToken, new TaskCompletionSource<object>());
57
return InteractionResult.Ok(new
InteractionInputCollection
(result.Data));
62
var data = new InteractionData(InteractionType.Notification, title, message, new
InteractionInputCollection
([]), options, cancellationToken, new TaskCompletionSource<object>());
69
var data = new InteractionData(InteractionType.MessageBox, title, message, new
InteractionInputCollection
([]), options, cancellationToken, new TaskCompletionSource<object>());
85
var data = new InteractionData(InteractionType.Progress, options.Title ?? string.Empty, message, new
InteractionInputCollection
([]), options, cancellationToken, new TaskCompletionSource<object>());
Aspire.Hosting.Foundry.Tests (3)
HostedAgentExtensionTests.cs (2)
108
var arguments = new
InteractionInputCollection
(
173
var arguments = new
InteractionInputCollection
(
PromptAgentTests.cs (1)
105
Arguments = new
InteractionInputCollection
(
Aspire.Hosting.Maui.Tests (1)
MauiBuildQueueTests.cs (1)
782
Arguments = new
InteractionInputCollection
([])
Aspire.Hosting.RemoteHost.Tests (6)
tests\Shared\TestInteractionService.cs (6)
39
var data = new InteractionData(InteractionType.Input, title, message, new
InteractionInputCollection
([input]), options, cancellationToken, new TaskCompletionSource<object>());
47
var data = new InteractionData(InteractionType.Inputs, title, message, new
InteractionInputCollection
(inputs), options, cancellationToken, new TaskCompletionSource<object>());
57
return InteractionResult.Ok(new
InteractionInputCollection
(result.Data));
62
var data = new InteractionData(InteractionType.Notification, title, message, new
InteractionInputCollection
([]), options, cancellationToken, new TaskCompletionSource<object>());
69
var data = new InteractionData(InteractionType.MessageBox, title, message, new
InteractionInputCollection
([]), options, cancellationToken, new TaskCompletionSource<object>());
85
var data = new InteractionData(InteractionType.Progress, options.Title ?? string.Empty, message, new
InteractionInputCollection
([]), options, cancellationToken, new TaskCompletionSource<object>());
Aspire.Hosting.Tests (30)
InteractionServiceTests.cs (8)
649
var collection = new
InteractionInputCollection
(inputs);
689
var collection = new
InteractionInputCollection
(inputs);
723
var collection = new
InteractionInputCollection
(inputs);
745
var exception = Assert.Throws<InvalidOperationException>(() => new
InteractionInputCollection
(inputs));
760
var exception = Assert.Throws<InvalidOperationException>(() => new
InteractionInputCollection
(inputs));
776
var collection = new
InteractionInputCollection
(inputs);
809
var collection = new
InteractionInputCollection
(inputs);
842
var collection = new
InteractionInputCollection
(inputs);
Orchestrator\ParameterProcessorTests.cs (8)
928
var arguments = new
InteractionInputCollection
(setValueCommand.Arguments);
953
var arguments = new
InteractionInputCollection
(setValueCommand.Arguments);
987
var arguments = new
InteractionInputCollection
(setValueCommand.Arguments);
1025
var arguments = new
InteractionInputCollection
(deleteCommand.Arguments);
1057
var arguments = new
InteractionInputCollection
(deleteCommand.Arguments);
1235
return new
InteractionInputCollection
([
1253
return new
InteractionInputCollection
([
1547
var result = await parameterProcessor.DeleteParameterCoreAsync(parameter, new
InteractionInputCollection
([]), CancellationToken.None).DefaultTimeout();
ResourceCommandServiceTests.cs (3)
540
var arguments = new
InteractionInputCollection
(
675
var arguments = new
InteractionInputCollection
(
1533
var arguments = new
InteractionInputCollection
(
tests\Shared\TestInteractionService.cs (6)
39
var data = new InteractionData(InteractionType.Input, title, message, new
InteractionInputCollection
([input]), options, cancellationToken, new TaskCompletionSource<object>());
47
var data = new InteractionData(InteractionType.Inputs, title, message, new
InteractionInputCollection
(inputs), options, cancellationToken, new TaskCompletionSource<object>());
57
return InteractionResult.Ok(new
InteractionInputCollection
(result.Data));
62
var data = new InteractionData(InteractionType.Notification, title, message, new
InteractionInputCollection
([]), options, cancellationToken, new TaskCompletionSource<object>());
69
var data = new InteractionData(InteractionType.MessageBox, title, message, new
InteractionInputCollection
([]), options, cancellationToken, new TaskCompletionSource<object>());
85
var data = new InteractionData(InteractionType.Progress, options.Title ?? string.Empty, message, new
InteractionInputCollection
([]), options, cancellationToken, new TaskCompletionSource<object>());
WithHttpCommandTests.cs (2)
377
var arguments = new
InteractionInputCollection
(
778
var arguments = new
InteractionInputCollection
(
WithProcessCommandTests.cs (3)
180
var arguments = new
InteractionInputCollection
(
259
var arguments = new
InteractionInputCollection
(
374
var arguments = new
InteractionInputCollection
(