JasperFx / lamar

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

RoslynProxy interception #74

Open dominikjeske opened 5 years ago

dominikjeske commented 5 years ago

It would be great to have ability to generate proxy like DynamicProxy from castle but using roslyn to allow some interception of code to add some cross cutting concerns like logging/exception handling/retry/cache etc.

jeremydmiller commented 4 years ago

This is an "I take pull requests" kind of issue. It wouldn't be that hard.