Thanks for the heads up, Roland. I've renamed the XOR functions in gdipRegion to XOR plus parameter type (e.g. XORGraphicsPath, XORRectangle, etc.) just to avoid using "f_"
It seems that the warnings/errors on .NET deploy have something to do with structures passed as readonly arguments. I've converted the readonly arg type to value arg type. I've also stored all ToXXXXX() functions in a variable first before calling an API. You can try again on my next release if this resolves the .NET deploy issue.
BTW, I'm not sure if .NET deployment will work for the current Kodigo approach, let me know if it happens to run as I do not have PB11. Thanks again for the help!