3 writes to HarvestedFrom
Microsoft.DotNet.Build.Tasks.Packaging (1)
Microsoft.DotNet.Build.Tasks.Packaging.Tests (2)
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);