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
ive bind over XAML a Button via a Command, as it do not work, so i bind over x:name the button to a click method. Same error its happen. The error in my Debugger console on Chrome is:
Failed to process received message: Newtonsoft.Json.JsonSerializationException: Error getting value from 'MessageType' on 'Ooui.Message'. ---> System.NullReferenceException: Object reference not set to an instance of an object.
thrown in mono.js
i use VS Studio 2017 and the newest (released) nuget packages for .net Standard and Xamarin.Forms.
The over bindings and Code behind Systems work for me. Just the Command pattern seems to be buggy.
The text was updated successfully, but these errors were encountered:
Dear Ooui Team,
i
ve bind over XAML a Button via a Command, as it do not work, so i bind over x:name the button to a click method. Same error it
s happen. The error in my Debugger console on Chrome is:Failed to process received message: Newtonsoft.Json.JsonSerializationException: Error getting value from 'MessageType' on 'Ooui.Message'. ---> System.NullReferenceException: Object reference not set to an instance of an object.
thrown in mono.js
i use VS Studio 2017 and the newest (released) nuget packages for .net Standard and Xamarin.Forms.
The over bindings and Code behind Systems work for me. Just the Command pattern seems to be buggy.
The text was updated successfully, but these errors were encountered: