Timo Partl
                                            Timo Partl
                                        
                                    Hit the same issue today. What's the recommended action to prevent this? Catching the exception and notifying the user about the problem, asking him to update Windows?
I was hitting the same issue today as well. My goal is to activate/foreground the apps single-instanced window after the user clicks a toast notification of the same app (a...
@castorix sadly, this also doesn't work for me...
Same issue here (Typescript, SystemJS), any plans to resolve this?
Thank you! Looking again at the stack trace, I might have an idea what was going wrong. In my app, I am sending a `MultipartContent` in an Http request. If...
In this project you see how I retry my http requests and how to reproduce the exception: [http_test.zip](https://github.com/xamarin/xamarin-macios/files/14358290/http_test.zip) The crash happens in this case because I manually dispose the HttpRequestMessage...
Since there have been two fixes to the `NSUrlSessionHandler` in the meantime (https://github.com/xamarin/xamarin-macios/pull/20131 & https://github.com/xamarin/xamarin-macios/pull/16341), it's possible that the crash I observed would no longer occur. Once those PRs have...
@rolfbjarne I was able to create a test project with which I was able to reproduce this possibly related crash 4 times within just a couple of minutes: https://github.com/xamarin/xamarin-macios/issues/11799#issuecomment-1988244584 It's...
It it possible to generate trim/AOT-safe COMWrapper by hand in .NET8 with these source generators currently? Like @lhak I try to get `DataTransferManager` to work but no luck so far.
I spent the whole day wrapping my head around what seems to be the same issue as [this one](https://github.com/microsoft/microsoft-ui-xaml/issues/337) until I finally found this issue. I am also using databinding...