6 references to PythonEmptyAppHost
aspire (1)
Templating\CliTemplateFactory.cs (1)
151KnownTemplateId.PythonEmptyAppHost,
Aspire.Cli.Tests (5)
Commands\NewCommandTemplateConfigPersistenceTests.cs (4)
79PrDogfoodNewTemplateCase.CliConfig(KnownTemplateId.PythonEmptyAppHost, ["--localhost-tld", "false"]), 121[InlineData(KnownTemplateId.PythonEmptyAppHost, "apphost.py")] 149[InlineData(KnownTemplateId.PythonEmptyAppHost, "apphost.py")] 176[InlineData(KnownTemplateId.PythonEmptyAppHost, "apphost.py")]
Commands\NewCommandTests.cs (1)
67Assert.Contains(command.Subcommands, subcommand => subcommand.Name == KnownTemplateId.PythonEmptyAppHost && subcommand.Description == "Empty (Python AppHost)");