Hi,
I am a little confused about RC1 on Linux. Namely does it work at all without Mono installed? I followed the docs here:
https://docs.asp.net/en/latest/getting-started/installing-on-linux.html
It installs but will not run an app. I was trying to follow this code:
https://docs.asp.net/en/latest/dnx/console.html
p.s. please fix the code. Its really bad that someone could paste that without reading it and seeing its missing "Console.WriteLine("Hello from DNX!"); ".
When I try and run it I get the error.
Cannot print exception string because Exception.ToString() failed.
This is on Ubuntu 15.10.
So I installed Mono 4.2.1 and set 'default' to 'dnx-mono.1.0.0-rc1-final'.
Now it works. I wanted to test just .net core without mono. I do not think mono's socket code is good enough. Was interested in seeing how robust .net core socket code is.
Regards
Steve