The DynamicLinqType
attribute can not be added to interfaces.
#745
Labels
DynamicLinqType
attribute can not be added to interfaces.
#745
The
DynamicLinqType
attribute can not be added to interfaces.If I have a field in a class that is of type interface:
private readonly IExternalMethod externalMethod;
Interface and implementation:
Trying to run functions on that with dynamic linq does not work even in the implementing class of the interface has the
DynamicLinqType
attribute.The text was updated successfully, but these errors were encountered: