1 instantiation of TestTypeScriptStarterProject
Aspire.Cli.Tests (1)
TestServices\TestTypeScriptStarterProjectFactory.cs (1)
11private readonly TestTypeScriptStarterProject _project = new(buildAndGenerateSdkAsync);
2 references to TestTypeScriptStarterProject
Aspire.Cli.Tests (2)
TestServices\TestTypeScriptStarterProjectFactory.cs (2)
11private readonly TestTypeScriptStarterProject _project = new(buildAndGenerateSdkAsync); 13public TestTypeScriptStarterProject Project => _project;