Skip to content

Commit ddf0955

Browse files
authored
Update README.md
1 parent 4f6a02d commit ddf0955

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
@@ -52,7 +52,7 @@ It is largely based on and inspired by the following resources [this post on st
5252
* [DynamicExpresso](https://github.com/davideicardi/DynamicExpresso/)
5353
* [Flee](https://github.com/mparlak/Flee)
5454
* [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))
5656

5757
### Commercial
5858
* [Eval Expression.NET](http://eval-expression.net/)

0 commit comments

Comments
 (0)