File: artifacts\obj\dotnet-getdocument\Release\net10.0\Microsoft.Extensions.ApiDescription.Tool.Resources.cs
Project: src\src\Tools\dotnet-getdocument\src\dotnet-getdocument.csproj (dotnet-getdocument)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.Extensions.ApiDescription.Tool
{
    internal static partial class Resources
    {
        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(Resources)));
        internal static global::System.Globalization.CultureInfo Culture { get; set; }
#if !NET20
        [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]
#endif
        internal static string GetResourceString(string resourceKey, string defaultValue = null) =>  ResourceManager.GetString(resourceKey, Culture);
 
        private static string GetResourceString(string resourceKey, string[] formatterNames)
        {
           var value = GetResourceString(resourceKey);
           if (formatterNames != null)
           {
               for (var i = 0; i < formatterNames.Length; i++)
               {
                   value = value.Replace("{" + formatterNames[i] + "}", "{" + i + "}");
               }
           }
           return value;
        }
 
        /// <summary>dotnet-getdocument</summary>
        internal static string @CommandFullName => GetResourceString("CommandFullName");
        /// <summary>The target framework to use. Required.</summary>
        internal static string @TargetFrameworkDescription => GetResourceString("TargetFrameworkDescription");
        /// <summary>Project '{0}' targets framework '.NETCoreApp' version '{1}'. This version of the dotnet-getdocument tool only supports version 2.1 or higher.</summary>
        internal static string @OldNETCoreAppProject => GetResourceString("OldNETCoreAppProject");
        /// <summary>Project '{0}' targets framework '.NETCoreApp' version '{1}'. This version of the dotnet-getdocument tool only supports version 2.1 or higher.</summary>
        internal static string FormatOldNETCoreAppProject(object p0, object p1)
           => string.Format(Culture, GetResourceString("OldNETCoreAppProject"), p0, p1);
 
        /// <summary>Project '{0}' targets framework '.NETStandard'. There is no runtime associated with this framework and projects targeting it cannot be executed directly. To use the dotnet-getdocument tool with this project, update this project to target .NET Core and / or ...</summary>
        internal static string @NETStandardProject => GetResourceString("NETStandardProject");
        /// <summary>Project '{0}' targets framework '.NETStandard'. There is no runtime associated with this framework and projects targeting it cannot be executed directly. To use the dotnet-getdocument tool with this project, update this project to target .NET Core and / or ...</summary>
        internal static string FormatNETStandardProject(object p0)
           => string.Format(Culture, GetResourceString("NETStandardProject"), p0);
 
        /// <summary>Prefix console output with logging level.</summary>
        internal static string @PrefixDescription => GetResourceString("PrefixDescription");
        /// <summary>The project name. Required.</summary>
        internal static string @ProjectDescription => GetResourceString("ProjectDescription");
        /// <summary>The runtime identifier to use.</summary>
        internal static string @RuntimeDescription => GetResourceString("RuntimeDescription");
        /// <summary>Project '{0}' targets framework '{1}'. The dotnet-getdocument tool does not support this framework.</summary>
        internal static string @UnsupportedFramework => GetResourceString("UnsupportedFramework");
        /// <summary>Project '{0}' targets framework '{1}'. The dotnet-getdocument tool does not support this framework.</summary>
        internal static string FormatUnsupportedFramework(object p0, object p1)
           => string.Format(Culture, GetResourceString("UnsupportedFramework"), p0, p1);
 
        /// <summary>Show verbose output.</summary>
        internal static string @VerboseDescription => GetResourceString("VerboseDescription");
        /// <summary>The project assets file to use.</summary>
        internal static string @AssetsFileDescription => GetResourceString("AssetsFileDescription");
        /// <summary>Missing required option '--{0}'.</summary>
        internal static string @MissingOption => GetResourceString("MissingOption");
        /// <summary>Missing required option '--{0}'.</summary>
        internal static string FormatMissingOption(object p0)
           => string.Format(Culture, GetResourceString("MissingOption"), p0);
 
        /// <summary>The platform to use.</summary>
        internal static string @PlatformDescription => GetResourceString("PlatformDescription");
        /// <summary>The assembly path to use. Required.</summary>
        internal static string @AssemblyDescription => GetResourceString("AssemblyDescription");
        /// <summary>Cannot specify both '--quiet' and '--verbose' options.</summary>
        internal static string @QuietAndVerboseSpecified => GetResourceString("QuietAndVerboseSpecified");
        /// <summary>Suppresses all output except warnings and errors.</summary>
        internal static string @QuietDescription => GetResourceString("QuietDescription");
 
    }
}