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");
36
var testAsset = _testAssetsManager.CreateTestProject(
_testProject
, callingMethod: callingMethod, identifier: identifier);
77
ValidateProperties(testAsset,
_testProject
, expectSelfContained: passSelfContained, expectRuntimeIdentifier: appIsSelfContainedOrRuntimeSpecific);
94
ValidateProperties(testAsset,
_testProject
, expectSelfContained: passSelfContained, expectRuntimeIdentifier: appIsSelfContainedOrRuntimeSpecific);
115
ValidateProperties(testAsset,
_testProject
, expectSelfContained: passSelfContained, expectRuntimeIdentifier: appIsSelfContainedOrRuntimeSpecific);
134
ValidateProperties(testAsset,
_testProject
, expectSelfContained: passSelfContained, expectRuntimeIdentifier: appIsSelfContainedOrRuntimeSpecific);
147
_testProject
.TargetFrameworks = $"net6.0;{ToolsetInfo.CurrentTargetFramework}";
163
ValidateProperties(testAsset,
_testProject
, expectSelfContained: appIsSelfContainedOrRuntimeSpecific, expectRuntimeIdentifier: appIsSelfContainedOrRuntimeSpecific,
165
ValidateProperties(testAsset,
_testProject
, expectSelfContained: passSelfContained, expectRuntimeIdentifier: appIsSelfContainedOrRuntimeSpecific,
182
var testAsset = _testAssetsManager.CreateTestProject(
_testProject
, identifier: identifier);
191
new DotnetCommand(Log, "sln", "add",
_testProject
.Name)