autofac / Autofac.Extras.AggregateService

Dynamic aggregate service implementation generation for Autofac IoC
MIT License
4 stars 7 forks source link

Build-time aggregated service generation #13

Open jvmlet opened 2 years ago

jvmlet commented 2 years ago

As stated in documentation, there is a small but non-zero amount of overhead on each method call. Have you considered the option to generate the aggregated service implementation during build time, using Roslyn for example ?

tillig commented 2 years ago

Considered? Sure. Implemented? Nope. Only so much time in the day. We'd love a PR for it.