pamidur / aspect-injector

AOP framework for .NET (c#, vb, etc)
Apache License 2.0
742 stars 111 forks source link

Feature: Does attribute can work with Ioc like Autofac #181

Closed nepton closed 1 year ago

nepton commented 2 years ago

Can you support the attribute ( like LogAttribute etc ) can create from the Ioc framework, or create by a factory that I can control it. Thanks.

pamidur commented 2 years ago

Hi @nepton , sorry for delay. You can already use with IoCs, see here #166

nepton commented 1 year ago

thanks

pamidur commented 1 year ago

Please feel free to reopen if needed