-
Notifications
You must be signed in to change notification settings - Fork 291
Reading runsettings shouldn't use ReadToFollowing #5800
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
testfx/src/Adapter/MSTestAdapter.PlatformServices/Services/MSTestAdapterSettings.cs
Line 199 in 166a1d1
| disableAppDomain = reader.ReadToFollowing("DisableAppDomain") && |
We should explicitly look for DisableAppDomain under RunConfiguration, not arbitrarily anywhere in the XML.
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 ‼️