1 reference to _pathLenghtWarningThreshold
NuGet.Packaging (1)
Rules\PathTooLongRule.cs (1)
26
if (Path.Combine(installedPath, file).Length >
_pathLenghtWarningThreshold
)