Sebastien Pouliot
Sebastien Pouliot
This is a Xamarin runtime issue where calling `GC.ReRegisterForFinalize(this);` does not reset the `NSObjectFlagsInFinalizerQueue` of the instance. This leads to the creation of a 2nd instance and creating the `GCHandle`...
> can issue https://github.com/unoplatform/uno/issues/8682 be related to this issue? @workgroupengineering it could be. The crash is different and many things can lead to such crash. However the (azure) logs shows...
As suspected the condition to trigger the bug differs a bit on iOS. In that case the `Superview` property is also called in the **override** of `SetNeedsLayout();`. `src/Uno.UI/UI/Xaml/UIElement.cs:817` ```csharp #elif...
> So we could either determine that the object in disposed state somehow to avoid this entire tree There's a `bool _isDisposed` that could re-typed to a 3 states (e.g....
So we cannot just avoid the condition - it has other merits but it does not workaround the resurfacing issue (since the order of disposal is not under our control)....
To be updated with the exact version of Uno SDK with the [workaround](https://github.com/unoplatform/uno.sdk.extras/pull/72).
The Uno Platform extension provides its own tasks but otherwise it's VS Code that does the match up (between launch and tasks). Can you attach a test case that demonstrate...
@yeahg-dev sorry for the delay. I don't get quite the same results as you have described. > When I start debug with "Launch Test wiith Custom Task", nothing happens except...
@xperiandri hey, I'm not sure I'm following what you're suggesting ? Your linked gist seems to be a copy of the [`launch.json`](https://github.com/unoplatform/uno.templates/blob/release/stable/5.3/src/Uno.Templates/content/unoapp/.vscode/launch.json) that is part of our templates (using `dotnet...
Hello @xperiandri > maybe it works for you and I would love to see a step-by-step guide to that. From this [guide](https://platform.uno/docs/articles/get-started.html) you have separate step-by-step instructions for VS, VS...