dotnetcore / AspectCore-Framework

AspectCore is an AOP-based cross platform framework for .NET Standard.
MIT License
1.69k stars 324 forks source link

Not working if use CreateDefaultBuilder #288

Open DenMpei opened 2 years ago

DenMpei commented 2 years ago

If I use a CreateDefaultBuilder, then the interceptor doesn't react to the attributes :(

AspectCoreTestConsoleDemo.zip .

my6521 commented 1 year ago

是不是和#302问题类似