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
Currently, the implementation of the new dotnet test experience for .NET 10 will set TESTINGPLATFORM_VSTESTBRIDGE_RUNSETTINGS_FILE environment variable.
This doesn't seem ideal. What if we considered a breaking change for the env variable name in our next major? Or even remove the env variable support completely?
Should we instead pass runsettings via --settings command line option, which is much less likely that we will want to break?
Copy from microsoft/testfx#5199
Comment by @Youssef1313
The text was updated successfully, but these errors were encountered: