3 writes to HarvestedFrom
Microsoft.DotNet.Build.Tasks.Packaging (1)
GeneratePackageReport.cs (1)
362HarvestedFrom = packageItem.HarvestedFrom,
Microsoft.DotNet.Build.Tasks.Packaging.Tests (2)
ValidateHarvestVersionIsLatestForReleaseTests.cs (2)
30new PackageAsset{ HarvestedFrom = "TestPackage/4.6.2/ref/netstandard2.0/TestPackage.dll" } 135new PackageAsset{ HarvestedFrom = "TestPackage/4.6.2/ref/netstandard2.0/TestPackage.dll" }
6 references to HarvestedFrom
Microsoft.DotNet.Build.Tasks.Packaging (6)
ValidateHarvestVersionIsLatestForRelease.cs (6)
77if (!string.IsNullOrEmpty(compileAsset.HarvestedFrom)) 79return GetHarvestVersionFromString(compileAsset.HarvestedFrom, report.Id, out harvestVersion, out harvestMajor, out harvestMinor); 85if (!string.IsNullOrEmpty(runtimeAsset.HarvestedFrom)) 87return GetHarvestVersionFromString(runtimeAsset.HarvestedFrom, report.Id, out harvestVersion, out harvestMajor, out harvestMinor); 93if (!string.IsNullOrEmpty(nativeAsset.HarvestedFrom)) 95return GetHarvestVersionFromString(nativeAsset.HarvestedFrom, report.Id, out harvestVersion, out harvestMajor, out harvestMinor);