Consider use dotnet-script vs scriptcs

Consider use dotnet-script vs scriptcs (https://github.com/filipw/dotnet-script). dotnet-script is based on roslyn so You can run C# scripts on linux without mono, scripts can simply use external packages by nuget import, You can publish scripts to executable file with all dependecies, so no need install sdk on target machine.

Hi Sebastian,

Thank you for your suggestion. If we did start using it, it would be as an additional options. It doesn’t look like the two methods are compatible (eg you need dotnet core installed).

At the moment only 5% of customers are using C# scripts. You can add your weight behind dotnet-script by voting on this UserVoice.

Thanks,

Rob

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.