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
Assert.Throws() Failure: Exception type was not an exact match
Expected: typeof(MySqlConnector.MySqlException)
Actual: typeof(System.InvalidOperationException)
---- System.InvalidOperationException : The LINQ expression 'CROSS APPLY
(
SELECT 1
FROM Orders AS o2
WHERE o2.OrderID < o0.OrderID
ORDER BY o2.OrderID ASC
OFFSET 0 ROWS FETCH NEXT 100 ROWS ONLY
) AS o1' could not be translated. Either rewrite the query in a form that can be translated, or switch to client evaluation explicitly by inserting a call to 'AsEnumerable', 'AsAsyncEnumerable', 'ToList', or 'ToListAsync'. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information.