Base:
property
PropertiesToAdd
Microsoft.Build.Framework.SdkResult.PropertiesToAdd
2 writes to PropertiesToAdd
Microsoft.DotNet.MSBuildSdkResolver.Tests (2)
GivenAnMSBuildSdkResolver.cs (2)
942PropertiesToAdd = propertiesToAdd; 964PropertiesToAdd = propertiesToAdd;
17 references to PropertiesToAdd
Microsoft.DotNet.MSBuildSdkResolver.Tests (17)
GivenAnMSBuildSdkResolver.cs (17)
208result.PropertiesToAdd.Should().NotBeNull().And.HaveCount(2); 209result.PropertiesToAdd.Should().ContainKey(DotnetHostExperimentalKey); 213result.PropertiesToAdd.Should().NotBeNull().And.HaveCount(1); 215result.PropertiesToAdd.Should().ContainKey(MSBuildTaskHostRuntimeVersion); 216result.PropertiesToAdd[MSBuildTaskHostRuntimeVersion].Should().Be("mockRuntimeVersion"); 252result.PropertiesToAdd.Should().NotBeNull().And.HaveCount(2); 253result.PropertiesToAdd.Should().ContainKey(DotnetHostExperimentalKey); 254result.PropertiesToAdd[DotnetHostExperimentalKey].Should().Be(localDotnetBinary); 288result.PropertiesToAdd.Should().BeNull(); 328result.PropertiesToAdd.Should().NotBeNull().And.HaveCount(4); 329result.PropertiesToAdd.Should().ContainKey(DotnetHostExperimentalKey); 333result.PropertiesToAdd.Should().NotBeNull().And.HaveCount(3); 335result.PropertiesToAdd.Should().ContainKey(MSBuildTaskHostRuntimeVersion); 336result.PropertiesToAdd[MSBuildTaskHostRuntimeVersion].Should().Be("mockRuntimeVersion"); 337result.PropertiesToAdd.Should().ContainKey("SdkResolverHonoredGlobalJson"); 338result.PropertiesToAdd.Should().ContainKey("SdkResolverGlobalJsonPath"); 339result.PropertiesToAdd["SdkResolverHonoredGlobalJson"].Should().Be("false");