Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Compiler] Backend for C# #25

Closed
kmruiz opened this issue Sep 4, 2019 · 2 comments
Closed

[Compiler] Backend for C# #25

kmruiz opened this issue Sep 4, 2019 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@kmruiz
Copy link
Contributor

kmruiz commented Sep 4, 2019

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
Copy link
Contributor

This issue should be fixed by #180

@jakzal
Copy link
Member

jakzal commented Aug 3, 2021

Implemented in #189 #190

@jakzal jakzal closed this as completed Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants