Orleans.Http icon indicating copy to clipboard operation
Orleans.Http copied to clipboard

Implement Codegen

Open galvesribeiro opened this issue 4 years ago • 0 comments

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.

galvesribeiro avatar Oct 21 '19 16:10 galvesribeiro