19 writes to RunAppHostCommandAsyncCallback
Aspire.Cli.Tests (19)
Projects\DotNetAppHostProjectTests.cs (19)
1035runner.RunAppHostCommandAsyncCallback = (projectFile, command, workingDirectory, args, env, _, options, _) => 1129runner.RunAppHostCommandAsyncCallback = (_, command, _, args, env, _, options, _) => 1182RunAppHostCommandAsyncCallback = (_, _, _, _, _, _, _, _) => throw new InvalidOperationException("direct launch should not substitute the default profile.") 1221RunAppHostCommandAsyncCallback = (_, _, _, _, _, _, _, _) => throw new InvalidOperationException("direct launch should not ignore an explicit launch profile.") 1264RunAppHostCommandAsyncCallback = (_, _, _, _, _, _, _, _) => throw new InvalidOperationException("direct launch should not choose between ambiguous profile names.") 1305RunAppHostCommandAsyncCallback = (_, _, _, _, _, _, _, _) => throw new InvalidOperationException("direct launch should not accept an SDK-invalid command name.") 1353RunAppHostCommandAsyncCallback = (_, _, _, _, _, _, _, _) => throw new InvalidOperationException("direct launch should not accept a profile that the SDK cannot deserialize.") 1397RunAppHostCommandAsyncCallback = (_, _, _, _, _, _, _, _) => throw new InvalidOperationException("direct launch should not collapse duplicate profile properties.") 1452runner.RunAppHostCommandAsyncCallback = (_, command, _, args, env, _, options, _) => 1506RunAppHostCommandAsyncCallback = (_, _, _, _, _, _, _, _) => throw new InvalidOperationException("direct AppHost launch should not be used when disabled.") 1666runner.RunAppHostCommandAsyncCallback = (_, command, _, args, env, _, _, _) => 1722runner.RunAppHostCommandAsyncCallback = (_, _, _, args, env, _, _, _) => 1777runner.RunAppHostCommandAsyncCallback = (_, command, _, args, _, _, _, _) => 1839runner.RunAppHostCommandAsyncCallback = (_, command, _, args, env, _, _, _) => 1902runner.RunAppHostCommandAsyncCallback = (_, command, _, _, env, _, _, _) => 1959RunAppHostCommandAsyncCallback = (_, _, _, _, _, _, _, _) => throw new InvalidOperationException("direct AppHost launch should not be used for executable launch profiles.") 2019RunAppHostCommandAsyncCallback = (_, _, _, _, _, _, _, _) => throw new InvalidOperationException("direct AppHost launch should not be used when launch settings do not contain a usable profile.") 2089runner.RunAppHostCommandAsyncCallback = (_, command, _, _, env, _, _, _) => 2588RunAppHostCommandAsyncCallback = (_, _, _, _, _, _, _, _) => throw new InvalidOperationException("direct AppHost launch should not be used when the run metadata is not directly launchable.")
2 references to RunAppHostCommandAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestDotNetCliRunner.cs (2)
169if (RunAppHostCommandAsyncCallback is not null) 171return RunAppHostCommandAsyncCallback(projectFile, command, workingDirectory, args, env, backchannelCompletionSource, options, cancellationToken);