Dank Matt Ward ist ein NuGet Addin für MonoDevelop verfügbar. Er hat es von der SharpDevelop Implementierung für MonoDevelop portiert. Es steht auf GitHub zum Download bereit.
Leider kann es erst ab Mono Version 3.0.5 installiert werden. Verwendet man MonoDevelop unter dem aktuellen Ubuntu 12.10 (Quantal Quetzal) ist MonoDevelop leider nur in der Version 3.0.3 verfügbar.
Ich habe das Addin für diese Version neu erstellt und ein entsprechendes Installationspaket zusammengestellt. Das ermöglicht den Einsatz unter Ubuntu und vereinfacht die Installation.
Update 10.2.2013: NuGet Addin V0.4
Download hier (Installationspaket für Ubuntu)
Werbeanzeigen
I don’t speak German, and I used Google Translate to read your post. I have been having issues in the nuget package manager: „Error getting response stream (Write: The authentication or decryption has failed.) : SendFailure“.
Any idea what is going on? I am using Ubuntu 12.10 i386 with the monodevelop 3.0.3 available in the official repository.
Hi Abdul,
just execute the following command to install the missing certificates.
mozroots --import --sync
For more information see the original post on NuGet on Mono.
I am trying to download v 0.4 from this page, but it is not coming. Could you please see what is going on? Also I think ‚mozroots –import –sync‘ should be ‚mozroots –import –sync‘.
Missed to set type „code“ for „mozroots –import –sync“ so the double dashes are combined to one long dash – fixed.
Also, after getting the 0.4 package I am getting the following error:
Error getting resposnse stream (Write: the authentication or decryption has failed.) SendFailure
This is due to missing certificates: use mozroots to install them.
mozroots --import --sync
I have to do a ’sudo mozroots – – import – – sync‘. But it still does not work. I am getting the same error. Is there a specific directory where this command should take place?
Thank you for your answers…
Sorry. I figured out. it seems that mozroots is not retrieving the certificates except when in sudo mode. This plugin needs them in user’s directory to work. It looks like a mozroots bug.
So you do a
sudo mozroots - - import - - sync
.It will create a directory called .mono under /root/.config. One would need to copy that directory under /home//.config and do a chown on it. After that it works. Thank you for your hard work adapting the nuget plugin to Ubuntu monodevelop 3.0.3.
The destination directory is /home/’user name’/.config. WordPress deleted my placeholder.