Zohaib Rauf
Zohaib Rauf
@yoiang agreed that there needs to be a better build/installation process. You can also use the docker image to run icsharp https://cloud.docker.com/u/zabirauf/repository/docker/zabirauf/icsharp Though the docker image is older then the...
@gwenzek I agree, we should have a better installation mechanism that should work seamlessly for both x86 and x64.
@megamindbrian Thanks for sending the pull request. I'll try to test it as well.
I believe this might be happening because the msbuild installed by VS2015 doesn't support the newer version of C#. Can you try updating the VS 2015 or the msbuild version...
Agreed on the need to provide the code isolation from host. I also am not comfortable with the current direct execution :). I was already leaning towards docker as it...
@tjbck We can leverage Piston https://github.com/engineer-man/piston for running code in an isolated manner. It's already used in various projects, supports multiple languages, has a straight forward API. I updated the...
FWIW, I also came here to report similar issue. I have also run into it often but it's not consistent.
I agree that the info on website is lacking on how to use it. I'm planning to add steps on how to use it. Please share what would you like...
@Wenbobobo I've added this to the autogptjs.com, does that help? 
Closing as added more info in README and also on website.