ServicePointManager.ServerCertificateValidationCallback = delegate{ return true; }
These were causing an exception to be thrown as it is currently not implemented in mono. This so far is the only part of mono that I've found that has caused any problems.
https://bugzilla.novell.com/show_bug.cgi?id=346561
I've also started to implement the ability to remove a project, at the moment it removes the project from the preferences window but does not yet remove the associated project monitor or remove it from the main window's treeview.
Once this has been implemented I will create a release or something for testing.
No comments:
Post a Comment