DebuggerDisplay attribute does not work as expected!
- by mark
Dear ladies and sirs.
I know that this attribute should work in C# and yet, in my case it does not.
I have a class with a lazy property Children. Accessing this property may have a side effect of roundtripping to the server. So, naturally, I do not want this to happen when I just watch it in the debugger watch window.
Omitting all the irrelevant…