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

Feature idea: auto-including related projects based on convention #15

Open
jberezanski opened this issue May 5, 2020 · 1 comment
Open

Comments

@jberezanski
Copy link

In several projects I work on there are certain groups of projects, which are logically related but do not necessarily have references in msbuild sense.
Example:

SomeProject
SomeProject.Tests
SomeProject.IntegrationTests
SomeProject.UiTests
SomeProject.Contracts

It would be useful if SLNTools could be configured to automatically include logical "child" projects based on naming conventions (so, in the above example, if I selected SomeProject in the slnfilter the filtered solution would contain all SomeProject.* projects).

@SM4JL
Copy link

SM4JL commented Dec 14, 2021

If somebody will implement this, we have a similar need, just we want to exclude the projects. e.g. slnfilter to create subsolution without tests. I was thinking it might be useful to define a substring/wildcard/regex to described which projects to include or exclude in the filter based on this definition.

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