+1 vote

I use visual studio 2017 and the mail.dll.
If I debug the code, I see no property names for the limilabs mail objects in the watch or local window
For example: If I read an email, I see all the values of the email inside my LimiLabs object, but I see no corresponding property names for the belonging values. There are only empty places instead of the property names.

by (250 points)
edited by
I don't really understand, are you talking about VS watch window, or something else?
yes, I see only the values in the watch/local window but no property names

1 Answer

0 votes

I just checked and you are correct: It seems Visual Studio doesn't handle obfuscation too well. Something must have changed recently as I don't remember it having such problems before.

What is interesting public properties/methods are not obfuscated in any way, and if you add a specific property to watch e.g. "mail.Subject" it shows correct value.

Fortunately I can see, that InteliSense is working with no problem. Right now I can only point you to the documentation, where you can find all class/properties/methods.

We'll try to improve this in the next release, thanks for the report!

by (297k points)
Fixed, scheduled for next release.
...