13 references to GetResourceString
dotnet-svcutil-lib (13)
artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\Microsoft.Tools.ServiceModel.Svcutil.Metadata.MetadataResources.cs (13)
17internal 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."); 19internal static string @ErrCannotCreateAMetadataExchangeClientFormat => GetResourceString("ErrCannotCreateAMetadataExchangeClientFormat", @"Cannot obtain Metadata from {0}. The URI scheme '{1}' is not supported by default."); 21internal static string @ErrDirectoryInsteadOfFileFormat => GetResourceString("ErrDirectoryInsteadOfFileFormat", @"The input path '{0}' appears to be a directory. Inputs must be either URLs or file paths."); 23internal 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."); 25internal static string @ErrFileAlreadyExistsFormat => GetResourceString("ErrFileAlreadyExistsFormat", @"The file '{0}' already exists."); 27internal static string @ErrNoFilesFoundFormat => GetResourceString("ErrNoFilesFoundFormat", @"The input path '{0}' doesn't appear to refer to any existing files"); 29internal static string @ErrInvalidUriFormat => GetResourceString("ErrInvalidUriFormat", @"The specified URI '{0}' does not appear to be valid."); 31internal static string @ErrNotXmlMetadataFileFormat => GetResourceString("ErrNotXmlMetadataFileFormat", @"The specified path '{0}' does not appear to refer to an XML metadata file."); 33internal static string @ErrServiceMetadataNotImported => GetResourceString("ErrServiceMetadataNotImported", @"The service metadata has not been imported yet."); 36internal static string @ErrUnableToConnectToUriFormat => GetResourceString("ErrUnableToConnectToUriFormat", @"Cannot obtain Metadata from the URI: {0} 39internal static string @ErrUnableToCreateUniqueFileNameFormat => GetResourceString("ErrUnableToCreateUniqueFileNameFormat", @"Too many files are being created with the prefix '{0}'."); 41internal static string @ErrUnableToResolveSchemaReferenceFormat => GetResourceString("ErrUnableToResolveSchemaReferenceFormat", @"Unable to resolve schema reference '{0}'."); 43internal static string @ErrUrlNotAllowedOnMultipleInputsFormat => GetResourceString("ErrUrlNotAllowedOnMultipleInputsFormat", @"""URL not allowed: '{0}'. Only metadata document files are allowed when multiple inputs specified!""");