Skip to content

Instantly share code, notes, and snippets.

@yupferris
Created January 27, 2016 05:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yupferris/5d50e137f62df212bf58 to your computer and use it in GitHub Desktop.
Save yupferris/5d50e137f62df212bf58 to your computer and use it in GitHub Desktop.
stack overflow
$ fuse preview
Build started: FullCompile
Configuring
(2,250.51 ms)
Parsing source code
(376.84 ms)
Compiling syntax tree
(1,423.76 ms)
Generating code and data
(2,322.09 ms)
Build completed in 6.38 seconds.
0 Warning(s)
0 Error(s)
Build ended
GL_VERSION: 2.1 NVIDIA-10.4.2 310.41.35f01
GL_VENDOR: NVIDIA Corporation
GL_RENDERER: NVIDIA GeForce GT 750M OpenGL Engine
Unhandled exception: The requested operation caused a stack overflow.
[ERROR] FATAL UNHANDLED EXCEPTION: System.StackOverflowException: The requested operation caused a stack overflow.
at Fuse.Properties.TryGet (Fuse.PropertyHandle handle, System.Object& val) [0x00000] in <filename unknown>:0
at Fuse.Properties.TryGet (Fuse.PropertyHandle handle, System.Object& val) [0x00000] in <filename unknown>:0
at Fuse.Properties.TryGet (Fuse.PropertyHandle handle, System.Object& val) [0x00000] in <filename unknown>:0
at Fuse.Properties.TryGet (Fuse.PropertyHandle handle, System.Object& val) [0x00000] in <filename unknown>:0
at Fuse.Properties.TryGet (Fuse.PropertyHandle handle, System.Object& val) [0x00000] in <filename unknown>:0
at Fuse.Properties.TryGet (Fuse.PropertyHandle handle, System.Object& val) [0x00000] in <filename unknown>:0
at Fuse.Properties.TryGet (Fuse.PropertyHandle handle, System.Object& val) [0x00000] in <filename unknown>:0
at Fuse.StyleProperty`2[Fuse.Node,System.String].Get (Fuse.Node owner) [0x00000] in <filename unknown>:0
at Fuse.Node.get_Name () [0x00000] in <filename unknown>:0
at Fuse.Node.FindAlgorithm (System.String name, Fuse.Node origin) [0x00000] in <filename unknown>:0
at Fuse.Node.FindAlgorithm (System.String name, Fuse.Node origin) [0x00000] in <filename unknown>:0
at Fuse.Node.FindAlgorithm (System.String name, Fuse.Node origin) [0x00000] in <filename unknown>:0
at Fuse.Node.FindAlgorithm (System.String name, Fuse.Node origin) [0x00000] in <filename unknown>:0
at Fuse.Node.FindAlgorithm (System.String name, Fuse.Node origin) [0x00000] in <filename unknown>:0
at Fuse.Node.FindAlgorithm (System.String name, Fuse.Node origin) [0x00000] in <filename unknown>:0
at Fuse.Node.FindAlgorithm (System.String name, Fuse.Node origin) [0x00000] in <filename unknown>:0
at Fuse.Node.FindAlgorithm (System.String name, Fuse.Node origin) [0x00000] in <filename unknown>:0
at Fuse.Node.FindNodeByName (System.String name) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.ClearName (System.Object obj) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkUnrooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnRemoved (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildRemoved (Fuse.Node child) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Remove (Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.RemoveChild (Fuse.Node child) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x0000d] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:280
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x0000d] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:280
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x0000d] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:280
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x0000d] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:280
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x0000d] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:280
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x0000d] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:280
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x0000d] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:280
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Scripting.INameListener.OnNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.NotifyNameChanged (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Scripting.NameRegistry.SetName (System.Object obj, System.String name) [0x00000] in <filename unknown>:0
at Fuse.Node.MarkRooted () [0x00000] in <filename unknown>:0
at Fuse.Node.OnAdded (Fuse.Node parent) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.ListChildAdded (Fuse.Node item) [0x00000] in <filename unknown>:0
at Uno.Collections.ObservableList`1[Fuse.Node].Insert (Int32 index, Fuse.Node item) [0x00000] in <filename unknown>:0
at Fuse.Controls.Panel.Fuse.Navigation.INavigationPanel.AddChildAt (Int32 index, Fuse.Node n) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.GotoImpl (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.Goto (Fuse.Node element, NavigationGotoMode mode) [0x00000] in <filename unknown>:0
at Fuse.Navigation.StructuredNavigation.set_Active (Fuse.Node value) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.TryInvokeExtension+<TryInvoke>c__AnonStorey0.<>m__0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.TryInvokeExtension.Try (System.Func`1 func) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:276
at Outracks.Simulator.Runtime.TryInvokeExtension.TryInvoke (System.Reflection.MethodInfo mi, System.Object obj, System.Object[] value) [0x0001b] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:269
at Outracks.Simulator.Runtime.CompiledTypeReflection.SetPropertyValue (System.Object obj, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00032] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Simulator.Runtime/Reflection/CompiledTypeReflection.cs:57
at Outracks.Fuse.Preview.RuntimeObjectPoker.<HookUpReflectionInterface>m__2 (System.Object a, System.String b, System.Object c) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/RuntimeObjectPoker.cs:29
at Outracks.Simulator.Reflection.DelegateReflection.Outracks.Simulator.Runtime.IReflection.SetPropertyValue (System.Object instance, Outracks.Simulator.Bytecode.TypeMemberName propertyName, System.Object value) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.WriteProperty p) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Bytecode.Expression.Match[Object] (System.Func`2 a1, System.Func`2 a2, System.Func`2 a3, System.Func`2 a4, System.Func`2 a5, System.Func`2 a6, System.Func`2 a7, System.Func`2 a8, System.Func`2 a9, System.Func`2 a10, System.Func`2 a11, System.Func`2 a12, System.Func`2 a13, System.Func`2 a15, System.Func`2 a16) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Evaluate (Outracks.Simulator.Bytecode.Expression expression) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (IEnumerable`1 statements) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.ScopeClosure.Execute (Outracks.Simulator.Bytecode.Lambda lambda, System.Object[] arguments) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Func (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.LambdaClosure.Action (System.Object a1, System.Object a2) [0x00000] in <filename unknown>:0
at Outracks.Simulator.Runtime.UxProperty`1[Fuse.Node].OnSet (Fuse.Node value, System.Object origin) [0x00000] in <filename unknown>:0
at Uno.UX.Property`1[Fuse.Node].SetRestState (Fuse.Node value, System.Object origin) [0x00000] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/UX/Property-1.cs:36
at Fuse.Reactive.DataBinding`1[Fuse.Node].PushValue (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.DataBinding`1[Fuse.Node].Fuse.Reactive.IObserver.OnSet (System.Object newValue) [0x00000] in <filename unknown>:0
at Fuse.Reactive.Dispatcher+ArgDispatch`1[System.Object].Run () [0x00000] in <filename unknown>:0
at Fuse.Reactive.Dispatcher+UIThreadDispatcher.Run () [0x00000] in <filename unknown>:0
at Fuse.UpdateListener.Invoke () [0x00000] in <filename unknown>:0
at Fuse.UpdateManager.Update (Fuse.Stage stage) [0x00000] in <filename unknown>:0
at Fuse.UpdateManager.Update () [0x00000] in <filename unknown>:0
at Fuse.AppBase.OnUpdate () [0x00000] in <filename unknown>:0
at Outracks.Simulator.Application.OnUpdate () [0x00000] in <filename unknown>:0
at Fuse.App.Update () [0x00000] in <filename unknown>:0
at Uno.Runtime.Implementation.Internal.Bootstrapper.OnUpdate () [0x00016] in /Users/outracks/buildAgent1/work/397767071b813b09/Source/Runtime/Uno.Runtime.Core/Uno/Runtime/Implementation/Internal/Bootstrapper.cs:39
at Outracks.Fusion.Native.UnoCoreInterop.UnoBootstrapper.OnDraw (Outracks.Input.DrawEvent args) [0x00007] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fusion.Native.UnoCoreInterop/UnoBootstrapper.cs:94
at Outracks.Fusion.Native.UnoGLView.<Render>m__0 (IUnoEntrypoints e) [0x00084] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fusion.Native-OSX/UnoGLView.cs:221
at Outracks.Fusion.Native.UnoGLView+<TrySendEvent>c__AnonStorey11.<>m__0 () [0x00012] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fusion.Native-OSX/UnoGLView.cs:355
at Outracks.Fusion.Native.TrySomethingExtension.TrySomethingBlocking (IErrorHandler errorHandler, System.Action action) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fusion.Native-OSX/UnoGLView.cs:25
at Outracks.Fusion.Native.UnoGLView.TrySendEvent (System.Action`1 action) [0x00025] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fusion.Native-OSX/UnoGLView.cs:351
at Outracks.Fusion.Native.UnoGLView.Render () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fusion.Native-OSX/UnoGLView.cs:209
at Outracks.Fusion.Native.DisplayLinkView.Draw () [0x0001c] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fusion.Native-OSX/DisplayLinkView.cs:87
at Outracks.Fusion.Native.DisplayLinkView.DisplayLinkOutputCallback (IntPtr displayLink, MonoMac.CoreVideo.CVTimeStamp& inNow, MonoMac.CoreVideo.CVTimeStamp& inOutputTime, CVOptionFlags flagsIn, MonoMac.CoreVideo.CVOptionFlags& flagsOut, IntPtr displayLinkContext) [0x00008] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fusion.Native-OSX/DisplayLinkView.cs:143
at (wrapper native-to-managed) Outracks.Fusion.Native.DisplayLinkView:DisplayLinkOutputCallback (intptr,MonoMac.CoreVideo.CVTimeStamp&,MonoMac.CoreVideo.CVTimeStamp&,MonoMac.CoreVideo.CVOptionFlags,MonoMac.CoreVideo.CVOptionFlags&,intptr)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment