4 references to ReportFile
Microsoft.DotNet.Build.Tasks.Packaging (4)
ValidateFrameworkPackage.cs (1)
93Log.LogError($"Could not find target {targetKey} in {ReportFile}.");
ValidatePackage.cs (2)
182Log.LogError($"Missing target {fx.ToString()} from validation report {ReportFile}"); 198Log.LogError($"Missing target {target} from validation report {ReportFile}");
ValidationTask.cs (1)
146_report = PackageReport.Load(ReportFile);