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
In EF Core 3.0, some changes were introduced which broke calling enumerable methods on array properties. This notably prevents us from translating Any and Contains.
Once dotnet/efcore#17374 is resolved, uncomment the relevant tests (including one JSON test) and make sure everything works again.
The text was updated successfully, but these errors were encountered:
In EF Core 3.0, some changes were introduced which broke calling enumerable methods on array properties. This notably prevents us from translating Any and Contains.
Once dotnet/efcore#17374 is resolved, uncomment the relevant tests (including one JSON test) and make sure everything works again.
The text was updated successfully, but these errors were encountered: