我正在尝试使用xamarin forms的xaml本地化指南中解释的TranslateExtension方法。然而,我得到了一个错误。compile time, or that all the satellite assemblies required are loadable and fully signed. occurred
在调试之后
我有一个共享代码,而不是PCL,不使用XAML的演示项目。仅使用代码呈现内容。Android项目如预期的那样工作。UWP项目参考了Xamarin表格。共享Xamarin项目,是一个基本的标签和输入字段 public App() {MainPage = new Demo.MainPage(); .... }
public c