Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Drochak <nickd@mono-cvs.ximian.com>2002-01-26 23:23:08 +0300
committerNick Drochak <nickd@mono-cvs.ximian.com>2002-01-26 23:23:08 +0300
commit99d7b46c8b5f514b7a59e8116dac7695c703449e (patch)
tree110f5a42f83bd83138ab8cde3ddb2ff23372ad68 /doc/contributing
parentdc81c9a2d06b5093a92b17b6b42b660037b22583 (diff)
* update pointer to version 1.0 of .NET SDK.
svn path=/trunk/mono/; revision=2174
Diffstat (limited to 'doc/contributing')
-rw-r--r--doc/contributing24
1 files changed, 1 insertions, 23 deletions
diff --git a/doc/contributing b/doc/contributing
index bf409bcf042..9daa39fa596 100644
--- a/doc/contributing
+++ b/doc/contributing
@@ -21,16 +21,12 @@
** To start contributing
To start developing classes or to contribute to the compiler,
- you only need Windows and the .NET Beta 2 SDK. Please notice
+ you only need Windows and the .NET Framework 1.0 SDK. Please notice
that you do not need Visual Studio (although you can use it if
you want).
You can get it <a href="http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/msdn-files/027/000/976/msdncompositedoc.xml&frame=true">here</a>
- Alternatively you can use the <a
- href="#compile-service">compilation service</a> that was setup by
- Derek.
-
** Bug reporting
If you find bugs in Mono, please make sure you enter a bug
@@ -55,24 +51,6 @@
but there is a lot to be done here).
</ul>
-<a name="compile-service">
-* C# Compilation Service
-
- If you are working on a class for the Mono project, but do not
- have a C# compiler available or a Windows machine to run the
- .NET SDK, you can use the compilation service that Derek
- Holden setup in the following URL: <a
- href="http://toilet.2y.net:8080/">http://toilet.2y.net:8080/</a>
-
- The service will let you compile a source file and get back a
- list of errors in the class file. You will not be able to run
- the code, but at least you can get some code written that will
- help us further down the line.
-
- You can contact (and thank) Derek for this service by sending
- him nice email at <a
- href="mailto:derek@Draper.Com">derek@draper.com</a>
-
* Books on C# and DotNet.
<ul>