2 writes to GetCommandResult
Aspire.Hosting.Tests (2)
WithProcessCommandTests.cs (2)
426
GetCommandResult
= resultContext =>
771
GetCommandResult
= context =>
6 references to GetCommandResult
Aspire.Hosting (6)
ApplicationModel\ProcessCommandOptions.cs (3)
28
/// This option is not applied by default result handling when <see cref="
GetCommandResult
"/> is specified.
49
/// This option is not applied by default result handling when <see cref="
GetCommandResult
"/> is specified.
55
/// Gets or sets the exit codes that are treated as a successful command invocation when <see cref="
GetCommandResult
"/> is not specified.
ResourceBuilderExtensions.cs (3)
3098
/// control whether returned output opens automatically in the dashboard. Configure <see cref="ProcessCommandOptions.
GetCommandResult
"/>
3157
/// control whether returned output opens automatically in the dashboard. Configure <see cref="ProcessCommandOptions.
GetCommandResult
"/>
3463
if (commandOptions.
GetCommandResult
is { } getCommandResult)