5 writes to PublishCommandPrompterFactory
Aspire.Cli.Tests (5)
Commands\DeployCommandTests.cs (4)
182options.PublishCommandPrompterFactory = (sp) => 251options.PublishCommandPrompterFactory = (sp) => 322options.PublishCommandPrompterFactory = (sp) => 382options.PublishCommandPrompterFactory = (sp) =>
Commands\PublishCommandTests.cs (1)
214options.PublishCommandPrompterFactory = (sp) =>
1 reference to PublishCommandPrompterFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
102services.AddSingleton(options.PublishCommandPrompterFactory);