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

Add support for "and all transitive dependencies" to .slnf file format #37319

Closed
rcmdh opened this issue Dec 5, 2023 · 1 comment
Closed
Labels
Area-NetSDK untriaged Request triage from a team member

Comments

@rcmdh
Copy link

rcmdh commented Dec 5, 2023

Currently, when a new reference is added to a project in a .slnf, Visual Studio complains and it doesn't work properly. It would be great to have an opt-in feature to automatically include all transitive dependencies. Ideally I would just specify the small number of projects I care about and all its dependencies would be pulled in automatically, rather than me having to maintain the list and update it periodically.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-NetSDK untriaged Request triage from a team member labels Dec 5, 2023
@KalleOlaviNiemitalo
Copy link
Contributor

According to dotnet/msbuild#9159 (comment), feature requests for solution filters should be filed in Developer Community, rather than in GitHub.

https://developercommunity.visualstudio.com/t/Solution-filter-file-is-not-maintainable/1424434?ftype=idea&q=Solution+filter+reference&page=1 seems to match your request. https://developercommunity.visualstudio.com/t/Solution-Filter-should-provide-a-way-to/604799?ftype=idea&q=Solution+filter+reference also looks related.

Consider also using slngen to generate a solution file that lists the desired projects and their dependencies.

@rcmdh rcmdh closed this as completed Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-NetSDK untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

2 participants