fix: allow journal notification proxy generation
This commit is contained in:
@@ -163,8 +163,12 @@ namespace C4IT.F4SD
|
||||
.Invoke(null, null);
|
||||
}
|
||||
|
||||
private sealed class NoOpInterfaceProxy : DispatchProxy
|
||||
public class NoOpInterfaceProxy : DispatchProxy
|
||||
{
|
||||
public NoOpInterfaceProxy()
|
||||
{
|
||||
}
|
||||
|
||||
protected override object Invoke(MethodInfo targetMethod, object[] args)
|
||||
{
|
||||
return GetDefaultValue(targetMethod?.ReturnType);
|
||||
|
||||
Reference in New Issue
Block a user