1 write to Path
Microsoft.DotNet.SharedFramework.Sdk (1)
src\Microsoft.DotNet.PackageTesting\VerifyClosure.cs (1)
412
Path
= path;
9 references to Path
Microsoft.DotNet.SharedFramework.Sdk (9)
src\Microsoft.DotNet.PackageTesting\VerifyClosure.cs (9)
107
var fileName = Path.GetFileName(assemblyInfo.
Path
);
108
var existingFileName = Path.GetFileName(existingInfo.
Path
);
112
Log.LogError($"Duplicate entries for {assemblyInfo.Name} : {assemblyInfo.
Path
} & {existingInfo.
Path
}");
117
Log.LogMessage($"Duplicate entries for {assemblyInfo.Name}, but different filenames : preferring {existingInfo.
Path
} over {assemblyInfo.
Path
}.");
247
Log.LogMessage(LogImportance.Low, $"Checked {assm.
Path
}");
266
Log.LogError($"Cycle detected for {assembly.
Path
}.");
305
Log.LogMessage($"Cycle detected for {depAssm.
Path
} : {PrintCycle(cycle)}.");