File: artifacts\obj\GetDocument.Insider\Release\netcoreapp2.1\Microsoft.Extensions.ApiDescription.Tool.Resources.cs
Project: src\src\Tools\GetDocumentInsider\src\GetDocument.Insider.csproj (GetDocument.Insider)
// <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>The assembly path to use. Required.</summary>
        internal static string @AssemblyDescription => GetResourceString("AssemblyDescription");
        /// <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 directory where the document files should be written. Required.</summary>
        internal static string @OutputDescription => GetResourceString("OutputDescription");
        /// <summary>Prefix console output with logging level.</summary>
        internal static string @PrefixDescription => GetResourceString("PrefixDescription");
        /// <summary>Show verbose console output.</summary>
        internal static string @VerboseDescription => GetResourceString("VerboseDescription");
        /// <summary>Location from which inside man was copied (in the .NET Framework case) or loaded. Required.</summary>
        internal static string @ToolsDirectoryDescription => GetResourceString("ToolsDirectoryDescription");
        /// <summary>Generating document named '{0}'.</summary>
        internal static string @GeneratingDocument => GetResourceString("GeneratingDocument");
        /// <summary>Generating document named '{0}'.</summary>
        internal static string FormatGeneratingDocument(object p0)
           => string.Format(Culture, GetResourceString("GeneratingDocument"), p0);
 
        /// <summary>Assembly '{0}' does not contain an entry point.</summary>
        internal static string @MissingEntryPoint => GetResourceString("MissingEntryPoint");
        /// <summary>Assembly '{0}' does not contain an entry point.</summary>
        internal static string FormatMissingEntryPoint(object p0)
           => string.Format(Culture, GetResourceString("MissingEntryPoint"), p0);
 
        /// <summary>Unable to find service type '{0}' in loaded assemblies.</summary>
        internal static string @ServiceTypeNotFound => GetResourceString("ServiceTypeNotFound");
        /// <summary>Unable to find service type '{0}' in loaded assemblies.</summary>
        internal static string FormatServiceTypeNotFound(object p0)
           => string.Format(Culture, GetResourceString("ServiceTypeNotFound"), p0);
 
        /// <summary>Method '{0}' not found in type '{1}' with expected signature.</summary>
        internal static string @MethodNotFound => GetResourceString("MethodNotFound");
        /// <summary>Method '{0}' not found in type '{1}' with expected signature.</summary>
        internal static string FormatMethodNotFound(object p0, object p1)
           => string.Format(Culture, GetResourceString("MethodNotFound"), p0, p1);
 
        /// <summary>Unable to find service type '{0}' in dependency injection container. Update the 'Startup' class to register a document.</summary>
        internal static string @ServiceNotFound => GetResourceString("ServiceNotFound");
        /// <summary>Unable to find service type '{0}' in dependency injection container. Update the 'Startup' class to register a document.</summary>
        internal static string FormatServiceNotFound(object p0)
           => string.Format(Culture, GetResourceString("ServiceNotFound"), p0);
 
        /// <summary>Method '{0}' of type '{1}' returned null. Must return a non-null '{2}'.</summary>
        internal static string @MethodReturnedNull => GetResourceString("MethodReturnedNull");
        /// <summary>Method '{0}' of type '{1}' returned null. Must return a non-null '{2}'.</summary>
        internal static string FormatMethodReturnedNull(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("MethodReturnedNull"), p0, p1, p2);
 
        /// <summary>Method '{0}' of type '{1}' has unsupported return type '{2}'. Must return '{3}'.</summary>
        internal static string @MethodReturnTypeUnsupported => GetResourceString("MethodReturnTypeUnsupported");
        /// <summary>Method '{0}' of type '{1}' has unsupported return type '{2}'. Must return '{3}'.</summary>
        internal static string FormatMethodReturnTypeUnsupported(object p0, object p1, object p2, object p3)
           => string.Format(Culture, GetResourceString("MethodReturnTypeUnsupported"), p0, p1, p2, p3);
 
        /// <summary>Method '{0}' of type '{1}' timed out. Must complete execution within {2} minute.</summary>
        internal static string @MethodTimedOut => GetResourceString("MethodTimedOut");
        /// <summary>Method '{0}' of type '{1}' timed out. Must complete execution within {2} minute.</summary>
        internal static string FormatMethodTimedOut(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("MethodTimedOut"), p0, p1, p2);
 
        /// <summary>Method '{0}' of type '{1}' is static. Must be an instance method.</summary>
        internal static string @MethodIsStatic => GetResourceString("MethodIsStatic");
        /// <summary>Method '{0}' of type '{1}' is static. Must be an instance method.</summary>
        internal static string FormatMethodIsStatic(object p0, object p1)
           => string.Format(Culture, GetResourceString("MethodIsStatic"), p0, p1);
 
        /// <summary>No method '{0}', '{1}' or '{2}' found in type '{3}' with expected signatures.</summary>
        internal static string @MethodsNotFound => GetResourceString("MethodsNotFound");
        /// <summary>No method '{0}', '{1}' or '{2}' found in type '{3}' with expected signatures.</summary>
        internal static string FormatMethodsNotFound(object p0, object p1, object p2, object p3)
           => string.Format(Culture, GetResourceString("MethodsNotFound"), p0, p1, p2, p3);
 
        /// <summary>Writing document named '{0}' to '{1}'.</summary>
        internal static string @WritingDocument => GetResourceString("WritingDocument");
        /// <summary>Writing document named '{0}' to '{1}'.</summary>
        internal static string FormatWritingDocument(object p0, object p1)
           => string.Format(Culture, GetResourceString("WritingDocument"), p0, p1);
 
        /// <summary>Method '{0}' of type '{1}' wrote no content for document named '{2}'.</summary>
        internal static string @MethodWroteNoContent => GetResourceString("MethodWroteNoContent");
        /// <summary>Method '{0}' of type '{1}' wrote no content for document named '{2}'.</summary>
        internal static string FormatMethodWroteNoContent(object p0, object p1, object p2)
           => string.Format(Culture, GetResourceString("MethodWroteNoContent"), p0, p1, p2);
 
        /// <summary>GetDocument.Insider</summary>
        internal static string @CommandFullName => GetResourceString("CommandFullName");
        /// <summary>The path where the list of document files should be written. Required.</summary>
        internal static string @FileListDescription => GetResourceString("FileListDescription");
        /// <summary>The project name to use. Required.</summary>
        internal static string @ProjectDescription => GetResourceString("ProjectDescription");
        /// <summary>Unable to resolve a non-null '{0}' implementation using method '{1}', '{2}' or '{3}' of type '{4}'.</summary>
        internal static string @ServiceProviderNotFound => GetResourceString("ServiceProviderNotFound");
        /// <summary>Unable to resolve a non-null '{0}' implementation using method '{1}', '{2}' or '{3}' of type '{4}'.</summary>
        internal static string FormatServiceProviderNotFound(object p0, object p1, object p2, object p3, object p4)
           => string.Format(Culture, GetResourceString("ServiceProviderNotFound"), p0, p1, p2, p3, p4);
 
        /// <summary>Unable to find any registered documents. Update the 'Startup' class to register a document.</summary>
        internal static string @DocumentsNotFound => GetResourceString("DocumentsNotFound");
        /// <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");
        /// <summary>The OpenAPI spec version to use when generating the document. Optional.</summary>
        internal static string @OpenApiVersionDescription => GetResourceString("OpenApiVersionDescription");
        /// <summary>The name of the OpenAPI document to generate. Optional.</summary>
        internal static string @DocumentNameDescription => GetResourceString("DocumentNameDescription");
        /// <summary>Invalid OpenAPI spec version '{0}' provided. Falling back to default: v3.0.</summary>
        internal static string @InvalidOpenApiVersion => GetResourceString("InvalidOpenApiVersion");
        /// <summary>Invalid OpenAPI spec version '{0}' provided. Falling back to default: v3.0.</summary>
        internal static string FormatInvalidOpenApiVersion(object p0)
           => string.Format(Culture, GetResourceString("InvalidOpenApiVersion"), p0);
 
        /// <summary>Document with name '{0}' not found.</summary>
        internal static string @DocumentNotFound => GetResourceString("DocumentNotFound");
        /// <summary>Document with name '{0}' not found.</summary>
        internal static string FormatDocumentNotFound(object p0)
           => string.Format(Culture, GetResourceString("DocumentNotFound"), p0);
 
        /// <summary>Using discovered `GenerateAsync` overload with version parameter.</summary>
        internal static string @VersionedGenerateMethod => GetResourceString("VersionedGenerateMethod");
        /// <summary>The name of the generated OpenAPI document. When the default document (v1) is generated, this maps to {FileName}.json. For custom file names, this maps to {FileName}_{DocumentName}.json.</summary>
        internal static string @FileNameDescription => GetResourceString("FileNameDescription");
        /// <summary>The name of the generated OpenAPI document. When the default document (v1) is generated, this maps to {FileName}.json. For custom file names, this maps to {FileName}_{DocumentName}.json.</summary>
        internal static string FormatFileNameDescription(object FileName, object DocumentName)
           => string.Format(Culture, GetResourceString("FileNameDescription", new [] { "FileName", "DocumentName" }), FileName, DocumentName);
 
        /// <summary>FileName format invalid, only Alphanumeric and "_ -" authorized</summary>
        internal static string @FileNameFormatInvalid => GetResourceString("FileNameFormatInvalid");
 
    }
}