File: src\runtime\artifacts\obj\Microsoft.Extensions.Diagnostics\Release\net11.0\System.SR.cs
Project: src\runtime\src\libraries\Microsoft.Extensions.Diagnostics\src\Microsoft.Extensions.Diagnostics.csproj (Microsoft.Extensions.Diagnostics)
// <auto-generated>
using System.Reflection;

namespace FxResources.Microsoft.Extensions.Diagnostics
{
    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.Diagnostics.SR)));

        /// <summary>The meter factory does not allow a custom scope value when creating a meter.</summary>
        internal static string @InvalidScope => GetResourceString("InvalidScope");
        /// <summary>Only one wildcard character is allowed in category name.</summary>
        internal static string @MoreThanOneWildcard => GetResourceString("MoreThanOneWildcard");

    }
}