Closed
Description
Description
Per this issue the adapter is now aware if it is driven by an IDE/CLI. Querying source information for a test method is only required in IDE scenarios where one can run a test from an editor context for instance. Getting source information from the Test Platforms DIA wrapper is a costly operation and is of no use in CLI scenarios.
Filing this issue to conditionally not query for this information when running from CLI to better performance.
Environment
MSTest.TestFramework: 1.1.13
MSTest.TestAdapter: 1.1.13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment