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
FIXED: In EF6, when using FromCacheAsync or FutureAsync methods, the EF6 InterceptorContext will now have the IsAsync=true (Some methods were missing from v7.18.2)
FIXED In EF Core, QueryFuture when the same variable is used multiple times in the same LINQ, such as query.Where(user => user.Username.Equals(userName) || user.PhoneNumber.Equals(userName))
FIXED: In EF6, when using FromCacheAsync or FutureAsync methods, the EF6 InterceptorContext will now have the IsAsync=true