Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot load solution containing solution folders #14

Closed
kentcb opened this issue Oct 18, 2017 · 3 comments
Closed

Cannot load solution containing solution folders #14

kentcb opened this issue Oct 18, 2017 · 3 comments

Comments

@kentcb
Copy link

kentcb commented Oct 18, 2017

Code:

// initialPath: "C:\Users\Kent\Repository\XXX\Src\XXX.sln"
var manager = new AnalyzerManager(initialPath);

Results in:

System.ArgumentException: 'The path C:\Users\Kent\Repository\XXX\Src\Platform could not be found.'

The solution includes a solution folder in it called "Platform":

Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Platform", "Platform", "{43E194F0-7558-486E-AADA-A1DBB8855359}"
EndProject
@kentcb kentcb changed the title Cannot load solution Cannot load solution containing solution folders Oct 18, 2017
@josephwoodward
Copy link
Collaborator

This #15 change fixes this issue 👍

@josephwoodward
Copy link
Collaborator

Looks like @daveaglick's just released a new version to NuGet including the fix @kentcb

@kentcb
Copy link
Author

kentcb commented Oct 23, 2017

@josephwoodward just got around to trying this, and can confirm that the solution now loads correctly 👍

I've run into another issue, which I'll open a separate issue for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants