Replies: 1 comment 1 reply
-
|
Should be fixed by #20422 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I set a breakpoint on the following line in my code. When I step over it I get a null reference exception:
HttpResponseMessage Response = await Client.GetAsync(Url);where Client is HttpClient. However the stack trace shows it is inside the Avalonia animation code and doesn't even show in the stack the function containing the above code.
There is no inner exception. I can reproduce this 100% of the time.
How can I debug this further?
Thanks, Andy
Beta Was this translation helpful? Give feedback.
All reactions