6 references to GoEmptyAppHost
aspire (1)
Templating\CliTemplateFactory.cs (1)
173KnownTemplateId.GoEmptyAppHost,
Aspire.Cli.Tests (5)
Commands\NewCommandTemplateConfigPersistenceTests.cs (4)
81PrDogfoodNewTemplateCase.CliConfig(KnownTemplateId.GoEmptyAppHost, ["--localhost-tld", "false"]), 122[InlineData(KnownTemplateId.GoEmptyAppHost, "apphost.go")] 150[InlineData(KnownTemplateId.GoEmptyAppHost, "apphost.go")] 177[InlineData(KnownTemplateId.GoEmptyAppHost, "apphost.go")]
Commands\NewCommandTests.cs (1)
69Assert.Contains(command.Subcommands, subcommand => subcommand.Name == KnownTemplateId.GoEmptyAppHost && subcommand.Description == "Empty (Go AppHost)");