[Mono-list] Starting Up
Garrett Rooney
rooneg@electricjellyfish.net
Fri, 3 Aug 2001 10:56:41 -0400
On Fri, Aug 03, 2001 at 11:50:16AM -0300, Marcus Brito wrote:
> Hello, folks.
>
> Could anyone trace a path a new contributor should follow? What
> documentation should I read? What resources do I need (MS Windows 2k?)?
> What can I do?
for working on the class libraries, you basically need access to windows so
you can run microsoft's SDK, since our compiler and runtime is incomplete.
(the runtime can run small programs, but the compiler doesn't do much other
than parsing c sharp code AFAIK)
once you get a dev environment, you can help by picking a class someone isn't
working on (check the class status pages to be sure), and writing it. mail it
to the list when you're done ;-)
alternatively, we could always use more unit tests. check out NUnit
(nunit.sourceforge.net) and find some classes that don't have tests if you're
interested in that.
HTH,
-garrett
--
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.