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