9 writes to PublishCommandPrompterFactory
Aspire.Cli.Tests (9)
Commands\DeployCommandTests.cs (4)
301options.PublishCommandPrompterFactory = (sp) => 373options.PublishCommandPrompterFactory = (sp) => 444options.PublishCommandPrompterFactory = (sp) => 504options.PublishCommandPrompterFactory = (sp) =>
Commands\DestroyCommandTests.cs (4)
106options.PublishCommandPrompterFactory = (sp) => 205options.PublishCommandPrompterFactory = (sp) => 263options.PublishCommandPrompterFactory = (sp) => 316options.PublishCommandPrompterFactory = (sp) =>
Commands\PublishCommandTests.cs (1)
214options.PublishCommandPrompterFactory = (sp) =>
1 reference to PublishCommandPrompterFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
148services.AddSingleton(options.PublishCommandPrompterFactory);