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
Following up on #50 (Add custom InjectLambdaAttribute provider), I've just noticed that the current implementation doesn't allow mixing static and non static methods when injecting,
which is often needed when working with external code. I think if we want to make this feature more useful, we should allow the expression to be static, since the method that needs to be translated will most likely be an instance method.
The text was updated successfully, but these errors were encountered:
Following up on #50 (Add custom InjectLambdaAttribute provider), I've just noticed that the current implementation doesn't allow mixing static and non static methods when injecting,
nein-linq/src/NeinLinq/InjectLambdaSignature.cs
Lines 49 to 51 in 0c5d7c1
which is often needed when working with external code. I think if we want to make this feature more useful, we should allow the expression to be static, since the method that needs to be translated will most likely be an instance method.
The text was updated successfully, but these errors were encountered: