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

Implement Codegen #11

Open
galvesribeiro opened this issue Oct 21, 2019 · 0 comments
Open

Implement Codegen #11

galvesribeiro opened this issue Oct 21, 2019 · 0 comments
Assignees

Comments

@galvesribeiro
Copy link
Member

The first release was meant to proof that all the concept works properly and that we can have proper http endpoints exposed on Orleans. However, it was implemented with a Reflection all over the place at startup.

I would like to remove all that reflection and implement a Roslyn-based codegen so we can pre-emptively generate all grain invokers based on routes and type handlers. That would speed up the startup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants