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
There is a IsAssignableTo in .NET 5.0 - the implementation is different. We need to clean the uses of this method if we want to expose it. Which is why I opened #151
In particular QueryableTransformer should be replaced with a form of EnumerableRewriter, ExpressionTransformer could be removed.
The text was updated successfully, but these errors were encountered: