debugging issue
Hello folks, I have a problem I hope I can explain what's happening.
When I have break points on certain blocks of code the desired select statement that selects SingleOrDefault works fine.
Without breakpoints (on normal debuging) the list has more than one item then an exception fires and says "sequence contains more than one element".
When I have break points on certain blocks of code the desired select statement that selects SingleOrDefault works fine.
Without breakpoints (on normal debuging) the list has more than one item then an exception fires and says "sequence contains more than one element".