[Mono-dev] Contribution

2014-03-18 Thread Edward Ned Harvey (mono)
Ok, I have a contribution to make. In Mono.Security/Mono.Security.X509/X509Store.cs, the Certificates getter checks to see if _certificates == null, and if so, then BuildCertificatesCollection(). Later, you could do things like Import or Remove, which modify the cert files on disk, but

Re: [Mono-dev] Contribution

2014-03-18 Thread Rolf Bjarne Kvinge
Hi, The standard way is to fork on github, then send a pull request. Best regards, Rolf On Tue, Mar 18, 2014 at 3:15 PM, Edward Ned Harvey (mono) edward.harvey.m...@clevertrove.com wrote: Ok, I have a contribution to make. In Mono.Security/Mono.Security.X509/X509Store.cs, the