Roy Goode
Roy Goode
#### Goal Support Enum type properties in RealmObjects. Currently it is possible to persist the backing value by creating a separate property in the enum value type, such as byte...
Problem: Exceptions when passing string data that contains an extended Unicode character set via JS callbacks, due to the limitation of `window.btoa(str)` which can only convert ASCII / Latin1 strings...
I tried adding an Android PlatformEffect with the following code: ``` using System.ComponentModel; using Android.Views; using MyApp.Droid; using Xamarin.Forms; [assembly: ResolutionGroupName("MyApp")] [assembly: ExportEffect(typeof(WebViewEffect), "WebViewEffect")] namespace MyApp.Droid { public class WebViewEffect...
The changes made in this pull request allow tables to be created using a Fluent API with attribute-free objects (aka POCOs). This allows for cleaner separation of layers and aids...
The changes made in this pull request allow tables to be created using a Fluent API with attribute-free objects (aka POCOs). This allows for cleaner separation of layers and aids...