Not 100% on-topic, but: is there any special reason why the code generator for .NET needs to be written in .NET itself? The Java generator isn't written in Java, after all. We've been using Jon's .NET library, and we just copy-and-pasted the standard Java generator and made a C# generator for protoc.exe (--csharp_out option). Seems to work fine.
- Alex --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/protobuf?hl=en -~----------~----~----~----~------~----~------~--~---
