MonoDevelop Add-in Repository

From $1
Table of contents

The main MonoDevelop add-in repository located at go-mono.com contains the core add-ins and several other add-ins which are being maintained by the MonoDevelop team.

The contents of this repository can be seen using the MonoDevelop Add-in Manager.

The manager can be started by clicking on the Add-in Manager option in the Tools menu. To see which add-ins are available for install, click on the "Install Add-ins" button. Notice that the manager will only display add-ins that you don't have already installed.

The install dialog has a combo box which allows you to select the repository where you want to install from. You should select either "All registered repositories" or "go-mono.com".

The go-mono.com repository should be registered by default. In case you can't see it, click on the "Repositories" button, then to "Add", and enter the following url: http://go-mono.com/md.

Tag page

Files (0)

 
Viewing 5 of 5 comments: view all
http://go-mono.com/md yields in a 403 and the default registered MD Add-in repository http://go-mono.com/md/2.1.0/main.mrep yields a 404. What's the current and working URI of the Add-in repository? Can this URI be changed in MD as well so it doesn't ship with a non-working URI?
Posted 10:35, 13 May 2009
How I can update through a proxy?
Posted 20:24, 10 Sep 2009
Updating through proxy:

Try adding these lines into MonoDevelop.exe.config:

<system.net>
<defaultProxy enabled="true" useDefaultCredentials="true">
<proxy bypassonlocal="True" proxyaddress="http://yourproxy:portNumber"/>
</defaultProxy>
</system.net>
Posted 15:37, 5 May 2010
I got the same problem too!!
I tried 4-6 proxyadress to connect mono repository always yields a 404 error
I can connect md/2.1.0/main.mrep but it's totally empty!
Did anyone know how to update through MD addin repository? edited 15:11, 30 Jun 2010
Posted 15:10, 30 Jun 2010
How I can update through a squid proxy with user and password?
Posted 13:35, 6 Jul 2010
Viewing 5 of 5 comments: view all
You must login to post a comment.
Page last modified 16:16, 24 Nov 2005 by Lluis