0

I'm getting the typical error "The function evaluation requires all threads to run." but I don't have the little button that is usually there to do as it suggests -- i.e. run all the threads, as described here.

enter image description here

And yes, I do have this set:

enter image description here

Comments at the link above indicate this feature may have been removed in VS 2015, but I just used it recently in VS 2017 and today is the first time I've noticed it missing. I restarted VS, no change.

rory.ap
  • 34,009
  • 10
  • 83
  • 174

1 Answers1

0

1.Maybe you can trying watching the property in watch window to check if there has difference.

2.And please check if workaround from vapcguy can help. Thanks to him :)

As I found in many issues, adding .ToList() to the end can help fix this issue.

LoLance
  • 25,666
  • 1
  • 39
  • 73