Home
Options

Unable to expand nested result until the query is completed

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.

Comments

Sign In or Register to comment.