Youssef Victor
Youssef Victor
Looks very similar to https://github.com/nunit/nunit3-vs-adapter/issues/876
@OsirisTerje Parsing is failing inside NUnit here. Without sufficient info on something specific broken on VSTestBridge side, I cannot help much here. Can you please first investigate on NUnit side?
The filter code path is probably not hit when running with VSTest. The testhost is likely able to call the adapter with `TestCase` object right away. In MTP, we send...
This PR needs IsPropMethodCall to be completed. The reason this is needed is that now `Control.TabNavigation` bindings are broken, because we are declaring it this way:  This means, the...
@elantiguamsft Can you please review this PR? Thank you!
@elantiguamsft I think the current failure is unrelated to my changes. > error: pathspec 'mtp' did not match any file(s) known to git The GitHub workflow seems to not be...
Feels like more of a question for xunit.
@nohwnd Was this fixed already?
You can use empty string for this case. We could make it nullable though, I don't have a strong opinion.
NOTE: Before opening, we should verify whether `OrchestrateTestHostExecutionAsync` should have `CancellationToken` parameter. I think it should but it's currently missing.