3 references to RustEmptyAppHost
aspire (1)
Templating\CliTemplateFactory.cs (1)
184KnownTemplateId.RustEmptyAppHost,
Aspire.Cli.Tests (2)
Commands\NewCommandTemplateConfigPersistenceTests.cs (1)
82PrDogfoodNewTemplateCase.CliConfig(KnownTemplateId.RustEmptyAppHost, ["--localhost-tld", "false"]),
Commands\NewCommandTests.cs (1)
70Assert.Contains(command.Subcommands, subcommand => subcommand.Name == KnownTemplateId.RustEmptyAppHost && subcommand.Description == "Empty (Rust AppHost)");