5 writes to PublishCommandPrompterFactory
Aspire.Cli.Tests (5)
Commands\DeployCommandTests.cs (4)
183options.PublishCommandPrompterFactory = (sp) => 252options.PublishCommandPrompterFactory = (sp) => 324options.PublishCommandPrompterFactory = (sp) => 384options.PublishCommandPrompterFactory = (sp) =>
Commands\PublishCommandTests.cs (1)
214options.PublishCommandPrompterFactory = (sp) =>
1 reference to PublishCommandPrompterFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
87services.AddSingleton(options.PublishCommandPrompterFactory);