This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | |
{ |