I would like to know the difference between Roslyn scripting and scriptcs? I understand that scriptcs is built on top on Roslyn but would like to understand what the extras are that scriptcs providing to me as a developer?
Asked
Active
Viewed 208 times
1 Answers
0
The biggest advantage is that the is out of the box support for ScriptPacks via NuGet.
There are additional benefits such as hosting scripts and dynamic loading/line mode processing as explained the the accepted answer here: scriptcs hosting - Advantages over Roslyn

dperish
- 1,493
- 16
- 27