2 references to BindingWithNullDataType
Microsoft.Maui.Controls.Build.Tasks (2)
BuildException.cs (1)
64
public static BuildExceptionCode BindingWithNullDataType = new BuildExceptionCode("XC", 0023, nameof(
BindingWithNullDataType
), "https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings"); //warning
SetPropertiesVisitor.cs (1)
493
context.LoggingHelper.LogWarningOrError(BuildExceptionCode.
BindingWithNullDataType
, context.XamlFilePath, node.LineNumber, node.LinePosition, 0, 0, null);