Add scriptcs support
It would be great if LinqPad would support scriptcs or Roslyn since it already has NuGet support. Another option would be to export the .linq project as scriptcs project.
-
Nick A commented
I've just been using Microsoft.CodeAnalysis.Scripting.CSharpScript. I don't use third party script environments anymore.
-
James N commented
This seems like it would also enable users to work with Cake build scripts (http://cakebuild.net/) in LinqPad.
-
Paul Wheeler commented
Yes, please!
-
danvanderboom commented
LinqPad and ScriptCs are meant for each other. LinqPad gives us an intelligent code editor but is much more light-weight and easy to get started with code snippets. The only things missing from LinqPad are the ScriptCs language extensions (adding references with #r).