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
/// if set to <c>true</c> use a cache for types that were resolved to resolve faster next time.
432
-
/// if set to <c>false</c> the cach of types resolution is not use for this instance of ExpressionEvaluator.
432
+
/// if set to <c>false</c> the cache of types resolution is not use for this instance of ExpressionEvaluator.
433
433
/// Default : false
434
434
/// the cache is the static Dictionary TypesResolutionCaching (so it is shared by all instances of ExpressionEvaluator that have CacheTypesResolutions enabled)
*[CS-Script](https://github.com/oleg-shilo/cs-script) Best alternative (I use it some times) -> Real C# scripts better than ExpressionEvaluator (But everything is compiled. Read the doc. Execution is faster but compilation can make it very slow. And if not done the right way, it can lead to [memory leaks](https://en.wikipedia.org/wiki/Memory_leak))
55
-
*[Roslyn](https://github.com/dotnet/roslyn) The Microsoft official solution
55
+
*[Roslyn](https://github.com/dotnet/roslyn) The Microsoft official solution (For scripting [see](https://github.com/dotnet/roslyn/wiki/Scripting-API-Samples))
0 commit comments