You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.TypeLoadException : Signature of the body and declaration in a method implementation do not match. Type: 'generatedProxy_1'. Assembly: 'ProxyBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
at System.Reflection.Emit.TypeBuilder.CreateTypeNoLock()
at System.Reflection.Emit.TypeBuilder.CreateTypeInfo()
at System.Reflection.DispatchProxyGenerator.ProxyBuilder.CreateType()
at System.Reflection.DispatchProxyGenerator.GenerateProxyType(Type baseType, Type interfaceType)
at System.Reflection.DispatchProxyGenerator.GetProxyType(Type baseType, Type interfaceType)
at System.Reflection.DispatchProxyGenerator.CreateProxyInstance(Type baseType, Type interfaceType)
at System.Reflection.DispatchProxy.Create[T,TProxy]()
The text was updated successfully, but these errors were encountered:
RadmirT
changed the title
When a DispatchProxy nested interface have in parameters it throws TypeLoadException: Signature of the body and declaration in a method implementation do not match
When a DispatchProxy nested interface have method with in parameters it throws TypeLoadException: Signature of the body and declaration in a method implementation do not match
Jan 27, 2021
joperezr
changed the title
When a DispatchProxy nested interface have method with in parameters it throws TypeLoadException: Signature of the body and declaration in a method implementation do not match
Add support for 'in' decorator on method parameters for DispatchProxy
Feb 23, 2021
ghost
added
the
needs-further-triage
Issue has been initially triaged, but needs deeper consideration or reconsideration
label
Feb 23, 2021
This code:
throws the exception
The text was updated successfully, but these errors were encountered: