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