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
ADDED: LINQ Execute now work when starting with a dot . such as .Execute<IEnumerable>(".Where...")
FIXED: Issue when a dictionary was used in parameter and had a key such as 123 which is an invalid variable name that was also replaced in hardcoded string part of the expression such as Eval.Execute("return 'zzz 123';")
RENAMED:TmpSmartCacheKey by UseShortCacheKey to reduce cache key length when using with dictionary/expando object. It allows re-using more often the same compiled expression.