Is there a way to tell the generator that such interface is not an abstract class? because it converts them to abstract classes that causes Multiple Inheritance errors like "cannot have multiple base classes: 'Object' and 'MyClass'"
Did you get this sorted - I have a similar issue and not sure how to fix it.
I get the error
The type or namespace name does not exist in the namespace , but I can see that the generated code has a abstract class, whereas the decompiled Java code has an interface
Answers
Here is a smallish guide on this topic that might help in certain areas: https://gist.github.com/JonDouglas/dda6d8ace7d071b0e8cb
Thanks YorkGo, will check these out
Did you get this sorted - I have a similar issue and not sure how to fix it.
I get the error
The type or namespace name does not exist in the namespace , but I can see that the generated code has a abstract class, whereas the decompiled Java code has an interface