File: artifacts\obj\Microsoft.Extensions.Configuration.Xml\Debug\net10.0\System.SR.cs
Project: src\src\libraries\Microsoft.Extensions.Configuration.Xml\src\Microsoft.Extensions.Configuration.Xml.csproj (Microsoft.Extensions.Configuration.Xml)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.Microsoft.Extensions.Configuration.Xml
{
    internal static class SR { }
}
namespace System
{
    internal static partial class SR
    {
        private static global::System.Resources.ResourceManager s_resourceManager;
        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.Microsoft.Extensions.Configuration.Xml.SR)));
 
        /// <summary>File path must be a non-empty string.</summary>
        internal static string @Error_InvalidFilePath => GetResourceString("Error_InvalidFilePath", @"File path must be a non-empty string.");
        /// <summary>A duplicate key '{0}' was found.{1}</summary>
        internal static string @Error_KeyIsDuplicated => GetResourceString("Error_KeyIsDuplicated", @"A duplicate key '{0}' was found.{1}");
        /// <summary>XML namespaces are not supported.{0}</summary>
        internal static string @Error_NamespaceIsNotSupported => GetResourceString("Error_NamespaceIsNotSupported", @"XML namespaces are not supported.{0}");
        /// <summary>Unsupported node type '{0}' was found.{1}</summary>
        internal static string @Error_UnsupportedNodeType => GetResourceString("Error_UnsupportedNodeType", @"Unsupported node type '{0}' was found.{1}");
        /// <summary>Line {0}, position {1}.</summary>
        internal static string @Msg_LineInfo => GetResourceString("Msg_LineInfo", @"Line {0}, position {1}.");
 
    }
}