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