diff --git a/build/shade/_k-xml-docs-test.shade b/build/shade/_k-xml-docs-test.shade deleted file mode 100644 index 3fbc890..0000000 --- a/build/shade/_k-xml-docs-test.shade +++ /dev/null @@ -1,55 +0,0 @@ - -use namespace="System" -use namespace="System.Collections.Generic" -use namespace="System.IO" -use import="Files" - -default BASE_DIR='${Directory.GetCurrentDirectory()}' - -@{ - var srcDir = Path.Combine(BASE_DIR, "src"); - foreach (var projectFile in Files.Include(Path.Combine(srcDir, "**", "project.json"))) - { - var binDirectory = Path.Combine(Path.GetDirectoryName(projectFile), "bin"); - if (Directory.Exists(binDirectory)) - { - foreach (var xmlFilePath in Files.Include(Path.Combine(binDirectory, "**", "*.xml"))) - { - var errors = 0; - var xmlLines = File.ReadAllLines(xmlFilePath); - for (var linesIndex = 0; linesIndex < xmlLines.Length; linesIndex++) - { - var xmlLine = xmlLines[linesIndex].Trim(); - if (xmlLine.StartsWith("