Skip to content

Commit a9fb8dd

Browse files
committed
add link
1 parent 20dc6fb commit a9fb8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ evaluator.Types.Add(typeof(MyClass));
656656
* [Jint](https://github.com/sebastienros/jint) Support scripting but with Javascript
657657
* [DynamicExpresso](https://github.com/davideicardi/DynamicExpresso/)
658658
* [Flee](https://github.com/mparlak/Flee)
659-
* [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)
659+
* [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))
660660
* [Roslyn](https://github.com/dotnet/roslyn) The Microsoft official solution
661661
662662
### Commercial

0 commit comments

Comments
 (0)