Open
Description
@nohwnd The switch of DisableAppDomain default value on MSTest v4 causes issues because VSTest considers a different default value.
Is it possible for VSTest to special case MSTest v4 and adjust its default as well?
The potential issues:
- Merging app.config of testhost with user's app.config.
- AppDomain.CurrentDomain.BaseDirectory pointing out to the directory containing the
testhost.netXX.exe
instead of the directory of the test assembly.
Metadata
Metadata
Assignees
Labels
No labels