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

Ignoring projects #113

Open
nm-marques opened this issue Dec 11, 2024 · 1 comment
Open

Ignoring projects #113

nm-marques opened this issue Dec 11, 2024 · 1 comment

Comments

@nm-marques
Copy link

I've been playing around with lock target but i think that having an option to simply ignore loading from projects(disabled as default of course) would be tremendously helpful.

Currently lock target accomplishes this but locks you in to solution, the flexibility to use multiple solution simultaneously in the same instance was great, this is possible if lock target is false but without lock target the issue discussed in this PR arises, projects that belong to a solution but are outside the sln directory get initialized as projects.

@seblj
Copy link
Owner

seblj commented Dec 12, 2024

Could you explain a bit more? If I understand correctly, you want an option to always try to attach to a solution. So in the case of this:

this is possible if lock target is false but without lock target the issue discussed in this #82 arises, projects that belong to a solution but are outside the sln directory get initialized as projects.

You want it to first try to see if it can find the correct solution, and if not fallback to the current solution?

I think I am open to it, but I just want to understand it a bit more first

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