JasperFx / lamar

Fast Inversion of Control Tool and Successor to StructureMap
https://jasperfx.github.io/lamar
MIT License
571 stars 119 forks source link

New ReturnValueTaskFrame #267

Open jeremydmiller opened 3 years ago

jeremydmiller commented 3 years ago

For the code generation. Make sure it supports being created by either variable type or the actual Variable.

Goal is to generate code like: return new ValueTask(something);