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

Solution folders get parsed as CsProjFile #78

Open
ewilde opened this issue Feb 6, 2014 · 0 comments
Open

Solution folders get parsed as CsProjFile #78

ewilde opened this issue Feb 6, 2014 · 0 comments
Labels

Comments

@ewilde
Copy link
Contributor

ewilde commented Feb 6, 2014

Scenario

Existing solution that uses folders to group project files:

+
 |-- Data (folder)
         |--- Repository (csproj)

Solution is parsed using Solution.LoadFrom

Assertion Expected Actual
Solution.Projects.Count() 1 2

Question

Is this expected behavior? If not I'll submit a pull request to filter out the folders.

@ewilde ewilde added the bug label Apr 17, 2014
ewilde added a commit that referenced this issue May 6, 2014
This pull request resolves issue #78.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant