hi
10.0.18 has marked DmfEntityWrite.Write as obsolete and added WriteV2 in its place. What is worse is WriteV2 is marked as InternalUseOnlyAttribute. We were extending this method to manipulate the staging data. It is annoying as hell to find this method not extensible. Do we have any documentation from Microsoft as to which method are likely to be marked as internal in future?
I wish they just delete obsolete methods so that we will get compile error. Took me a day to figure out that call stack has changed and my custom code is not getting executed.