You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
currently roslyn does not support
dynamic
objects in C#. in scriptcs the workaround is to start it up withscriptcs -modules mono
command-line arguments to use Mono compiler backend. This second backend should be added to ICSHARP.The text was updated successfully, but these errors were encountered: