File: artifacts\obj\System.Diagnostics.DiagnosticSource\Debug\net11.0\System.SR.cs
Project: src\src\libraries\System.Diagnostics.DiagnosticSource\src\System.Diagnostics.DiagnosticSource.csproj (System.Diagnostics.DiagnosticSource)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.System.Diagnostics.DiagnosticSource
{
    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.System.Diagnostics.DiagnosticSource.SR)));
 
        /// <summary>"Value must be a valid ActivityIdFormat value"</summary>
        internal static string @ActivityIdFormatInvalid => GetResourceString("ActivityIdFormatInvalid", @"""Value must be a valid ActivityIdFormat value""");
        /// <summary>Trying to set an Activity that is not running</summary>
        internal static string @ActivityNotRunning => GetResourceString("ActivityNotRunning", @"Trying to set an Activity that is not running");
        /// <summary>"Can not stop an Activity that was not started"</summary>
        internal static string @ActivityNotStarted => GetResourceString("ActivityNotStarted", @"""Can not stop an Activity that was not started""");
        /// <summary>"Can not start an Activity that was already started"</summary>
        internal static string @ActivityStartAlreadyStarted => GetResourceString("ActivityStartAlreadyStarted", @"""Can not start an Activity that was already started""");
        /// <summary>"Can not set parent on already started Activity"</summary>
        internal static string @ActivitySetParentAlreadyStarted => GetResourceString("ActivitySetParentAlreadyStarted", @"""Can not set parent on already started Activity""");
        /// <summary>"EndTime is not UTC"</summary>
        internal static string @EndTimeNotUtc => GetResourceString("EndTimeNotUtc", @"""EndTime is not UTC""");
        /// <summary>"OperationName must not be null or empty"</summary>
        internal static string @OperationNameInvalid => GetResourceString("OperationNameInvalid", @"""OperationName must not be null or empty""");
        /// <summary>"ParentId is already set"</summary>
        internal static string @ParentIdAlreadySet => GetResourceString("ParentIdAlreadySet", @"""ParentId is already set""");
        /// <summary>"ParentId must not be null or empty"</summary>
        internal static string @ParentIdInvalid => GetResourceString("ParentIdInvalid", @"""ParentId must not be null or empty""");
        /// <summary>"Can not change format for an activity that was already started"</summary>
        internal static string @SetFormatOnStartedActivity => GetResourceString("SetFormatOnStartedActivity", @"""Can not change format for an activity that was already started""");
        /// <summary>"Can not set ParentId on activity which has parent"</summary>
        internal static string @SetParentIdOnActivityWithParent => GetResourceString("SetParentIdOnActivityWithParent", @"""Can not set ParentId on activity which has parent""");
        /// <summary>"StartTime is not UTC"</summary>
        internal static string @StartTimeNotUtc => GetResourceString("StartTimeNotUtc", @"""StartTime is not UTC""");
        /// <summary>"The collection already contains item with same key '{0}''"</summary>
        internal static string @KeyAlreadyExist => GetResourceString("KeyAlreadyExist", @"""The collection already contains item with same key '{0}''""");
        /// <summary>"Invalid trace parent."</summary>
        internal static string @InvalidTraceParent => GetResourceString("InvalidTraceParent", @"""Invalid trace parent.""");
        /// <summary>Unable to access the ServicePointTable field</summary>
        internal static string @UnableAccessServicePointTable => GetResourceString("UnableAccessServicePointTable", @"Unable to access the ServicePointTable field");
        /// <summary>Unable to initialize all required reflection objects</summary>
        internal static string @UnableToInitialize => GetResourceString("UnableToInitialize", @"Unable to initialize all required reflection objects");
        /// <summary>{0} is unsupported type for this operation. The only supported types are byte, short, int, long, float, double, and decimal.</summary>
        internal static string @UnsupportedType => GetResourceString("UnsupportedType", @"{0} is unsupported type for this operation. The only supported types are byte, short, int, long, float, double, and decimal.");
        /// <summary>Destination buffer is not long enough to copy all the items in the list.</summary>
        internal static string @Arg_BufferTooSmall => GetResourceString("Arg_BufferTooSmall", @"Destination buffer is not long enough to copy all the items in the list.");
        /// <summary>The instrument is of different generic type.</summary>
        internal static string @InvalidInstrumentType => GetResourceString("InvalidInstrumentType", @"The instrument is of different generic type.");
        /// <summary>Histogram explicit bucket boundaries must be specified in ascending order and cannot contain duplicate values.</summary>
        internal static string @InvalidHistogramExplicitBucketBoundaries => GetResourceString("InvalidHistogramExplicitBucketBoundaries", @"Histogram explicit bucket boundaries must be specified in ascending order and cannot contain duplicate values.");
        /// <summary>Invalid scale value {0}. Scale must be greater than or equal to {1} and less than or equal to {2}.</summary>
        internal static string @InvalidHistogramScale => GetResourceString("InvalidHistogramScale", @"Invalid scale value {0}. Scale must be greater than or equal to {1} and less than or equal to {2}.");
        /// <summary>Invalid Max buckets value {0}. Max buckets must be greater than or equal to {1}.</summary>
        internal static string @InvalidHistogramMaxBuckets => GetResourceString("InvalidHistogramMaxBuckets", @"Invalid Max buckets value {0}. Max buckets must be greater than or equal to {1}.");
 
    }
}