Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support mono backend of scriptcs (Roslyn is limited) #14

Open
den-run-ai opened this issue Sep 13, 2015 · 3 comments
Open

support mono backend of scriptcs (Roslyn is limited) #14

den-run-ai opened this issue Sep 13, 2015 · 3 comments

Comments

@den-run-ai
Copy link
Contributor

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.

@zabirauf
Copy link
Owner

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.

@den-run-ai
Copy link
Contributor Author

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

@den-run-ai
Copy link
Contributor Author

scriptcs/scriptcs#1092

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants