You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot find any good naming for all the props where we chose if something should be warning or error.
Note that because this is forcing the users to do some conversion, I would be in favor of changing the default for these configurations to match what we think is the good default.
Alternative Designs
None
The text was updated successfully, but these errors were encountered:
Summary
Add support for testconfig.json entries.
Background and Motivation
Microsoft.Testing.Platform
provides support for[appname].testconfig.json
as a modern replacement forrunsettings
.Proposed Feature
Detect if the config exists in the file and use it.
If the user is specifying the config both in the runsettings and
testconfig.json
let's fail and ask the user to specify in only one file.Given we have a new file format, I think this is a good opportunity to refactor the settings into logical groups.
Here is the list of currently supported properties
Here is the suggested refactored settings
I cannot find any good naming for all the props where we chose if something should be warning or error.
Note that because this is forcing the users to do some conversion, I would be in favor of changing the default for these configurations to match what we think is the good default.
Alternative Designs
None
The text was updated successfully, but these errors were encountered: