You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project below is broken, when you will run it using vstest console from nuget package it fails to load system.valuetuple, because of the binding redirect in app.config.
This will prevent classes to be discovered, but all the details are swallowed and reported neither to screen, nor to tptrace.
Looks like eqTrace might not be getting the real settings because we in appdomain (this is netframework project).
This is where we get the messages logged including the details of the assembly load failure, but the messages don't end up anywhere. eqtrace is set to false.
make sure you run /inisolation to use attach vs (or use the one that attaches to runner)
warnings also look like they don't propagate back from the appdomain, where we pass an instance of list, not 100% sure, I thought the marshalling is clever enough to handle that.
Describe the bug
When class fails to discover there is no warning.
Steps To Reproduce
The project below is broken, when you will run it using vstest console from nuget package it fails to load system.valuetuple, because of the binding redirect in app.config.
This will prevent classes to be discovered, but all the details are swallowed and reported neither to screen, nor to tptrace.
Looks like eqTrace might not be getting the real settings because we in appdomain (this is netframework project).
And the warnings I did not investigate yet.
mstest229.zip
Note that we would be glad if you could enclose a repro (zip or link to some GitHub project).
-->
Expected behavior
I am told what was the cause of the issue, and that some classes were not discovered.
Actual behavior
Additional context
The text was updated successfully, but these errors were encountered: