You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During executing the exception is raised: An unhandled exception of type 'System.FieldAccessException' occurred in System.Private.CoreLib.dll
Attempt by method 'MyApp.App.InitializeComponent()' to access field 'Xamarin.Forms.FontElement.FontFamilyProperty
I'm using XF 5.0.0.2337 and Xamarin.Forms.Mocks 4.7.0.1. The Prism fraimwork is used (I don't know if this is important)
The text was updated successfully, but these errors were encountered:
Unfortunately, I couldn't reproduce this issue on the test project. Maybe, it caused by some third-party package. I'll let you know if some new info will appear.
In my test module I have:
and in App.xaml.cs I have:
During executing the exception is raised:
An unhandled exception of type 'System.FieldAccessException' occurred in System.Private.CoreLib.dll
Attempt by method 'MyApp.App.InitializeComponent()' to access field 'Xamarin.Forms.FontElement.FontFamilyProperty
I'm using XF 5.0.0.2337 and Xamarin.Forms.Mocks 4.7.0.1. The Prism fraimwork is used (I don't know if this is important)
The text was updated successfully, but these errors were encountered: