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