Exemple #1
0
        public static ExternalSolutionApi GetSolutionFile(string path)
        {
            var parser   = new SolutionFileParser();
            var filePath = new FilePath(path, false);

            return(new ExternalSolutionApi(parser.Parse(filePath, filePath.FileContent().AsLines())));
        }
Exemple #2
0
        public static ExternalSolutionApi GetSolutionFile(string path)
		{
            var parser = new SolutionFileParser();
            var filePath = new FilePath(path, false);
            return new ExternalSolutionApi(parser.Parse(filePath, filePath.FileContent().AsLines()));
		}