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

Consider supporting .slnf solution filters #4097

Closed
rainersigwald opened this issue Jan 24, 2019 · 8 comments · Fixed by #4899
Closed

Consider supporting .slnf solution filters #4097

rainersigwald opened this issue Jan 24, 2019 · 8 comments · Fixed by #4899
Assignees
Labels
Area: Solution (.sln) Issues related to parsing .sln files or building solutions triaged

Comments

@rainersigwald
Copy link
Member

This is a new feature in VS: https://docs.microsoft.com/en-us/visualstudio/ide/filtered-solutions?view=vs-2019. MSBuild doesn't understand .slnf files so you can't build them at the command line, but I assume (without looking into it at all) that it would be possible to build a solution metaproject using a .slnf and its .sln and build it.

@rainersigwald rainersigwald added the Area: Solution (.sln) Issues related to parsing .sln files or building solutions label Jan 24, 2019
@snow-jallen
Copy link

Yes please! We currently have several different solution files that we use for building different subsets of our code base in different CI/CD pipelines. It would be really nice to just have a single sln file with different .slnf definitions.

@Postlagerkarte
Copy link

Any news on this?

@Mohit-Chakraborty
Copy link

This is coming up repeatedly as an ask from customers who are giving us feedback about solution filters. Please consider adding this support.

@snow-jallen
Copy link

Very happy to see progress made on this issue. :) Thank you!

@dnperfors
Copy link

Did this feature actually land in 16.6?
I just installed VS 16.6 and started a build for an .slnf file and i got the following error:

error MSB4025: The project file could not be loaded. Data at the root level is invalid. Line 1, position 1.

@Forgind
Copy link
Member

Forgind commented May 19, 2020

No 😢
Now I'm hoping to get it in 16.7

@s-bauer
Copy link

s-bauer commented Jun 22, 2020

@rainersigwald In which version of msbuild is this going to land?

@Forgind
Copy link
Member

Forgind commented Jun 22, 2020

16.7 (Preview 3 to be precise)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Solution (.sln) Issues related to parsing .sln files or building solutions triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants