Skip to content

Instantly share code, notes, and snippets.

@axa88
axa88 / gist:fe2c31ba1ec7fc12730bc4b826313e1b
Last active September 7, 2024 18:09
Preproducing Microsoft.Maui.Controls.Element: Warning: The RealParent on Microsoft.Maui.Controls.*** has been Garbage Collected....
Warnings:
- Microsoft.Maui.Controls.Element: Warning: CommonMaui.Presentation.Views.Diagnostics.DiagnosticLabel is already a child of Microsoft.Maui.Controls.VerticalStackLayout. Remove CommonMaui.Presentation.Views.Diagnostics.DiagnosticLabel from Microsoft.Maui.Controls.VerticalStackLayout before adding to Microsoft.Maui.Controls.VerticalStackLayout.
Followed by:
- Microsoft.Maui.Controls.Element: Warning: The RealParent on CommonMaui.Presentation.Views.Diagnostics.DiagnosticLabel has been Garbage Collected. This should never happen. Please log a bug: https://github.com/dotnet/maui
In my scenario I have a custom Label:
public DiagnosticLabel(string path)
{