-
Notifications
You must be signed in to change notification settings - Fork 13
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
[SUGGESTION] Add ability to open solution filters #103
Comments
This is quite a high priority for project that are semi-complex. I am working on the maui repository and I can't get anything to work as the restore fails right at the beginning. The solution has a whole collection of platform-specific projects, and when I am running on macOS all my Windows/WPF/WinForms project just stop everything. I have a set of solution filters that I use today in main VS and also to build on the CLI. The only part that is missing is the solution filters. My current workaround is to add a new solution that is the same as a solution filter just for VSCode, but it is not the best as thing go out of sync. And the sln file format is not like anything amazing to even touch. So nightmares entail when trying to sync manually. |
Not only would it be nice to support |
Same request for us, we have one solution which contains everything, some C++, some C# with .net472 and some asp.net core with .net 6. it would be awesome to allow us to only use the asp.net core / net 6 part without all the rests. |
+1 from my team, we've got a fairly large legacy mono-repo with ~15 |
I would also like this feature inside C# Dev Kit. The slnf help us a lot on a huge solution with speed up development cycle ;) |
Same here. In my mono repo the slnf-files are in the same folder as the main sln-file. When I open that folder I want to choose, which solution(-filter) I want to open. Thank you! |
Any progress on this issue? It's a very important feature for large multi-platform solutions. |
With the latest version, I can now open the solution filter in vscode.
The intent of the solution filter is to work on projects which work in VSCode, but skip the others. |
not only that but any dotnet action still work on the full solution, for example even after hacking the readregistry tasks, I can see that dotnet restore is invoke on ALL projects into the solution ? |
The "Open Solution" command also seems to choke on .slnf files that contain a traling comma in the projects list, even though |
Describe the feature you'd like
With Visual Studio 2022, we are able to setup and use solution filters (*.slnf), which allows us to only load certain projects and not the entire solution. This would be really nice with C# dev kit to be able to do the same in VS Code
Alternatives considered
N/A
Environment Information
N/A
The text was updated successfully, but these errors were encountered: