3 references to DotNetEmptyAppHost
aspire (1)
Templating\DotNetTemplateFactory.cs (1)
175KnownTemplateId.DotNetEmptyAppHost,
Aspire.Cli.Tests (2)
Commands\NewCommandTests.cs (1)
928Assert.Contains(command.Subcommands, subcommand => subcommand.Name == KnownTemplateId.DotNetEmptyAppHost && subcommand.Description == "Empty (C# AppHost, dotnet template)");
Templating\DotNetTemplateFactoryTests.cs (1)
308Assert.DoesNotContain(KnownTemplateId.DotNetEmptyAppHost, templateNames);