[Mono-list] forgive me
Garrett Rooney
rooneg@electricjellyfish.net
Mon, 16 Jul 2001 18:03:09 -0400
On Mon, Jul 16, 2001 at 04:09:25PM -0500, Reggie Burnett wrote:
> Forgive me if I missed this on the site, but how does someone go about
> setting up an environment where they can work on classes or such? What
> tools should I use?
>
> Thanks for any guidance. I would really like to help out.
At the moment, you pretty much have to develop on windows, as there is no c#
compiler for UNIX available.
I'm just using the Microsoft Beta-2 .Net SDK. It'll complain that your class
is overriding one in the standard library, but you can solve that by either
using a different namespace while you develop, or passing /nowarn:1595 on the
command line for csc.exe.
--
garrett rooney Unix was not designed to stop you from
rooneg@electricjellyfish.net doing stupid things, because that would
http://electricjellyfish.net/ stop you from doing clever things.