Skip to content

DisableAppDomain for MSTest v4 #15220

Open
@Youssef1313

Description

@Youssef1313

@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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions