The upcoming .NET Core 3.0 along with C# 8 will support default interface methods. It is likely that DynamicProxy won't support those properly (e.g., `Proceed`?) without some changes. This is a reminder to look into this.
The upcoming .NET Core 3.0 along with C# 8 will support default interface methods.
It is likely that DynamicProxy won't support those properly (e.g.,
Proceed?) without some changes. This is a reminder to look into this.