-
Is this possible? Similar to how .props files can import other .props files we would like to do the same for runsettings files. The use case is we have many test projects in a repository and majority of them need 90% of the same settings. However, the last 10% of settings are variable depending on the test projects. We'd like to be able to create a base.runsettings file and then project1.runsettings that inherits from base.runsettings |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is not currently possible for runsettings. But I think this is a good idea in general. For example this is how .editorconfig is applied. And I would love to see this, paired with automatic pickup of configuration in the current or parent path. In the end this would give the user the ability to provide their chosen defaults that would be used for all runs, no matter if in command line or in visual studio. |
Beta Was this translation helpful? Give feedback.
This is not currently possible for runsettings.
But I think this is a good idea in general. For example this is how .editorconfig is applied. And I would love to see this, paired with automatic pickup of configuration in the current or parent path. In the end this would give the user the ability to provide their chosen defaults that would be used for all runs, no matter if in command line or in visual studio.