7 references to TypeScriptStarter
aspire (1)
Templating\CliTemplateFactory.cs (1)
120
KnownTemplateId.
TypeScriptStarter
,
Aspire.Cli.Tests (6)
Commands\NewCommandTemplateConfigPersistenceTests.cs (5)
71
PrDogfoodNewTemplateCase.CliConfig(KnownTemplateId.
TypeScriptStarter
, ["--localhost-tld", "false"]),
124
[InlineData(KnownTemplateId.
TypeScriptStarter
, "apphost.mts")]
152
[InlineData(KnownTemplateId.
TypeScriptStarter
, "apphost.mts")]
179
[InlineData(KnownTemplateId.
TypeScriptStarter
, "apphost.mts")]
202
[InlineData(KnownTemplateId.
TypeScriptStarter
)]
Commands\NewCommandTests.cs (1)
932
Assert.Contains((KnownTemplateId.
TypeScriptStarter
, "Starter App (Express/React, TypeScript AppHost)"), promptedTemplates);