icsharp icon indicating copy to clipboard operation
icsharp copied to clipboard

support mono backend of scriptcs (Roslyn is limited)

Open den-run-ai opened this issue 10 years ago • 3 comments

currently roslyn does not support dynamic objects in C#. in scriptcs the workaround is to start it up with scriptcs -modules mono command-line arguments to use Mono compiler backend. This second backend should be added to ICSHARP.

den-run-ai avatar Sep 13 '15 06:09 den-run-ai

Currently icsharp is using scriptcs backend, we might have to create the instances related to scriptcs with the correct parameters. But if mono has to be explicitly installed for it then I think it will not be a good idea as usually on windows people don't have mono installed.

zabirauf avatar Sep 13 '15 06:09 zabirauf

i think scriptcs comes bundled with all necessary DLLs for Mono backend to work out of box.

den-run-ai avatar Sep 13 '15 06:09 den-run-ai

https://github.com/scriptcs/scriptcs/issues/1092

den-run-ai avatar Oct 03 '15 12:10 den-run-ai