-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
特殊场景:创建接口实现类时,覆盖了c# 8.0 的接口默认实现方法 #223
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
该场景特殊,一般aop 使用场景应该佷难遇见
https://github.com/dotnetcore/AspectCore-Framework/blob/master/src/AspectCore.Core/Utils/ProxyGeneratorUtils.cs#L365
应该判断
method.IsAbstract
The text was updated successfully, but these errors were encountered: