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