File: ErrorMessages.Designer.cs
Web Access
Project: src\src\Controls\src\Build.Tasks\Controls.Build.Tasks.csproj (Microsoft.Maui.Controls.Build.Tasks)
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:4.0.30319.42000
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
 
namespace Microsoft.Maui.Controls.Build.Tasks {
    using System;
    
    
    /// <summary>
    ///   A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
    // This class was auto-generated by the StronglyTypedResourceBuilder
    // class via a tool like ResGen or Visual Studio.
    // To add or remove a member, edit your .ResX file then rerun ResGen
    // with the /str option, or rebuild your VS project.
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    internal class ErrorMessages {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal ErrorMessages() {
        }
        
        /// <summary>
        ///   Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Resources.ResourceManager ResourceManager {
            get {
                if (object.ReferenceEquals(resourceMan, null)) {
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Maui.Controls.Build.Tasks.ErrorMessages", typeof(ErrorMessages).Assembly);
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }
        
        /// <summary>
        ///   Overrides the current thread's CurrentUICulture property for all
        ///   resource lookups using this strongly typed resource class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No Add() method defined on &quot;{0}{1}&quot;..
        /// </summary>
        internal static string AdderMissing {
            get {
                return ResourceManager.GetString("AdderMissing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Binding: Indexer did not contain arguments..
        /// </summary>
        internal static string BindingIndexerEmpty {
            get {
                return ResourceManager.GetString("BindingIndexerEmpty", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Binding: Indexer did not contain closing bracket..
        /// </summary>
        internal static string BindingIndexerNotClosed {
            get {
                return ResourceManager.GetString("BindingIndexerNotClosed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Binding: &quot;{0}&quot; cannot be parsed as an index for a &quot;{1}&quot;..
        /// </summary>
        internal static string BindingIndexerParse {
            get {
                return ResourceManager.GetString("BindingIndexerParse", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Binding: Unsupported indexer index type: &quot;{0}&quot;..
        /// </summary>
        internal static string BindingIndexerTypeUnsupported {
            get {
                return ResourceManager.GetString("BindingIndexerTypeUnsupported", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Binding: Property &quot;{0}&quot; not found on &quot;{1}&quot;..
        /// </summary>
        internal static string BindingPropertyNotFound {
            get {
                return ResourceManager.GetString("BindingPropertyNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing a &quot;public static Get{0}&quot; method or a public instance property getter for the attached property &quot;{1}.{0}Property&quot;..
        /// </summary>
        internal static string BPMissingGetter {
            get {
                return ResourceManager.GetString("BPMissingGetter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The name of the BindableProperty {0} does not end with &quot;Property&quot;..
        /// </summary>
        internal static string BPName {
            get {
                return ResourceManager.GetString("BPName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing default constructor for &quot;{0}&quot;..
        /// </summary>
        internal static string ConstructorDefaultMissing {
            get {
                return ResourceManager.GetString("ConstructorDefaultMissing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing constructor for &quot;{0}&quot; with matching x:Arguments..
        /// </summary>
        internal static string ConstructorXArgsMissing {
            get {
                return ResourceManager.GetString("ConstructorXArgsMissing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot set the content of &quot;{0}&quot; as it doesn&apos;t have a [ContentProperty] attribute..
        /// </summary>
        internal static string ContentPropertyAttributeMissing {
            get {
                return ResourceManager.GetString("ContentPropertyAttributeMissing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot convert value &quot;{0}&quot; to &quot;{1}&quot;..
        /// </summary>
        internal static string Conversion {
            get {
                return ResourceManager.GetString("Conversion", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Enum value not found for &quot;{0}&quot;..
        /// </summary>
        internal static string EnumValueMissing {
            get {
                return ResourceManager.GetString("EnumValueMissing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid Xaml &quot;{0}&quot;..
        /// </summary>
        internal static string InvalidXaml {
            get {
                return ResourceManager.GetString("InvalidXaml", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Markup expression not closed..
        /// </summary>
        internal static string MarkupNotClosed {
            get {
                return ResourceManager.GetString("MarkupNotClosed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Error while parsing markup expression..
        /// </summary>
        internal static string MarkupParsingFailed {
            get {
                return ResourceManager.GetString("MarkupParsingFailed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No property, BindableProperty, or event found for &quot;{0}&quot;, or mismatching type between value and property..
        /// </summary>
        internal static string MemberResolution {
            get {
                return ResourceManager.GetString("MemberResolution", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No static method found for &quot;{0}::{1} ({2})&quot;..
        /// </summary>
        internal static string MethodStaticMissing {
            get {
                return ResourceManager.GetString("MethodStaticMissing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to EventHandler &quot;{0}&quot; with correct signature not found in type &quot;{1}&quot;..
        /// </summary>
        internal static string MissingEventHandler {
            get {
                return ResourceManager.GetString("MissingEventHandler", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An element with the name &quot;{0}&quot; already exists in this NameScope..
        /// </summary>
        internal static string NamescopeDuplicate {
            get {
                return ResourceManager.GetString("NamescopeDuplicate", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing mandatory property &quot;{0}&quot; on &quot;{1}&quot;..
        /// </summary>
        internal static string PropertyMissing {
            get {
                return ResourceManager.GetString("PropertyMissing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot resolve property &quot;{0}&quot; on type &quot;{1} (property missing or missing accessors)&quot;..
        /// </summary>
        internal static string PropertyResolution {
            get {
                return ResourceManager.GetString("PropertyResolution", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &quot;A resource with the key &quot;{0}&quot; is already present in the ResourceDictionary..
        /// </summary>
        internal static string ResourceDictDuplicateKey {
            get {
                return ResourceManager.GetString("ResourceDictDuplicateKey", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Resources in ResourceDictionary require a x:Key attribute..
        /// </summary>
        internal static string ResourceDictMissingKey {
            get {
                return ResourceManager.GetString("ResourceDictMissingKey", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Resource &quot;{0}&quot; not found..
        /// </summary>
        internal static string ResourceMissing {
            get {
                return ResourceManager.GetString("ResourceMissing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Multi-valued enums are not valid on sbyte enum types..
        /// </summary>
        internal static string SByteEnums {
            get {
                return ResourceManager.GetString("SByteEnums", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to StyleSheet require either a Source or a content..
        /// </summary>
        internal static string StyleSheetNoSourceOrContent {
            get {
                return ResourceManager.GetString("StyleSheetNoSourceOrContent", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Source property is not a string literal..
        /// </summary>
        internal static string StyleSheetSourceNotALiteral {
            get {
                return ResourceManager.GetString("StyleSheetSourceNotALiteral", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to StyleSheet cannot have both a Source and a content..
        /// </summary>
        internal static string StyleSheetSourceOrContent {
            get {
                return ResourceManager.GetString("StyleSheetSourceOrContent", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Style property or Content is not a string literal..
        /// </summary>
        internal static string StyleSheetStyleNotALiteral {
            get {
                return ResourceManager.GetString("StyleSheetStyleNotALiteral", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Cannot resolve type &quot;{0}&quot;..
        /// </summary>
        internal static string TypeResolution {
            get {
                return ResourceManager.GetString("TypeResolution", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to x:DataType expects a string literal, an {{x:Type}} markup or {{x:Null}}..
        /// </summary>
        internal static string XDataTypeSyntax {
            get {
                return ResourceManager.GetString("XDataTypeSyntax", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to x:Key expects a string literal..
        /// </summary>
        internal static string XKeyNotLiteral {
            get {
                return ResourceManager.GetString("XKeyNotLiteral", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Undeclared xmlns prefix &quot;{0}&quot;..
        /// </summary>
        internal static string XmlnsUndeclared {
            get {
                return ResourceManager.GetString("XmlnsUndeclared", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to x:Static: unable to find a public -- or accessible internal -- static field, static property, const or enum value named &quot;{0}&quot; in &quot;{1}&quot;..
        /// </summary>
        internal static string XStaticResolution {
            get {
                return ResourceManager.GetString("XStaticResolution", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Syntax for x:Static is &quot;[Member=][prefix:]typeName.staticMemberName&quot;..
        /// </summary>
        internal static string XStaticSyntax {
            get {
                return ResourceManager.GetString("XStaticSyntax", resourceCulture);
            }
        }        
 
        /// <summary>
        ///   Looks up a localized string similar to Consider attributing the markup extension with [AcceptEmptyServiceProvider] or [RequireService]..
        /// </summary>
        internal static string UnattributedMarkupType {
            get {
                return ResourceManager.GetString("UnattributedMarkupType", resourceCulture);
            }
        }
 
        /// <summary>
        /// Looks up a localized message for the obsolete property.
        /// </summary>
        internal static string ObsoleteProperty {
            get {
                return ResourceManager.GetString("ObsoleteProperty", resourceCulture);
            }
        }
 
        /// <summary>
        /// Looks up a localized message for when a binding is used without specifying a data type.
        /// </summary>
        internal static string BindingWithoutDataType {
            get {
                return ResourceManager.GetString("BindingWithoutDataType", resourceCulture);
            }
        }
 
        /// <summary>
        /// Looks up a localized message for binding with null data type.
        /// </summary>
        /// <returns>The error message.</returns>
        internal static string BindingWithNullDataType {
            get {
                return ResourceManager.GetString("BindingWithNullDataType", resourceCulture);
            }
        }
    }
}