Je démarre une nouvelle page maître xamarin à des fins de test et j'ai mis à jour les packages de nuget pour les versions xamarin.Android.support et xamarin.forms. Ensuite, mon programme obtient l'exception:
LoadApplication obtient l'erreur d'exception:
base.OnCreate(savedInstanceState);
global::Xamarin.Forms.Forms.Init(this, savedInstanceState);
LoadApplication(new App());
Unhandled Exception:
System.TypeLoadException: Could not load type of field 'Xamarin.Forms.Platform.Android.RendererPool:_freeRenderers' (0) due to: Could not resolve type with token 01000275 from typeref (expected class 'System.Collections.Generic.Stack`1' in Assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e') Assembly:mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e type:System.Collections.Generic.Stack`1 member:(null) occurred
Écran d'accueil provoquant le crash. la réponse suivante a résolu mon problème avec les derniers formulaires xamarin (4.2.0.815419) et dans VS 2019 Ent (16.3.1)