when we use ``` Task.Run(()=> { A = 10; }); ``` throw a runtime error ``` Text="{x:Bind A}" ```
when we use
throw a runtime error