File: artifacts\obj\Microsoft.Extensions.Diagnostics\Debug\net10.0\System.SR.cs
Project: src\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", @"The meter factory does not allow a custom scope value when creating a meter.");
        /// <summary>Only one wildcard character is allowed in category name.</summary>
        internal static string @MoreThanOneWildcard => GetResourceString("MoreThanOneWildcard", @"Only one wildcard character is allowed in category name.");
 
    }
}