1 write to ExecuteCommand
Aspire.Hosting (1)
ApplicationModel\ResourceCommandAnnotation.cs (1)
78
ExecuteCommand
= executeCommand;
75 references to ExecuteCommand
Aspire.Hosting (5)
ApplicationModel\ResourceCommandAnnotation.cs (2)
292
/// The result of executing a command. Returned from <see cref="ResourceCommandAnnotation.
ExecuteCommand
"/>.
439
/// Context for <see cref="ResourceCommandAnnotation.
ExecuteCommand
"/>.
ApplicationModel\ResourceCommandService.cs (3)
420
return await annotation.
ExecuteCommand
(context).ConfigureAwait(false);
427
return await annotation.
ExecuteCommand
(context).ConfigureAwait(false);
449
commandResult = await annotation.
ExecuteCommand
(linkedContext).ConfigureAwait(false);
Aspire.Hosting.Azure.Tests (61)
AzureEnvironmentResourceExtensionsTests.cs (61)
356
var result = await resetCommand.
ExecuteCommand
(new ExecuteCommandContext
410
var commandTask = resetCommand.
ExecuteCommand
(new ExecuteCommandContext
748
var result = await changeLocationCommand.
ExecuteCommand
(new ExecuteCommandContext
829
var result = await getResourceCommand.
ExecuteCommand
(new ExecuteCommandContext
913
var result = await getResourceCommand.
ExecuteCommand
(new ExecuteCommandContext
1182
var result = await getResourceCommand.
ExecuteCommand
(new ExecuteCommandContext
1246
var result = await getResourceCommand.
ExecuteCommand
(new ExecuteCommandContext
1307
var result = await getResourceCommand.
ExecuteCommand
(new ExecuteCommandContext
1368
var result = await cancelCommand.
ExecuteCommand
(new ExecuteCommandContext
1503
var result = await cancelCommand.
ExecuteCommand
(new ExecuteCommandContext
1561
var result = await command.
ExecuteCommand
(new ExecuteCommandContext
1612
var queuedReprovisionTask = queuedReprovisionCommand.
ExecuteCommand
(new ExecuteCommandContext
1624
var result = await conflictingCommand.
ExecuteCommand
(new ExecuteCommandContext
1708
var result = await cancelCommand.
ExecuteCommand
(new ExecuteCommandContext
1792
var result = await deleteCommand.
ExecuteCommand
(new ExecuteCommandContext
1886
var result = await deleteCommand.
ExecuteCommand
(new ExecuteCommandContext
1957
var commandTask = deleteCommand.
ExecuteCommand
(new ExecuteCommandContext
2035
var deleteTask = deleteCommand.
ExecuteCommand
(new ExecuteCommandContext
2049
var cancelResult = await cancelCommand.
ExecuteCommand
(new ExecuteCommandContext
2114
var result = await forgetCommand.
ExecuteCommand
(new ExecuteCommandContext
2178
var result = await reprovisionCommand.
ExecuteCommand
(new ExecuteCommandContext
2232
var commandTask = reprovisionCommand.
ExecuteCommand
(new ExecuteCommandContext
2292
var commandTask = reprovisionCommand.
ExecuteCommand
(new ExecuteCommandContext
2369
var storageTask = reprovisionStorageCommand.
ExecuteCommand
(new ExecuteCommandContext
2383
var storage2Task = reprovisionStorage2Command.
ExecuteCommand
(new ExecuteCommandContext
2446
var commandTask = reprovisionCommand.
ExecuteCommand
(new ExecuteCommandContext
2463
var cancelResult = await cancelCommand.
ExecuteCommand
(new ExecuteCommandContext
2544
var cancelResult = await cancelCommand.
ExecuteCommand
(new ExecuteCommandContext
2590
var result = await cancelCommand.
ExecuteCommand
(new ExecuteCommandContext
2643
var commandTask = reprovisionCommand.
ExecuteCommand
(new ExecuteCommandContext
2657
var cancelResult = await cancelCommand.
ExecuteCommand
(new ExecuteCommandContext
2710
var commandTask = changeLocationCommand.
ExecuteCommand
(new ExecuteCommandContext
2783
var executionTask = changeLocationCommand.
ExecuteCommand
(new ExecuteCommandContext
2836
var result = await changeLocationCommand.
ExecuteCommand
(new ExecuteCommandContext
2896
var result = await changeLocationCommand.
ExecuteCommand
(new ExecuteCommandContext
2957
var executionTask = changeLocationCommand.
ExecuteCommand
(new ExecuteCommandContext
3027
var result = await changeLocationCommand.
ExecuteCommand
(new ExecuteCommandContext
3088
var executionTask = changeLocationCommand.
ExecuteCommand
(new ExecuteCommandContext
3157
var result = await changeLocationCommand.
ExecuteCommand
(new ExecuteCommandContext
3214
var executionTask = changeLocationCommand.
ExecuteCommand
(new ExecuteCommandContext
3277
var executionTask = changeLocationCommand.
ExecuteCommand
(new ExecuteCommandContext
3348
var result = await changeLocationCommand.
ExecuteCommand
(new ExecuteCommandContext
3403
var result = await reprovisionAllCommand.
ExecuteCommand
(new ExecuteCommandContext
3443
var result = await changeContextCommand.
ExecuteCommand
(new ExecuteCommandContext
3517
var result = await changeContextCommand.
ExecuteCommand
(new ExecuteCommandContext
3565
var result = await changeContextCommand.
ExecuteCommand
(new ExecuteCommandContext
3621
var result = await changeContextCommand.
ExecuteCommand
(new ExecuteCommandContext
3768
var result = await reprovisionCommand.
ExecuteCommand
(new ExecuteCommandContext
3847
var result = await reprovisionCommand.
ExecuteCommand
(new ExecuteCommandContext
3919
var result = await reprovisionCommand.
ExecuteCommand
(new ExecuteCommandContext
3999
var result = await reprovisionCommand.
ExecuteCommand
(new ExecuteCommandContext
4073
var commandTask = reprovisionCommand.
ExecuteCommand
(new ExecuteCommandContext
4125
var executionTask = changeLocationCommand.
ExecuteCommand
(new ExecuteCommandContext
4171
var result = await changeLocationCommand.
ExecuteCommand
(new ExecuteCommandContext
4217
var result = await reprovisionCommand.
ExecuteCommand
(new ExecuteCommandContext
4285
var result = await reprovisionCommand.
ExecuteCommand
(new ExecuteCommandContext
4524
var result = await deleteCommand.
ExecuteCommand
(new ExecuteCommandContext
4576
var result = await deleteCommand.
ExecuteCommand
(new ExecuteCommandContext
4623
var result = await deleteCommand.
ExecuteCommand
(new ExecuteCommandContext
4671
var result = await deleteCommand.
ExecuteCommand
(new ExecuteCommandContext
4809
var cancelResult = await cancelCommand.
ExecuteCommand
(new ExecuteCommandContext
Aspire.Hosting.Blazor.Tests (2)
BlazorHostedExtensionsTests.cs (1)
247
var result = await debugCommand.
ExecuteCommand
(new ExecuteCommandContext
WithBlazorAppTests.cs (1)
320
var result = await command.
ExecuteCommand
(new ExecuteCommandContext
Aspire.Hosting.DevTunnels.Tests (3)
DevTunnelResourceBuilderExtensionsTests.cs (3)
467
var commandTask = command.
ExecuteCommand
(new ExecuteCommandContext
519
var commandTask = command.
ExecuteCommand
(new ExecuteCommandContext
567
var commandTask = command.
ExecuteCommand
(new ExecuteCommandContext
Aspire.Hosting.Foundry.Tests (1)
PromptAgentTests.cs (1)
99
var result = await command.
ExecuteCommand
(new ExecuteCommandContext
Aspire.Hosting.Maui (1)
Lifecycle\MauiBuildQueueEventSubscriber.cs (1)
446
return await originalStop.
ExecuteCommand
(context).ConfigureAwait(false);
Aspire.Hosting.Maui.Tests (2)
MauiBuildQueueTests.cs (2)
567
var result = await stopCommand.
ExecuteCommand
(CreateExecuteCommandContext(env));
600
var result = await stopCommand.
ExecuteCommand
(CreateExecuteCommandContext(env));