vlingo / xoom-schemata

The VLINGO XOOM Schema Registry.
https://vlingo.io
Mozilla Public License 2.0
17 stars 9 forks source link

[Compiler] Backend for C# #25

Closed kmruiz closed 3 years ago

kmruiz commented 5 years ago

We need a backend compiler for C#. We don't know if there is something like JavaPoet for C#, but because types are relatively simple, it might make sense to just do it manually.

An example implementation for Java can be found here: io.vlingo.schemata.codegen.backend.java.JavaBackend

hurelhuyag commented 3 years ago

This issue should be fixed by https://github.com/vlingo/xoom-schemata/pull/180

jakzal commented 3 years ago

Implemented in https://github.com/vlingo/xoom-schemata/pull/189 https://github.com/vlingo/xoom-schemata/pull/190