-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installs nothing #65
Comments
Anything in the IDE log? The logs should be available from the Help menu. |
I tried with a smaller package (jQuery.UI) The first time I got a time out in the message textbox of the dialog (------- Installing...jQuery.UI.Combined 1.12.1 ------- I retried and now it looks ok |
I retried with nuget opencvsharp logs say Starting MonoDevelop then WARNING [2016-09-21 23:41:42Z]: GLib-GObject-Warning: Attempt to add property __gtksharp_55_MonoDevelop_Ide_Gui_Components_ZoomableCellRendererPixbuf::image after class was initialised then it complained again with source N not foud then ERROR [2016-09-21 23:55:15Z]: GLib-Critical: Source ID 11228 was not found when attempting to remove it then it complained again with source N not foud |
Those errors seem unrelated and should not affect the NuGet addin from working. |
I think I got it. I got a first confirm dialog that pops UP when accessing the repository Untrusted HTTP certificate detected then when I click Add There's a second dialog that pops UNDER the addin modal dialog. The problem is this dialog is hidden by the addin modal dialog and there's no way to select it. PS: PS2: Untrusted HTTP certificate detected after that I got a dialog to confirm the licence. |
The dialog will show a Manage button if you opened it for the solution instead of the project. The dialog about trusting the certificates is provided by MonoDevelop not the NuGet addin. I would try trusting the certificates in Mono by running the following:
This should get rid of that dialog. |
Ubuntu 14.04.5 LTS
monodevelop 4.0.12
I can see the dialog.
I got a message about trusting server
Do you want to temporarily trust this certificate in order to connect to the server at www.nuget.org?
I can search a package (opencvsharp) and sees informations about it.
But when I click on "Add" (called Ajouter in french) nothing occurs.
No progress bar. Nothing.
No message in the console where I launch monodevelop
The text was updated successfully, but these errors were encountered: