File: artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataResources.cs
Project: src\src\dotnet-svcutil\lib\src\dotnet-svcutil-lib.csproj (dotnet-svcutil-lib)
// <auto-generated>
using System.Reflection;
 
 
namespace Microsoft.Tools.ServiceModel.Svcutil.Metadata
{
    internal static partial class MetadataResources
    {
        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(MetadataResources)));
        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);
        /// <summary>If this is a Windows (R) Communication Foundation service to which you have access, please check that you have enabled metadata publishing at the specified address.  For help enabling metadata publishing, please refer to the MSDN documentation at http://go ...</summary>
        internal static string @EnableMetadataHelpMessage => GetResourceString("EnableMetadataHelpMessage", @"If this is a Windows (R) Communication Foundation service to which you have access, please check that you have enabled metadata publishing at the specified address.  For help enabling metadata publishing, please refer to the MSDN documentation at http://go.microsoft.com/fwlink/?LinkId=65455.");
        /// <summary>Cannot obtain Metadata from {0}.  The URI scheme '{1}' is not supported by default.</summary>
        internal static string @ErrCannotCreateAMetadataExchangeClientFormat => GetResourceString("ErrCannotCreateAMetadataExchangeClientFormat", @"Cannot obtain Metadata from {0}.  The URI scheme '{1}' is not supported by default.");
        /// <summary>The input path '{0}' appears to be a directory. Inputs must be either URLs or file paths.</summary>
        internal static string @ErrDirectoryInsteadOfFileFormat => GetResourceString("ErrDirectoryInsteadOfFileFormat", @"The input path '{0}' appears to be a directory. Inputs must be either URLs or file paths.");
        /// <summary>The directory '{0}' could not be found. Verify that the directory exists and that you have the appropriate permissions to read it.</summary>
        internal static string @ErrDirectoryNotFoundFormat => GetResourceString("ErrDirectoryNotFoundFormat", @"The directory '{0}' could not be found. Verify that the directory exists and that you have the appropriate permissions to read it.");
        /// <summary>The file '{0}' already exists.</summary>
        internal static string @ErrFileAlreadyExistsFormat => GetResourceString("ErrFileAlreadyExistsFormat", @"The file '{0}' already exists.");
        /// <summary>The input path '{0}' doesn't appear to refer to any existing files</summary>
        internal static string @ErrNoFilesFoundFormat => GetResourceString("ErrNoFilesFoundFormat", @"The input path '{0}' doesn't appear to refer to any existing files");
        /// <summary>The specified URI '{0}' does not appear to be valid.</summary>
        internal static string @ErrInvalidUriFormat => GetResourceString("ErrInvalidUriFormat", @"The specified URI '{0}' does not appear to be valid.");
        /// <summary>The specified path '{0}' does not appear to refer to an XML metadata file.</summary>
        internal static string @ErrNotXmlMetadataFileFormat => GetResourceString("ErrNotXmlMetadataFileFormat", @"The specified path '{0}' does not appear to refer to an XML metadata file.");
        /// <summary>The service metadata has not been imported yet.</summary>
        internal static string @ErrServiceMetadataNotImported => GetResourceString("ErrServiceMetadataNotImported", @"The service metadata has not been imported yet.");
        /// <summary>Cannot obtain Metadata from the URI: {0} 
        ///  Check the URI and try again.{1}</summary>
        internal static string @ErrUnableToConnectToUriFormat => GetResourceString("ErrUnableToConnectToUriFormat", @"Cannot obtain Metadata from the URI: {0} 
 Check the URI and try again.{1}");
        /// <summary>Too many files are being created with the prefix '{0}'.</summary>
        internal static string @ErrUnableToCreateUniqueFileNameFormat => GetResourceString("ErrUnableToCreateUniqueFileNameFormat", @"Too many files are being created with the prefix '{0}'.");
        /// <summary>Unable to resolve schema reference '{0}'.</summary>
        internal static string @ErrUnableToResolveSchemaReferenceFormat => GetResourceString("ErrUnableToResolveSchemaReferenceFormat", @"Unable to resolve schema reference '{0}'.");
        /// <summary>"URL not allowed: '{0}'.  Only metadata document files are allowed when multiple inputs specified!"</summary>
        internal static string @ErrUrlNotAllowedOnMultipleInputsFormat => GetResourceString("ErrUrlNotAllowedOnMultipleInputsFormat", @"""URL not allowed: '{0}'.  Only metadata document files are allowed when multiple inputs specified!""");
 
    }
}