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