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
EqtTrace.Error("TestPlatformTraceListener.Setup: Failed to replace inner callback to ShowDialog in Debug.Assert. Calls to Debug.Assert with crash the test host process. {0}",ex);
40
+
try
41
+
{
42
+
// workaround for netcoreapp2.1 where the trace listener api is not called when
43
+
// Debug.Assert fails. This method is internal, but the class is on purpose keeping the
44
+
// callback settable so tests can set the callback
EqtTrace.Error("TestPlatformTraceListener.Setup: Failed to replace inner callback to ShowDialog in Debug.Assert. Calls to Debug.Assert with crash the test host process. {0}",ex);
0 commit comments