Hi All,
I am currently working on a requirement in which I have to add customized code in one of Microsoft's internal classes.
Class name is 'EngChgEcmRequestWorkflow' and it is internal.
COC of the method with an 'internal' modifier is not allowed and error is thrown.
But this is not the case with internal classes. I am getting a BP warning "internal class cannot be extended" but not compile error.
Is it safe to ignore this "BP warning" and continue?
Thanks!