5 instantiations of TestSolutionAsset
Microsoft.Build.EndToEnd.Tests (5)
MultithreadedExecution_Tests.cs (1)
63return new TestSolutionAsset(workFolder.Path, testAsset.ProjectRelativePath);
TestAssetsFixture.cs (4)
21internal static readonly TestSolutionAsset SingleProject = new("SingleProject", "SingleProject.csproj"); 22internal static readonly TestSolutionAsset ProjectWithDependencies = new("ProjectWithDependencies", "ConsoleApp/ConsoleApp.csproj"); 23internal static readonly TestSolutionAsset NonSdkSingleProject = new("NonSdkSingleProject", "NonSdkSingleProject.csproj"); 24internal static readonly TestSolutionAsset NonSdkProjectWithDependencies = new("NonSdkProjectWithDependencies", "ConsoleApp/ConsoleApp.csproj");
13 references to TestSolutionAsset
Microsoft.Build.EndToEnd.Tests (13)
MultithreadedExecution_Tests.cs (7)
50private TestSolutionAsset PrepareIsolatedTestAssets(TestSolutionAsset testAsset) 70private static TestSolutionAsset GetTestAssetByName(string testAssetName) 88TestSolutionAsset testAsset = GetTestAssetByName(testAssetName); 90TestSolutionAsset isolatedAsset = PrepareIsolatedTestAssets(testAsset); 123TestSolutionAsset testAsset = GetTestAssetByName(testAssetName); 126TestSolutionAsset isolatedAsset = PrepareIsolatedTestAssets(testAsset);
TestAssetsFixture.cs (6)
21internal static readonly TestSolutionAsset SingleProject = new("SingleProject", "SingleProject.csproj"); 22internal static readonly TestSolutionAsset ProjectWithDependencies = new("ProjectWithDependencies", "ConsoleApp/ConsoleApp.csproj"); 23internal static readonly TestSolutionAsset NonSdkSingleProject = new("NonSdkSingleProject", "NonSdkSingleProject.csproj"); 24internal static readonly TestSolutionAsset NonSdkProjectWithDependencies = new("NonSdkProjectWithDependencies", "ConsoleApp/ConsoleApp.csproj"); 27private static readonly TestSolutionAsset[] AssetsToRestore = 42foreach (var asset in AssetsToRestore)