[Mono-dev] Contribution

Rolf Bjarne Kvinge rolf at xamarin.com
Tue Mar 18 14:54:24 UTC 2014


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.mono at clevertrove.com> wrote:

>  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 subsequent calls to get Certificates still return the
> old stale collection.  Fortunately there is a workaround; the public
> Clear() method will solve it, but this should happen automatically.  The
> patch that I'll try to contribute is really simple.  All calls to Import or
> Remove should call Clear.
>
>
>
> What should I do, in order to contribute this patch?  I can start by
> cloning the source from github.  But then I'm certain I won't have
> permission to push.
>
>
>
> Should I fork on github, and then clone my fork and push to it?
>
>
>
> Thanks...
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>


-- 
Explore Xamarin University <http://xamarin.com/university>--unlimited, live,
online, mobile training around the clock.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20140318/a654113e/attachment-0001.html>


More information about the Mono-devel-list mailing list