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