2 references to ContentPropertyAttributeMissing
Microsoft.Maui.Controls.Build.Tasks (2)
BuildException.cs (1)
82 public static BuildExceptionCode ContentPropertyAttributeMissing = new BuildExceptionCode("XC", 0065, nameof(ContentPropertyAttributeMissing), "");
SetPropertiesVisitor.cs (1)
170 throw new BuildException(BuildExceptionCode.ContentPropertyAttributeMissing, node, null, ((IElementNode)parentNode).XmlType.Name);