7 references to TypeScriptStarter
aspire (1)
Templating\CliTemplateFactory.cs (1)
121
KnownTemplateId.
TypeScriptStarter
,
Aspire.Cli.Tests (6)
Commands\NewCommandTemplateConfigPersistenceTests.cs (5)
70
PrDogfoodNewTemplateCase.CliConfig(KnownTemplateId.
TypeScriptStarter
, ["--localhost-tld", "false"]),
123
[InlineData(KnownTemplateId.
TypeScriptStarter
, "apphost.mts")]
151
[InlineData(KnownTemplateId.
TypeScriptStarter
, "apphost.mts")]
178
[InlineData(KnownTemplateId.
TypeScriptStarter
, "apphost.mts")]
201
[InlineData(KnownTemplateId.
TypeScriptStarter
)]
Commands\NewCommandTests.cs (1)
932
Assert.Contains((KnownTemplateId.
TypeScriptStarter
, "Starter App (Express/React, TypeScript AppHost)"), promptedTemplates);