-
Notifications
You must be signed in to change notification settings - Fork 291
Disable appdomain usage by default #1297
Copy link
Copy link
Closed
Labels
Area: MSTestIssues with MSTest that are not specific to more refined area (e.g. analyzers or assertions)Issues with MSTest that are not specific to more refined area (e.g. analyzers or assertions)Breaking ‼️
Milestone
Description
Description
Currently, we consider no information as "use AppDomain" by default. This is allowing to have good separation of concerns by default but as a performance cost.
We want to change the default to be "no AppDomain" except when explicitly asked for.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area: MSTestIssues with MSTest that are not specific to more refined area (e.g. analyzers or assertions)Issues with MSTest that are not specific to more refined area (e.g. analyzers or assertions)Breaking ‼️