5 writes to PublishCommandPrompterFactory
Aspire.Cli.Tests (5)
Commands\DeployCommandTests.cs (3)
179options.PublishCommandPrompterFactory = (sp) => 250options.PublishCommandPrompterFactory = (sp) => 320options.PublishCommandPrompterFactory = (sp) =>
Commands\PublishCommandTests.cs (2)
216options.PublishCommandPrompterFactory = (sp) => 286options.PublishCommandPrompterFactory = (sp) =>
1 reference to PublishCommandPrompterFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
81services.AddSingleton(options.PublishCommandPrompterFactory);