We're using Code Compare for its Structural Code Comparison feature.
We're coding in C# in VS 2015.
The structural code comparison stops analysing at the first expression-bodied members it finds. I guess this is an unhandled way to code.
Here is an example comparison :
We can see in this screenshot that every change is present in Difference Explorer.

If we move the "NewProp" block after the Prop that uses expression-bodied syntax, we can see now that the change is correctly seen as added by Code Compare but does not appear in Difference Explorer anymore...

Do someone else have the problem ?
Do you know a fix for this ? (except by stopping to use expression-bodied members as we have a lot of these in many of our files)
Thank you,
David.