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:
authorMiguel de Icaza <miguel@gnome.org>2001-08-20 23:59:22 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-08-20 23:59:22 +0400
commit58ac87646c7dd6df7655faba4fbc1dd38ac0caee (patch)
tree8a441a1ebb0acfdbf5717f2e96328e85b5f5e127 /doc/contributing
parent035d611f1377b643fd1f1e4b6e7b9dbc26493cb4 (diff)
Mention the compilation service
svn path=/trunk/mono/; revision=519
Diffstat (limited to 'doc/contributing')
-rw-r--r--doc/contributing19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/contributing b/doc/contributing
index c09f5a79e8c..420816534b5 100644
--- a/doc/contributing
+++ b/doc/contributing
@@ -27,6 +27,8 @@
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 compilation service that was setup
+
** Bug reporting
If you find bugs in Mono, please make sure you enter a bug
@@ -49,6 +51,23 @@
packaged up in the official `distribution'
</ul>
+* 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#