Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix faulty project-path when parsing under linux
the directories in the solution are usually separated using backwards-slashes ('\') under linux, the path of the solution-file (using forward-slashes ('/')) is combined with the path that is used in the solution itself. Resulting in something like '/some/path/to\project.csproj', resulting in a faulty path, which leads to other problems
- Loading branch information