4 references to DotNetEmptyAppHost
aspire (1)
Templating\DotNetTemplateFactory.cs (1)
154KnownTemplateId.DotNetEmptyAppHost,
Aspire.Cli.Tests (3)
Commands\NewCommandTemplateConfigPersistenceTests.cs (1)
88PrDogfoodNewTemplateCase.DotNet(KnownTemplateId.DotNetEmptyAppHost, ["--localhost-tld", "false"]),
Commands\NewCommandTests.cs (1)
950Assert.Contains(command.Subcommands, subcommand => subcommand.Name == KnownTemplateId.DotNetEmptyAppHost && subcommand.Description == "Empty (C# AppHost, dotnet template)");
Templating\DotNetTemplateFactoryTests.cs (1)
288Assert.DoesNotContain(KnownTemplateId.DotNetEmptyAppHost, templateNames);