@JohnHardman it's not the finalizers that get called, but the Dispose method like below: public class MyEntryRenderer:EntryRenderer{ public MyEntryRenderer(Context context) : base(context) { } ~MyEnt… (View Post)
@JohnHardman I do not have XF 2.3.4 environment. So I just tested it on XF 3.0.0.561731, and it just get collected correctly. So maybe it is an issue of XF 2.3.4. (View Post)
This is an issue that has been raised on Github: https://github.com/xamarin/xamarin-macios/issues/4345. So it turns out what do the trick is to make sure the watch trusts the computer and make sure d… (View Post)
Hi @RALEx147, According to the source codes of Mono, the constructor of ECDsaCng that takes ECCurve hasn't been implemented, which cause the exception. But referring to CoreFX System.Security.Cryptog… (View Post)