1 write to Path
Microsoft.DotNet.SharedFramework.Sdk (1)
parent\Microsoft.DotNet.PackageTesting\VerifyClosure.cs (1)
416
Path
= path;
9 references to Path
Microsoft.DotNet.SharedFramework.Sdk (9)
parent\Microsoft.DotNet.PackageTesting\VerifyClosure.cs (9)
111
var fileName = Path.GetFileName(assemblyInfo.
Path
);
112
var existingFileName = Path.GetFileName(existingInfo.
Path
);
116
Log.LogError($"Duplicate entries for {assemblyInfo.Name} : {assemblyInfo.
Path
} & {existingInfo.
Path
}");
121
Log.LogMessage($"Duplicate entries for {assemblyInfo.Name}, but different filenames : preferring {existingInfo.
Path
} over {assemblyInfo.
Path
}.");
251
Log.LogMessage(MessageImportance.Low, $"Checked {assm.
Path
}");
270
Log.LogError($"Cycle detected for {assembly.
Path
}.");
309
Log.LogMessage($"Cycle detected for {depAssm.
Path
} : {PrintCycle(cycle)}.");