Unable to expand nested result until the query is completed
Options
Hi,
I'm unable to expand nested result until the query is completed.
Here is a script to reproduce the issue:
this.GetType().Dump(0);
Thread.Sleep(-1);
If you try to expand "typeof(UserQuery)" it will get stuck on "Executing action...", I assume that it is because the query has not completed.
I'm unable to expand nested result until the query is completed.
Here is a script to reproduce the issue:
this.GetType().Dump(0);
Thread.Sleep(-1);
If you try to expand "typeof(UserQuery)" it will get stuck on "Executing action...", I assume that it is because the query has not completed.
Comments
-
Yes, that's right. You can't expand hyperlinks in this scenario because it requires code to execute on the main thread, which is blocked.