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

Only looks for .csproj in the first root folder #35

Open
PurplProto opened this issue Aug 4, 2018 · 3 comments
Open

Only looks for .csproj in the first root folder #35

PurplProto opened this issue Aug 4, 2018 · 3 comments

Comments

@PurplProto
Copy link

PurplProto commented Aug 4, 2018

I have two root folders in my workspace and I've come to find that this extension only searches for a .csprog file only in the first root folder.

Switching the order in which the root folders appear in the workspace seems to have solved my issue.

However, I'd like to suggest support for this. Maybe searching all root folders and then if multiple .csprog files are found, prompt the user to specify which the package should be added to.

@PurplProto
Copy link
Author

PurplProto commented Aug 28, 2018

It does seem however that your extension is not alone on this. I've experienced the same issue with another.

Maybe I just have an abnormal directory structure. I usualy use Visual Studio so I had it laid out as if it were a solution rather than a project.

I can adjust my workflow to suit though, it's no real issue. Feel free to close this issue, or keep it if you perhaps would like to add support for such structures anyways :)

@adamralph
Copy link

adamralph commented Nov 2, 2018

I have the same problem, and I believe it is genuine. Multi-folder workspaces are very common, so searching only the first folder isn't adequate.

@brainydevs
Copy link

I can confirm this issue, Reordering folders in workspace is a hassle.

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

No branches or pull requests

4 participants