Jérôme Laban
Jérôme Laban
I'm wondering if this could be related to this portion: https://github.com/unoplatform/uno/blob/master/src/SourceGenerators/Uno.UI.SourceGenerators/DependencyObject/DependencyObjectGenerator.cs#L601-L634 where we are handling memory management explicitly to avoid objects lingering too much in memory. This is used avoid...
That is interesting, this would mean we're rematerializing objects that were already collected. GC is hard :)
This one is likely to be related to a collected instance indeed. It's not yet clear why though.
Very interesting find! Thanks! So we could either determine that the object in disposed state somehow to avoid this entire tree, or find a way to determine if the superview...
This is not a regression, this message is not having any incidence on the app behavior.
Thanks for the report! When you have profile synchronization enabled, are the `Uno Platform - ***` output sections appearing? If they do, could you post the contents of those here?
Like related to https://github.com/unoplatform/uno/pull/20663
This is a breaking change for apps that use this type of assets natively on android. why is it required?
@MartinZikmund I see. The origin of the issue is caused by duplicate files, which should not happen in the first place as I understand. We may make this change in...