CompilerNuGetCheckerUtil.cs (15)
151relativeFileName.EndsWith(".resources.dll", PathComparison) ||
152relativeFileName.EndsWith(".rels", PathComparison) ||
153relativeFileName.EndsWith(".psmdcp", PathComparison),
182relativeFileName.StartsWith(@"tasks\netcore\bincore\Microsoft.DiaSymReader.Native", PathComparison) ||
183relativeFileName.StartsWith(@"tasks\netcore\bincore\Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll", PathComparison),
294if (partData.RelativeName.StartsWith(packageFolder, PathComparison) &&
345.Where(x => x.RelativeName.StartsWith(folderRelativePath, PathComparison))
449filePath.EndsWith(".exe", PathComparison) ||
450filePath.EndsWith(".dll", PathComparison) ||
451filePath.EndsWith(".targets", PathComparison) ||
452filePath.EndsWith(".config", PathComparison) ||
453filePath.EndsWith(".rsp", PathComparison) ||
454filePath.EndsWith(".deps.json", PathComparison) ||
455filePath.EndsWith(".runtimeconfig.json", PathComparison) ||
456filePath.EndsWith(".props", PathComparison);