14 instantiations of ResourceCommandExecutionOptions
Aspire.Hosting (5)
ApplicationModel\ResourceCommandService.cs (2)
67
new
ResourceCommandExecutionOptions
{ NonInteractive = true },
99
new
ResourceCommandExecutionOptions
Ats\ResourceCommandExports.cs (1)
68
new
ResourceCommandExecutionOptions
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
304
new
ResourceCommandExecutionOptions
Dashboard\DashboardServiceData.cs (1)
134
new
ResourceCommandExecutionOptions
Aspire.Hosting.Tests (9)
ResourceCommandServiceTests.cs (9)
1027
new
ResourceCommandExecutionOptions
1117
new
ResourceCommandExecutionOptions
1192
new
ResourceCommandExecutionOptions
1243
new
ResourceCommandExecutionOptions
1295
new
ResourceCommandExecutionOptions
{ NonInteractive = false },
1367
new
ResourceCommandExecutionOptions
{ NonInteractive = false },
1422
new
ResourceCommandExecutionOptions
{ NonInteractive = true },
1456
new
ResourceCommandExecutionOptions
{ NonInteractive = true },
1490
new
ResourceCommandExecutionOptions
{ NonInteractive = false },
2 references to ResourceCommandExecutionOptions
Aspire.Hosting (2)
ApplicationModel\ResourceCommandService.cs (2)
306
internal async Task<ExecuteCommandResult> ExecuteCommandAsync(string resourceId, string commandName,
ResourceCommandExecutionOptions
options, CancellationToken cancellationToken)
500
private async Task<ExecuteCommandResult> ExecuteCommandCoreAsync(string resourceId, string commandName,
ResourceCommandExecutionOptions
options, CancellationToken cancellationToken)