1 write to Path
Microsoft.DotNet.SharedFramework.Sdk (1)
src\Microsoft.DotNet.PackageTesting\VerifyTypes.cs (1)
139Path = path;
10 references to Path
Microsoft.DotNet.SharedFramework.Sdk (10)
src\Microsoft.DotNet.PackageTesting\VerifyTypes.cs (10)
59Log.LogMessage($"Ignored duplicate type {type} in both {existingAssembly.Path} and {assembly.Path}."); 63Log.LogError($"Duplicate type {type} in both {existingAssembly.Path} and {assembly.Path}."); 105var fileName = Path.GetFileName(assemblyInfo.Path); 106var existingFileName = Path.GetFileName(existingInfo.Path); 110Log.LogError($"Duplicate entries for {assemblyInfo.Name} : {assemblyInfo.Path} & {existingInfo.Path}"); 115Log.LogMessage($"Duplicate entries for {assemblyInfo.Name}, but different filenames : preferring {existingInfo.Path} over {assemblyInfo.Path}.");