[Mono-list] csharp REPL

2013-03-17 Thread Dale Ragan
I was playing with the csharp REPL today after upgrading my install to 3.0.6 and I tried using System.Core, but it returns: (1,15): error CS0234: The type or namespace name `Core' does not exist in the namespace `System'. Are you missing an assembly reference? Is there something special I need

Re: [Mono-list] csharp REPL

2013-03-17 Thread Jonathan Pryor
On Mar 17, 2013, at 11:54 AM, Dale Ragan d...@ragan.io wrote: I was playing with the csharp REPL today after upgrading my install to 3.0.6 and I tried using System.Core, but it returns: System.Core is an assembly (System.Core.dll), not a namespace. There is no System.Core namespace.