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
According to dotnet/runtime#47231 , we may need to do some work to future proof our expression parser implementation in Tables.
Although we do not implement IQueryable directly, we're still using reflection and comparing against argument count in a couple of places like here though. Might be worth being more explicit or adding unit tests in case someone ever puts new overloads in .NET Core vNextNextNext.
The text was updated successfully, but these errors were encountered:
According to dotnet/runtime#47231 , we may need to do some work to future proof our expression parser implementation in Tables.
Although we do not implement IQueryable directly, we're still using reflection and comparing against argument count in a couple of places like here though. Might be worth being more explicit or adding unit tests in case someone ever puts new overloads in .NET Core vNextNextNext.
The text was updated successfully, but these errors were encountered: