6 references to GoEmptyAppHost
aspire (1)
Templating\CliTemplateFactory.cs (1)
173
KnownTemplateId.
GoEmptyAppHost
,
Aspire.Cli.Tests (5)
Commands\NewCommandTemplateConfigPersistenceTests.cs (4)
81
PrDogfoodNewTemplateCase.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)
69
Assert.Contains(command.Subcommands, subcommand => subcommand.Name == KnownTemplateId.
GoEmptyAppHost
&& subcommand.Description == "Empty (Go AppHost)");