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 a way to merge Stryker config files #2323

Open
psfinaki opened this issue Nov 18, 2022 · 1 comment
Open

Add a way to merge Stryker config files #2323

psfinaki opened this issue Nov 18, 2022 · 1 comment
Labels
🚀 Feature request New feature or request

Comments

@psfinaki
Copy link
Contributor

Is your feature request related to a problem? Please describe.
In large repos, different projects might be built for different frameworks and their intersection is not guaranteed. In that case, the "default" framework in the Stryker config makes sense but it would be helpful to be able to override that default for certain folders (e.g. dedicated to some analyzers, generators, etc) instead of relying on the fallback mechanism.

Describe the solution you'd like
The idea is to follow the MSBuild approach in that one would be able to specify a Stryker config on different levels in the repo and the settings in the innermost config would override the outermore (thus similar to Directory.Build.Props).

@psfinaki psfinaki added the 🚀 Feature request New feature or request label Nov 18, 2022
@dupdob
Copy link
Member

dupdob commented May 22, 2023

Note that while I redesigned solution mode, I deliberately left the design open so that options could be different on a per project basis. Whats remains to be done is:

  1. Loading per project options (if/when present)
  2. Implement the inheritance strategy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 Feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants