JohnBoncek
6 years agoNew Contributor
code generation documentation
The Export menu has two long lists of code generation options, one for Client SDK and one for Server Stub, each being just a name, such as android, haskell, csharp-dotnet2, etc. Is there any documentation giving details such as the platforms each of these can build and run on and what dependencies they have? That would be very helpful. For instance, you have to export to the csharp-dotnet2 option and inspect the generated content to discover that it has a build file only for mono. Or in the case of android, in which the name indicates the platform but not the language, what language is it using? Thank you.