1

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?

gyurisc
  • 11,234
  • 16
  • 68
  • 102

1 Answers1

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