1 write to _testProject
Microsoft.NET.Build.Tests (1)
GlobalPropertyFlowTests.cs (1)
23_testProject = new TestProject("TestProject")
12 references to _testProject
Microsoft.NET.Build.Tests (12)
GlobalPropertyFlowTests.cs (12)
28_testProject.ReferencedProjects.Add(_referencedProject); 30_testProject.RecordProperties("RuntimeIdentifier", "SelfContained"); 36var testAsset = _testAssetsManager.CreateTestProject(_testProject, callingMethod: callingMethod, identifier: identifier); 77ValidateProperties(testAsset, _testProject, expectSelfContained: passSelfContained, expectRuntimeIdentifier: appIsSelfContainedOrRuntimeSpecific); 94ValidateProperties(testAsset, _testProject, expectSelfContained: passSelfContained, expectRuntimeIdentifier: appIsSelfContainedOrRuntimeSpecific); 115ValidateProperties(testAsset, _testProject, expectSelfContained: passSelfContained, expectRuntimeIdentifier: appIsSelfContainedOrRuntimeSpecific); 134ValidateProperties(testAsset, _testProject, expectSelfContained: passSelfContained, expectRuntimeIdentifier: appIsSelfContainedOrRuntimeSpecific); 147_testProject.TargetFrameworks = $"net6.0;{ToolsetInfo.CurrentTargetFramework}"; 163ValidateProperties(testAsset, _testProject, expectSelfContained: appIsSelfContainedOrRuntimeSpecific, expectRuntimeIdentifier: appIsSelfContainedOrRuntimeSpecific, 165ValidateProperties(testAsset, _testProject, expectSelfContained: passSelfContained, expectRuntimeIdentifier: appIsSelfContainedOrRuntimeSpecific, 182var testAsset = _testAssetsManager.CreateTestProject(_testProject, identifier: identifier); 191new DotnetCommand(Log, "sln", "add", _testProject.Name)