|
// <auto-generated>
using System.Reflection;
namespace Microsoft.Tools.ServiceModel.Svcutil
{
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(SR)));
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>Microsoft (R) WCF Service Model Proxy Generation Tool for .Net Core platform
/// [{0}, Version {1}]
/// {2}</summary>
internal static string @LogoFormat => GetResourceString("LogoFormat", @"Microsoft (R) WCF Service Model Proxy Generation Tool for .Net Core platform
[{0}, Version {1}]
{2}");
/// <summary>USE:</summary>
internal static string @HelpUsage1 => GetResourceString("HelpUsage1", @"USE:");
/// <summary>- Generate web service proxy code from running services or static metadata documents.</summary>
internal static string @HelpUsage2 => GetResourceString("HelpUsage2", @"- Generate web service proxy code from running services or static metadata documents.");
/// <summary>-= EXAMPLES =-</summary>
internal static string @HelpExamples => GetResourceString("HelpExamples", @"-= EXAMPLES =-");
/// <summary>dotnet-svcutil http://example.com/service.svc?wsdl</summary>
internal static string @HelpExamples2 => GetResourceString("HelpExamples2", @"dotnet-svcutil http://example.com/service.svc?wsdl");
/// <summary>- Generate client code from a running service or online metadata documents.</summary>
internal static string @HelpExamples3 => GetResourceString("HelpExamples3", @"- Generate client code from a running service or online metadata documents.");
/// <summary>dotnet-svcutil *.wsdl *.xsd --language:C#</summary>
internal static string @HelpExamples6 => GetResourceString("HelpExamples6", @"dotnet-svcutil *.wsdl *.xsd --language:C#");
/// <summary>- Generate client code in Visual Basic from local metadata documents.</summary>
internal static string @HelpExamples7 => GetResourceString("HelpExamples7", @"- Generate client code in Visual Basic from local metadata documents.");
/// <summary>dotnet-svcutil http://example.com/service.svc?wsdl -edb -n "*,MyApplication.ServiceReference1" -ct MyLibrary.MyCollection`1 -r "{{MyLibrary,1.0.0}}"</summary>
internal static string @HelpExamples8 => GetResourceString("HelpExamples8", @"dotnet-svcutil http://example.com/service.svc?wsdl -edb -n ""*,MyApplication.ServiceReference1"" -ct MyLibrary.MyCollection`1 -r ""{{MyLibrary,1.0.0}}""");
/// <summary>- Generate client code from a running service using settings that emulate the default "WCF Connected Service" behavior in Visual Studio</summary>
internal static string @HelpExamples9 => GetResourceString("HelpExamples9", @"- Generate client code from a running service using settings that emulate the default ""WCF Connected Service"" behavior in Visual Studio");
/// <summary>-= COMMON OPTIONS =-</summary>
internal static string @HelpCommonOptionsCategory => GetResourceString("HelpCommonOptionsCategory", @"-= COMMON OPTIONS =-");
/// <summary>-= USAGE =-</summary>
internal static string @HelpUsageCategory => GetResourceString("HelpUsageCategory", @"-= USAGE =-");
/// <summary>The path to a metadata document (wsdl or xsd). Standard command-line wildcards can be used in the file path.</summary>
internal static string @HelpCodeGenerationSyntaxInput1 => GetResourceString("HelpCodeGenerationSyntaxInput1", @"The path to a metadata document (wsdl or xsd). Standard command-line wildcards can be used in the file path.");
/// <summary>The URL to a service endpoint that provides metadata or to a metadata document hosted online.</summary>
internal static string @HelpCodeGenerationSyntaxInput2 => GetResourceString("HelpCodeGenerationSyntaxInput2", @"The URL to a service endpoint that provides metadata or to a metadata document hosted online.");
/// <summary>The path to an XML file that contains a WS-Addressing EndpointReference for a service endpoint that supports WS-Metadata Exchange.</summary>
internal static string @HelpCodeGenerationSyntaxInput3 => GetResourceString("HelpCodeGenerationSyntaxInput3", @"The path to an XML file that contains a WS-Addressing EndpointReference for a service endpoint that supports WS-Metadata Exchange.");
/// <summary>Options:</summary>
internal static string @HelpOptions => GetResourceString("HelpOptions", @"Options:");
/// <summary><url></summary>
internal static string @HelpInputUrl => GetResourceString("HelpInputUrl", @"<url>");
/// <summary><epr></summary>
internal static string @HelpInputEpr => GetResourceString("HelpInputEpr", @"<epr>");
/// <summary><metadata document path></summary>
internal static string @HelpInputMetadataDocumentPath => GetResourceString("HelpInputMetadataDocumentPath", @"<metadata document path>");
/// <summary><file></summary>
internal static string @ParametersOut => GetResourceString("ParametersOut", @"<file>");
/// <summary><string,string></summary>
internal static string @ParametersNamespace => GetResourceString("ParametersNamespace", @"<string,string>");
/// <summary><directory></summary>
internal static string @ParametersDirectory => GetResourceString("ParametersDirectory", @"<directory>");
/// <summary><language></summary>
internal static string @ParametersLanguage => GetResourceString("ParametersLanguage", @"<language>");
/// <summary><package></summary>
internal static string @ParametersReference => GetResourceString("ParametersReference", @"<package>");
/// <summary><type></summary>
internal static string @ParametersExcludeType => GetResourceString("ParametersExcludeType", @"<type>");
/// <summary><type></summary>
internal static string @ParametersCollectionType => GetResourceString("ParametersCollectionType", @"<type>");
/// <summary>Suppress the copyright and banner message. (Short Form: -{0})</summary>
internal static string @HelpNologoFormat => GetResourceString("HelpNologoFormat", @"Suppress the copyright and banner message. (Short Form: -{0})");
/// <summary>Determines the amount of information displayed by the tool. Valid values are '{0}'. (Short Form: -{1})</summary>
internal static string @HelpVerbosityFormat => GetResourceString("HelpVerbosityFormat", @"Determines the amount of information displayed by the tool. Valid values are '{0}'. (Short Form: -{1})");
/// <summary>Directory to create files in. Default: A directory called ServiceReference inside the current directory. (Short Form: -{0})</summary>
internal static string @HelpDirectoryFormat => GetResourceString("HelpDirectoryFormat", @"Directory to create files in. Default: A directory called ServiceReference inside the current directory. (Short Form: -{0})");
/// <summary>The filename for the generated code. Default: derived from the WSDL definition name, WSDL service name or targetNamespace of one of the schemas. (Short Form: -{0})</summary>
internal static string @HelpOutFormat => GetResourceString("HelpOutFormat", @"The filename for the generated code. Default: derived from the WSDL definition name, WSDL service name or targetNamespace of one of the schemas. (Short Form: -{0})");
/// <summary>Generate classes that are marked as internal. Default: generate public classes. (Short Form: -{0})</summary>
internal static string @HelpInternalFormat => GetResourceString("HelpInternalFormat", @"Generate classes that are marked as internal. Default: generate public classes. (Short Form: -{0})");
/// <summary>Package or project references to reuse types from. When generating clients, use this option to specify references in the user's project that might contain types representing the metadata being imported. The reference can be specified as a nuget package nam ...</summary>
internal static string @HelpReferenceCodeGenerationFormat => GetResourceString("HelpReferenceCodeGenerationFormat", @"Package or project references to reuse types from. When generating clients, use this option to specify references in the user's project that might contain types representing the metadata being imported. The reference can be specified as a nuget package name and version or the path to a .Net Core project. (Short Form: -{0})");
/// <summary>Do not reference standard libraries. By default System.Runtime (mscorlib) and System.ServiceModel (WCF) libraries are referenced. (Short Form: -{0})</summary>
internal static string @HelpNostdlibFormat => GetResourceString("HelpNostdlibFormat", @"Do not reference standard libraries. By default System.Runtime (mscorlib) and System.ServiceModel (WCF) libraries are referenced. (Short Form: -{0})");
/// <summary>Disable reusing types from project refereces. References provided with the --{1} option will only be considered for resolving collection types specified with the --{2} option. (Short Form: -{0})</summary>
internal static string @HelpNoTypeReuseFormat => GetResourceString("HelpNoTypeReuseFormat", @"Disable reusing types from project refereces. References provided with the --{1} option will only be considered for resolving collection types specified with the --{2} option. (Short Form: -{0})");
/// <summary>A fully-qualified or assembly-qualified type name to exclude from referenced contract types. (Short Form: -{0})</summary>
internal static string @HelpExcludeTypeCodeGenerationFormat => GetResourceString("HelpExcludeTypeCodeGenerationFormat", @"A fully-qualified or assembly-qualified type name to exclude from referenced contract types. (Short Form: -{0})");
/// <summary>A fully-qualified or assembly-qualified name of the type to use as a collection data type when code is generated from schemas. (Short Form: -{0})</summary>
internal static string @HelpCollectionTypeFormat => GetResourceString("HelpCollectionTypeFormat", @"A fully-qualified or assembly-qualified name of the type to use as a collection data type when code is generated from schemas. (Short Form: -{0})");
/// <summary>Automatically select the serializer. This tries to use the Data Contract serializer and uses the XmlSerializer if that fails. (Short Form: -{0})</summary>
internal static string @HelpAutoSerializerFormat => GetResourceString("HelpAutoSerializerFormat", @"Automatically select the serializer. This tries to use the Data Contract serializer and uses the XmlSerializer if that fails. (Short Form: -{0})");
/// <summary>Generate data types that use the XmlSerializer for serialization and deserialization</summary>
internal static string @HelpXmlSerializer => GetResourceString("HelpXmlSerializer", @"Generate data types that use the XmlSerializer for serialization and deserialization");
/// <summary>Generate data types that use the Data Contract Serializer for serialization and deserialization</summary>
internal static string @HelpDataContractSerializer => GetResourceString("HelpDataContractSerializer", @"Generate data types that use the Data Contract Serializer for serialization and deserialization");
/// <summary>Generate Message Contract types. (Short Form: -{0})</summary>
internal static string @HelpMessageContractFormat => GetResourceString("HelpMessageContractFormat", @"Generate Message Contract types. (Short Form: -{0})");
/// <summary>Implement the System.ComponentModel.INotifyPropertyChanged interface on all Data Contract types to enable data binding. (Short Form: -{0})</summary>
internal static string @HelpEnableDataBindingFormat => GetResourceString("HelpEnableDataBindingFormat", @"Implement the System.ComponentModel.INotifyPropertyChanged interface on all Data Contract types to enable data binding. (Short Form: -{0})");
/// <summary>The programming language to use for generating code. Provide either a language name registered in the machine.config file or provide the fully-qualified name of a class that inherits from System.CodeDom.Compiler.CodeDomProvider. Examples of language names ...</summary>
internal static string @HelpLanguageFormat => GetResourceString("HelpLanguageFormat", @"The programming language to use for generating code. Provide either a language name registered in the machine.config file or provide the fully-qualified name of a class that inherits from System.CodeDom.Compiler.CodeDomProvider. Examples of language names to use are CS and VB. Default: C#. (Short Form: -{0})");
/// <summary>A mapping from a WSDL or XML Schema targetNamespace to a CLR namespace. Using the '*' for the targetNamespace maps all targetNamespaces without an explicit mapping to that CLR namespace. Default: derived from the target namespace of the schema document for ...</summary>
internal static string @HelpNamespaceFormat => GetResourceString("HelpNamespaceFormat", @"A mapping from a WSDL or XML Schema targetNamespace to a CLR namespace. Using the '*' for the targetNamespace maps all targetNamespaces without an explicit mapping to that CLR namespace. Default: derived from the target namespace of the schema document for Data Contracts. The default namespace is used for all other generated types. (Short Form: -{0})");
/// <summary>Display command syntax and options for the tool. (Short Form: -{0})</summary>
internal static string @HelpHelpFormat => GetResourceString("HelpHelpFormat", @"Display command syntax and options for the tool. (Short Form: -{0})");
/// <summary>Generated code will not unwrap "parameters" member of document-wrapped-literal messages. (Short Form: -{0})</summary>
internal static string @HelpWrappedFormat => GetResourceString("HelpWrappedFormat", @"Generated code will not unwrap ""parameters"" member of document-wrapped-literal messages. (Short Form: -{0})");
/// <summary>Generate synchronous methods for operations in addition to async. (Short Form: -{0})</summary>
internal static string @HelpSyncFormat => GetResourceString("HelpSyncFormat", @"Generate synchronous methods for operations in addition to async. (Short Form: -{0})");
/// <summary>If you would like more help, type "dotnet-svcutil -{0}"</summary>
internal static string @MoreHelpFormat => GetResourceString("MoreHelpFormat", @"If you would like more help, type ""dotnet-svcutil -{0}""");
/// <summary>Error:</summary>
internal static string @ErrorPrefix => GetResourceString("ErrorPrefix", @"Error:");
/// <summary>Warning:</summary>
internal static string @WarningPrefix => GetResourceString("WarningPrefix", @"Warning:");
/// <summary>Unrecognized option '{0}' specified.</summary>
internal static string @ErrUnknownSwitchFormat => GetResourceString("ErrUnknownSwitchFormat", @"Unrecognized option '{0}' specified.");
/// <summary>The --{0} option requires a value to be passed, but none was found.</summary>
internal static string @ErrArgumentWithoutValue => GetResourceString("ErrArgumentWithoutValue", @"The --{0} option requires a value to be passed, but none was found.");
/// <summary>The --{0} option cannot be specified multiple times.</summary>
internal static string @ErrSingleUseSwitchFormat => GetResourceString("ErrSingleUseSwitchFormat", @"The --{0} option cannot be specified multiple times.");
/// <summary>An error occurred in the tool.</summary>
internal static string @ErrUnexpectedError => GetResourceString("ErrUnexpectedError", @"An error occurred in the tool.");
/// <summary>A code provider could not be created for the value: '{0}' passed to the --{1} option. Verify that the code provider is properly installed and configured.</summary>
internal static string @ErrCouldNotCreateCodeProviderFormat => GetResourceString("ErrCouldNotCreateCodeProviderFormat", @"A code provider could not be created for the value: '{0}' passed to the --{1} option. Verify that the code provider is properly installed and configured.");
/// <summary>The value '{0}' passed to the --{1} option does not represent a defined language and it could not be loaded as a fully qualified CLR type.</summary>
internal static string @ErrNotLanguageOrCodeDomTypeFormat => GetResourceString("ErrNotLanguageOrCodeDomTypeFormat", @"The value '{0}' passed to the --{1} option does not represent a defined language and it could not be loaded as a fully qualified CLR type.");
/// <summary>The type '{0}' passed to the --{1} option is not a subclass of '{2}'.</summary>
internal static string @ErrNotCodeDomTypeFormat => GetResourceString("ErrNotCodeDomTypeFormat", @"The type '{0}' passed to the --{1} option is not a subclass of '{2}'.");
/// <summary>Cannot create instance of the type '{0}' passed to the --{1} option.</summary>
internal static string @ErrCouldNotCreateInstanceFormat => GetResourceString("ErrCouldNotCreateInstanceFormat", @"Cannot create instance of the type '{0}' passed to the --{1} option.");
/// <summary>The assembly '{1}' was loaded twice through the --{0} option. You may reference each assembly only once.</summary>
internal static string @ErrDuplicateReferenceValuesFormat => GetResourceString("ErrDuplicateReferenceValuesFormat", @"The assembly '{1}' was loaded twice through the --{0} option. You may reference each assembly only once.");
/// <summary>The value '{1}' was passed to the --{0} option multiple times. Each type may be specified only once.</summary>
internal static string @ErrDuplicateValuePassedToTypeArgFormat => GetResourceString("ErrDuplicateValuePassedToTypeArgFormat", @"The value '{1}' was passed to the --{0} option multiple times. Each type may be specified only once.");
/// <summary>More than one type with the same name exists in the set of referenced assemblies. Use assembly-qualified names to disambiguate between the --{0} types '{1}' and '{2}'</summary>
internal static string @ErrCannotDisambiguateSpecifiedTypesFormat => GetResourceString("ErrCannotDisambiguateSpecifiedTypesFormat", @"More than one type with the same name exists in the set of referenced assemblies. Use assembly-qualified names to disambiguate between the --{0} types '{1}' and '{2}'");
/// <summary>No type could be loaded for the value '{1}' passed to the --{0} option. Ensure that the assembly this type belongs to is specified via the --{2} option.</summary>
internal static string @ErrCannotLoadSpecifiedTypeFormat => GetResourceString("ErrCannotLoadSpecifiedTypeFormat", @"No type could be loaded for the value '{1}' passed to the --{0} option. Ensure that the assembly this type belongs to is specified via the --{2} option.");
/// <summary>Cannot load any types in assembly '{0}'.</summary>
internal static string @ErrCouldNotLoadTypesFromAssemblyAtFormat => GetResourceString("ErrCouldNotLoadTypesFromAssemblyAtFormat", @"Cannot load any types in assembly '{0}'.");
/// <summary>Cannot load some types in assembly '{0}', types will not be available to the tool.</summary>
internal static string @WrnCouldNotLoadTypesFromReferenceAssemblyAtFormat => GetResourceString("WrnCouldNotLoadTypesFromReferenceAssemblyAtFormat", @"Cannot load some types in assembly '{0}', types will not be available to the tool.");
/// <summary>No valid input specified. Specify either a service url or a wsdl file.</summary>
internal static string @ErrNoValidInputSpecified => GetResourceString("ErrNoValidInputSpecified", @"No valid input specified. Specify either a service url or a wsdl file.");
/// <summary>XML Schema Parsing Error while reading: '{0}'. Verify that the XML is both well-formed and valid.</summary>
internal static string @ErrInputSchemaParseErrorFormat => GetResourceString("ErrInputSchemaParseErrorFormat", @"XML Schema Parsing Error while reading: '{0}'. Verify that the XML is both well-formed and valid.");
/// <summary>WSDL Parsing Error while reading: '{0}'. Verify that the XML is both well-formed and valid.</summary>
internal static string @ErrInputWsdlParseErrorFormat => GetResourceString("ErrInputWsdlParseErrorFormat", @"WSDL Parsing Error while reading: '{0}'. Verify that the XML is both well-formed and valid.");
/// <summary>WS-Policy Parsing Error while reading: '{0}'. Verify that the XML is both well-formed and valid.</summary>
internal static string @ErrInputPolicyParseErrorFormat => GetResourceString("ErrInputPolicyParseErrorFormat", @"WS-Policy Parsing Error while reading: '{0}'. Verify that the XML is both well-formed and valid.");
/// <summary>Cannot read Endpoint Reference from: '{0}'. Verify that the XML is both well-formed and valid.</summary>
internal static string @ErrInputEPRFileParseErrorFormat => GetResourceString("ErrInputEPRFileParseErrorFormat", @"Cannot read Endpoint Reference from: '{0}'. Verify that the XML is both well-formed and valid.");
/// <summary>WS-Metadata Exchange Error
/// URI: {0}</summary>
internal static string @WrnWSMExFailedFormat => GetResourceString("WrnWSMExFailedFormat", @"WS-Metadata Exchange Error
URI: {0}");
/// <summary>Cannot obtain Metadata from {0}
///
/// {1}</summary>
internal static string @ErrUnableToRetrieveMetadataFromUriFormat => GetResourceString("ErrUnableToRetrieveMetadataFromUriFormat", @"Cannot obtain Metadata from {0}
{1}");
/// <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>A critical error occurred while attempting to import metadata.</summary>
internal static string @ErrUnableToImportMetadata => GetResourceString("ErrUnableToImportMetadata", @"A critical error occurred while attempting to import metadata.");
/// <summary>There was an error reading the loaded metadata.</summary>
internal static string @ErrUnableToLoadInputs => GetResourceString("ErrUnableToLoadInputs", @"There was an error reading the loaded metadata.");
/// <summary>There was an error loading import extensions. Make sure to provide the assemblies containing these extensions as reference assemblies using the --{0} option.</summary>
internal static string @ErrUnableToLoadExtensionsFormat => GetResourceString("ErrUnableToLoadExtensionsFormat", @"There was an error loading import extensions. Make sure to provide the assemblies containing these extensions as reference assemblies using the --{0} option.");
/// <summary>There was an error reading the metadata from one of the loaded documents.
/// Document Identifier: '{0}'.</summary>
internal static string @ErrUnableToLoadMetadataDocumentFormat => GetResourceString("ErrUnableToLoadMetadataDocumentFormat", @"There was an error reading the metadata from one of the loaded documents.
Document Identifier: '{0}'.");
/// <summary>There was an error trying to generate code in the specified language.
/// This could be because the language does not support all the code elements being generated. Consider using another language.</summary>
internal static string @ErrCodegenError => GetResourceString("ErrCodegenError", @"There was an error trying to generate code in the specified language.
This could be because the language does not support all the code elements being generated. Consider using another language.");
/// <summary>Cannot create output filename. Too many files are being created with the prefix '{0}'.</summary>
internal static string @ErrUnableToUniquifyFilenameFormat => GetResourceString("ErrUnableToUniquifyFilenameFormat", @"Cannot create output filename. Too many files are being created with the prefix '{0}'.");
/// <summary>The resultant path '{0}' is too long. Review the --{1} option value.</summary>
internal static string @ErrPathTooLongDirOnlyFormat => GetResourceString("ErrPathTooLongDirOnlyFormat", @"The resultant path '{0}' is too long. Review the --{1} option value.");
/// <summary>The resultant path '{0}' is too long. Review the --{1} and --{2} option values.</summary>
internal static string @ErrPathTooLongFormat => GetResourceString("ErrPathTooLongFormat", @"The resultant path '{0}' is too long. Review the --{1} and --{2} option values.");
/// <summary>Cannot create directory: '{0}'.</summary>
internal static string @ErrCannotCreateDirectoryFormat => GetResourceString("ErrCannotCreateDirectoryFormat", @"Cannot create directory: '{0}'.");
/// <summary>Cannot create output file: '{0}'.</summary>
internal static string @ErrCannotCreateFileFormat => GetResourceString("ErrCannotCreateFileFormat", @"Cannot create output file: '{0}'.");
/// <summary>Cannot write to output file.</summary>
internal static string @ErrCannotWriteFile => GetResourceString("ErrCannotWriteFile", @"Cannot write to output file.");
/// <summary>Attempting to download metadata from '{0}' using WS-Metadata Exchange and HttpGet.</summary>
internal static string @RetreivingMetadataMsgFormat => GetResourceString("RetreivingMetadataMsgFormat", @"Attempting to download metadata from '{0}' using WS-Metadata Exchange and HttpGet.");
/// <summary>Generating files...</summary>
internal static string @GeneratingFiles => GetResourceString("GeneratingFiles", @"Generating files...");
/// <summary>No code was generated.
/// If you were trying to generate a client, this could be because the metadata documents did not contain any valid contracts or services, or because all contracts/services were discovered to exist in --reference assemblies. Verify that ...</summary>
internal static string @NoCodeWasGenerated => GetResourceString("NoCodeWasGenerated", @"No code was generated.
If you were trying to generate a client, this could be because the metadata documents did not contain any valid contracts or services, or because all contracts/services were discovered to exist in --reference assemblies. Verify that you passed all the metadata documents to the tool.");
/// <summary>Request/Reply callback contracts are not supported for .Net Core apps.</summary>
internal static string @RequestReplyCallbackContractNotSupported => GetResourceString("RequestReplyCallbackContractNotSupported", @"Request/Reply callback contracts are not supported for .Net Core apps.");
/// <summary>The client credentials</summary>
internal static string @ClientCredentialsComment => GetResourceString("ClientCredentialsComment", @"The client credentials");
/// <summary>Implement this partial method to configure the service endpoint.</summary>
internal static string @ConfigureEndpointCommentSummary => GetResourceString("ConfigureEndpointCommentSummary", @"Implement this partial method to configure the service endpoint.");
/// <summary>Binding element of type '{0}' is not supported.</summary>
internal static string @ErrBindingElementNotSupportedFormat => GetResourceString("ErrBindingElementNotSupportedFormat", @"Binding element of type '{0}' is not supported.");
/// <summary>Binding type '{0}' is not supported.</summary>
internal static string @ErrBindingTypeNotSupportedFormat => GetResourceString("ErrBindingTypeNotSupportedFormat", @"Binding type '{0}' is not supported.");
/// <summary>Encoding '{0}' is not supported.</summary>
internal static string @ErrEncodingNotSupportedFormat => GetResourceString("ErrEncodingNotSupportedFormat", @"Encoding '{0}' is not supported.");
/// <summary>The contract '{0}' contains one or more operations with SOAP Encoding (use='encoded'). This is not supported by the current target framework. Only the non-encoded operations will be generated, if any.</summary>
internal static string @ErrIncompatibleContractSoapEncodingFormat => GetResourceString("ErrIncompatibleContractSoapEncodingFormat", @"The contract '{0}' contains one or more operations with SOAP Encoding (use='encoded'). This is not supported by the current target framework. Only the non-encoded operations will be generated, if any.");
/// <summary>MessageVersion '{0}' is not supported.</summary>
internal static string @ErrMessageVersionNotSupportedFormat => GetResourceString("ErrMessageVersionNotSupportedFormat", @"MessageVersion '{0}' is not supported.");
/// <summary>No endpoints compatible with .Net Core apps were found.</summary>
internal static string @ErrNoCompatibleEndpoints => GetResourceString("ErrNoCompatibleEndpoints", @"No endpoints compatible with .Net Core apps were found.");
/// <summary>The endpoint to configure</summary>
internal static string @ServiceEndpointComment => GetResourceString("ServiceEndpointComment", @"The endpoint to configure");
/// <summary>Endpoint '{0}' at address '{1}' contains one or more bindings not compatible with .Net Core apps, skipping...</summary>
internal static string @WrnIncompatibleEndpointFormat => GetResourceString("WrnIncompatibleEndpointFormat", @"Endpoint '{0}' at address '{1}' contains one or more bindings not compatible with .Net Core apps, skipping...");
/// <summary>Could not find endpoint with name '{0}'.</summary>
internal static string @CodeExpressionCouldNotFindEndpoint => GetResourceString("CodeExpressionCouldNotFindEndpoint", @"Could not find endpoint with name '{0}'.");
/// <summary>An input parameters file was specified in the command line, the following parameter(s) will be ignored: {0}.</summary>
internal static string @WrnExtraParamsOnInputFileParamIgnoredFormat => GetResourceString("WrnExtraParamsOnInputFileParamIgnoredFormat", @"An input parameters file was specified in the command line, the following parameter(s) will be ignored: {0}.");
/// <summary>Copyright (c) Microsoft Corporation. All rights reserved.</summary>
internal static string @Microsoft_Copyright_CommandLine_Logo => GetResourceString("Microsoft_Copyright_CommandLine_Logo", @"Copyright (c) Microsoft Corporation. All rights reserved.");
/// <summary>Type does not inherit from ClientBase<T></summary>
internal static string @NotClientBaseType => GetResourceString("NotClientBaseType", @"Type does not inherit from ClientBase<T>");
/// <summary>Unsupported binary message encoding version: '{0}'. It must be '{1}'.</summary>
internal static string @BindingBinaryMessageEncodingVersionNotSupportedFormat => GetResourceString("BindingBinaryMessageEncodingVersionNotSupportedFormat", @"Unsupported binary message encoding version: '{0}'. It must be '{1}'.");
/// <summary>Client certificate security requirement is not supported.</summary>
internal static string @BindingClientCertRequirementNotSupported => GetResourceString("BindingClientCertRequirementNotSupported", @"Client certificate security requirement is not supported.");
/// <summary>Unsupported binding element type: '{0}'.</summary>
internal static string @BindingElementTypeNotSupportedFormat => GetResourceString("BindingElementTypeNotSupportedFormat", @"Unsupported binding element type: '{0}'.");
/// <summary>Unsupported message encoding element type: '{0}'. It must be one of the following types: '{1}', '{2}.'</summary>
internal static string @BindingMessageEncodingElementNotSupportedFormat => GetResourceString("BindingMessageEncodingElementNotSupportedFormat", @"Unsupported message encoding element type: '{0}'. It must be one of the following types: '{1}', '{2}.'");
/// <summary>Unsupported message encoding value: '{0}'. It must be '{1}'.</summary>
internal static string @BindingMessageEncodingNotSupportedFormat => GetResourceString("BindingMessageEncodingNotSupportedFormat", @"Unsupported message encoding value: '{0}'. It must be '{1}'.");
/// <summary>Reliable session is not supported.</summary>
internal static string @BindingReliableSessionNotSupported => GetResourceString("BindingReliableSessionNotSupported", @"Reliable session is not supported.");
/// <summary>Unsupported text message encoding version: '{0}'. It must be '{1}' or '{2}' or '{3}' or '{4}' or '{5}'.</summary>
internal static string @BindingTextMessageEncodingVersionNotSupportedFormat => GetResourceString("BindingTextMessageEncodingVersionNotSupportedFormat", @"Unsupported text message encoding version: '{0}'. It must be '{1}' or '{2}' or '{3}' or '{4}' or '{5}'.");
/// <summary>Transaction flow is not supported.</summary>
internal static string @BindingTransactionFlowNotSupported => GetResourceString("BindingTransactionFlowNotSupported", @"Transaction flow is not supported.");
/// <summary>Transport message security version value is not supported: '{0}'. It must be one of the following values: {1}.</summary>
internal static string @BindingTransportMessageSecurityVersionNotSupportedFormat => GetResourceString("BindingTransportMessageSecurityVersionNotSupportedFormat", @"Transport message security version value is not supported: '{0}'. It must be one of the following values: {1}.");
/// <summary>Transport default security algorithm suite is not supported: '{0}'. It must be '{1}'.</summary>
internal static string @BindingTransportSecurityDefaultAlgorithmSuiteNotSupportedFormat => GetResourceString("BindingTransportSecurityDefaultAlgorithmSuiteNotSupportedFormat", @"Transport default security algorithm suite is not supported: '{0}'. It must be '{1}'.");
/// <summary>Transport security element type not supported: '{0}'. It must be '{1}'.</summary>
internal static string @BindingTransportSecurityElementTypeNotSupportedFormat => GetResourceString("BindingTransportSecurityElementTypeNotSupportedFormat", @"Transport security element type not supported: '{0}'. It must be '{1}'.");
/// <summary>Transport security header layout value is not supported: '{0}'. It must be '{1}'.</summary>
internal static string @BindingTransportSecurityHeaderLayoutValueNotSupportedFormat => GetResourceString("BindingTransportSecurityHeaderLayoutValueNotSupportedFormat", @"Transport security header layout value is not supported: '{0}'. It must be '{1}'.");
/// <summary>Transport security must include timestamp.</summary>
internal static string @BindingTransportSecurityMustIncludeTimestamp => GetResourceString("BindingTransportSecurityMustIncludeTimestamp", @"Transport security must include timestamp.");
/// <summary>Transport security token must have one and only one type of parameters and it must be either 'Endorsing' or 'SignedEncrypted'.</summary>
internal static string @BindingTransportSecurityTokenMustBeOneOfEitherEndorsingOrSignedEncrypted => GetResourceString("BindingTransportSecurityTokenMustBeOneOfEitherEndorsingOrSignedEncrypted", @"Transport security token must have one and only one type of parameters and it must be either 'Endorsing' or 'SignedEncrypted'.");
/// <summary>Security token parameters requiring derived keys is not supported.</summary>
internal static string @BindingTransportSecurityTokenParamsRequiringDerivedKeysNotSupported => GetResourceString("BindingTransportSecurityTokenParamsRequiringDerivedKeysNotSupported", @"Security token parameters requiring derived keys is not supported.");
/// <summary>Unsupported transport security token endorsing parameters type: '{0}'. It must be '{1}'.</summary>
internal static string @BindingTransportSecurityTokenEndorsingParamsTypeFormat => GetResourceString("BindingTransportSecurityTokenEndorsingParamsTypeFormat", @"Unsupported transport security token endorsing parameters type: '{0}'. It must be '{1}'.");
/// <summary>Transport security token parameters inclusion mode value is not supported: '{0}'. It must be '{1}'.</summary>
internal static string @BindingTransportSecurityTokenParamsInclusionModeValueNotSupportedFormat => GetResourceString("BindingTransportSecurityTokenParamsInclusionModeValueNotSupportedFormat", @"Transport security token parameters inclusion mode value is not supported: '{0}'. It must be '{1}'.");
/// <summary>Transport security token parameters reference style is not supported: '{0}'. It must be '{1}'.</summary>
internal static string @BindingTransportSecurityTokenParamsReferenceStyleNotSupportedFormat => GetResourceString("BindingTransportSecurityTokenParamsReferenceStyleNotSupportedFormat", @"Transport security token parameters reference style is not supported: '{0}'. It must be '{1}'.");
/// <summary>Security token parameters type is not supported: '{0}'. It must be '{1}'.</summary>
internal static string @BindingTransportSecurityTokenParamsTypeNotSupportedFormat => GetResourceString("BindingTransportSecurityTokenParamsTypeNotSupportedFormat", @"Security token parameters type is not supported: '{0}'. It must be '{1}'.");
/// <summary>Transport security token with signed or signed and endorsing paramaters is not supported.</summary>
internal static string @BindingTransportSecurityTokenSignedOrSignedEndorsingNotSupported => GetResourceString("BindingTransportSecurityTokenSignedOrSignedEndorsingNotSupported", @"Transport security token with signed or signed and endorsing paramaters is not supported.");
/// <summary>Unsupported transport type: '{0}'. It must be one of the following types: '{1}', '{2}', '{3}'.</summary>
internal static string @BindingTransportTypeNotSupportedFormat => GetResourceString("BindingTransportTypeNotSupportedFormat", @"Unsupported transport type: '{0}'. It must be one of the following types: '{1}', '{2}', '{3}'.");
/// <summary>Unsupported binding type: '{0}'. It must be one of the following types: '{1}', '{2}', '{3}', '{4}' or '{5}'.</summary>
internal static string @BindingTypeNotSupportedFormat => GetResourceString("BindingTypeNotSupportedFormat", @"Unsupported binding type: '{0}'. It must be one of the following types: '{1}', '{2}', '{3}', '{4}' or '{5}'.");
/// <summary>Reference cannot be loaded: '{0}', {1}</summary>
internal static string @ErrUnableToLoadReferenceFormat => GetResourceString("ErrUnableToLoadReferenceFormat", @"Reference cannot be loaded: '{0}', {1}");
/// <summary>Transport Security with DetectReplays enabled is not supported.</summary>
internal static string @BindingTransportDetectReplaysNotSupported => GetResourceString("BindingTransportDetectReplaysNotSupported", @"Transport Security with DetectReplays enabled is not supported.");
/// <summary>The target framework used for building reference projects. (Short Form: -{0}).</summary>
internal static string @HelpTargetFrameworkFormat => GetResourceString("HelpTargetFrameworkFormat", @"The target framework used for building reference projects. (Short Form: -{0}).");
/// <summary>Attempting to load metadata from '{0}'.</summary>
internal static string @ReadingMetadataMessageFormat => GetResourceString("ReadingMetadataMessageFormat", @"Attempting to load metadata from '{0}'.");
/// <summary>Enter username (ESC to cancel):</summary>
internal static string @UsernamePrompt => GetResourceString("UsernamePrompt", @"Enter username (ESC to cancel):");
/// <summary>Enter password (ESC to cancel):</summary>
internal static string @PasswordPrompt => GetResourceString("PasswordPrompt", @"Enter password (ESC to cancel):");
/// <summary>The server needs to authenticate your request.
/// Your credentials will be sent to the server in clear text.</summary>
internal static string @WrnUserBasicCredentialsInClearText => GetResourceString("WrnUserBasicCredentialsInClearText", @"The server needs to authenticate your request.
Your credentials will be sent to the server in clear text.");
/// <summary>Invalid answer. Please enter 'yes' or 'no':</summary>
internal static string @EnterYesOrNoMessage => GetResourceString("EnterYesOrNoMessage", @"Invalid answer. Please enter 'yes' or 'no':");
/// <summary>Press the ENTER to accept or ESC to cancel:</summary>
internal static string @EnterOrEscapeMessage => GetResourceString("EnterOrEscapeMessage", @"Press the ENTER to accept or ESC to cancel:");
/// <summary>There were errors when validating the server certificate: {0}
/// {1}</summary>
internal static string @ErrServerCertFailedValidationFormat => GetResourceString("ErrServerCertFailedValidationFormat", @"There were errors when validating the server certificate: {0}
{1}");
/// <summary>Please enter the index of the certificate to use or ESC to cancel:</summary>
internal static string @CertificateIndexPrompt => GetResourceString("CertificateIndexPrompt", @"Please enter the index of the certificate to use or ESC to cancel:");
/// <summary>The site {0} is asking for a client certificate, a list of possible valid certificates will be presented.</summary>
internal static string @CertificateSelectionMessageFormat => GetResourceString("CertificateSelectionMessageFormat", @"The site {0} is asking for a client certificate, a list of possible valid certificates will be presented.");
/// <summary><verbosity level></summary>
internal static string @ParametersVerbosity => GetResourceString("ParametersVerbosity", @"<verbosity level>");
/// <summary><framework></summary>
internal static string @ParametersTargetFramework => GetResourceString("ParametersTargetFramework", @"<framework>");
/// <summary>The directory '{0}' contains more than one project file.</summary>
internal static string @ErrMoreThanOneProjectFoundFormat => GetResourceString("ErrMoreThanOneProjectFoundFormat", @"The directory '{0}' contains more than one project file.");
/// <summary>The specified --{0} option is not expected in the current operational context of the tool!</summary>
internal static string @WrnUnexpectedArgumentFormat => GetResourceString("WrnUnexpectedArgumentFormat", @"The specified --{0} option is not expected in the current operational context of the tool!");
/// <summary>WSDL files</summary>
internal static string @WsdlOrSchemaFilesMsg => GetResourceString("WsdlOrSchemaFilesMsg", @"WSDL files");
/// <summary>Could not generate contract operations using the '{0}' type, attempting with the '{1}' type.</summary>
internal static string @WrnCouldNotGenerateContractOperationsFormat => GetResourceString("WrnCouldNotGenerateContractOperationsFormat", @"Could not generate contract operations using the '{0}' type, attempting with the '{1}' type.");
/// <summary>This tool collects information about how it is used in order to improve the tool. This functionality can be disabled by setting the environment variable "DOTNET_SVCUTIL_TELEMETRY_OPTOUT" to 1.</summary>
internal static string @TelemetryEnabled => GetResourceString("TelemetryEnabled", @"This tool collects information about how it is used in order to improve the tool. This functionality can be disabled by setting the environment variable ""DOTNET_SVCUTIL_TELEMETRY_OPTOUT"" to 1.");
/// <summary>The value specified with the --{0} option resolves to the file path '{1}' which is not under the directory of the project '{2}'. The file may not get compiled!</summary>
internal static string @WrnSpecifiedFilePathNotUndeProjectDirFormat => GetResourceString("WrnSpecifiedFilePathNotUndeProjectDirFormat", @"The value specified with the --{0} option resolves to the file path '{1}' which is not under the directory of the project '{2}'. The file may not get compiled!");
/// <summary>Invalid path '{0}'. Check the --{1} option value.</summary>
internal static string @ErrInvalidPathFormat => GetResourceString("ErrInvalidPathFormat", @"Invalid path '{0}'. Check the --{1} option value.");
/// <summary>More than one web service reference was found under the project '{0}'. Please use the --{1} option to specify the service reference to update. The possible values are: {2}.</summary>
internal static string @ErrMoreThanOneUpdateParamsFilesFoundFormat => GetResourceString("ErrMoreThanOneUpdateParamsFilesFoundFormat", @"More than one web service reference was found under the project '{0}'. Please use the --{1} option to specify the service reference to update. The possible values are: {2}.");
/// <summary>The project '{0}' does not have a web service reference that can be updated.</summary>
internal static string @ErrNoUpdateParamsFileFoundFormat => GetResourceString("ErrNoUpdateParamsFileFoundFormat", @"The project '{0}' does not have a web service reference that can be updated.");
/// <summary>The specified web service reference '{0}' was not found under the project '{1}'.</summary>
internal static string @ErrServiceReferenceNotFoundUnderProjectFormat => GetResourceString("ErrServiceReferenceNotFoundUnderProjectFormat", @"The specified web service reference '{0}' was not found under the project '{1}'.");
/// <summary>The --{0} option requires a project to be specified, please use the --{1} option to specify the project to use.</summary>
internal static string @ErrProjectToUpdateNotFoundFormat => GetResourceString("ErrProjectToUpdateNotFoundFormat", @"The --{0} option requires a project to be specified, please use the --{1} option to specify the project to use.");
/// <summary>The current operation is invalid outside the context of a project and no project file was found under the '{0}' directory.</summary>
internal static string @ErrInvalidOperationNoProjectFileFoundUnderFolderFormat => GetResourceString("ErrInvalidOperationNoProjectFileFoundUnderFolderFormat", @"The current operation is invalid outside the context of a project and no project file was found under the '{0}' directory.");
/// <summary>Please use the --{0} option to specify the project to use, possible values: {1}.</summary>
internal static string @UseProjectFileOptionOnMultipleFilesMsgFormat => GetResourceString("UseProjectFileOptionOnMultipleFilesMsgFormat", @"Please use the --{0} option to specify the project to use, possible values: {1}.");
/// <summary>The value of the --{0} option resolves to the path '{1}' which is not under the directory '{2}' resolved from the value specified with the --{3} option. The file must be a relative file name or a full path under this directory.</summary>
internal static string @ErrOutputFileNotUnderOutputDirFormat => GetResourceString("ErrOutputFileNotUnderOutputDirFormat", @"The value of the --{0} option resolves to the path '{1}' which is not under the directory '{2}' resolved from the value specified with the --{3} option. The file must be a relative file name or a full path under this directory.");
/// <summary>The source file '{0}' resolved from the value specified with the option --{1} already exists!</summary>
internal static string @ErrOutputFileAlreadyExistsFormat => GetResourceString("ErrOutputFileAlreadyExistsFormat", @"The source file '{0}' resolved from the value specified with the option --{1} already exists!");
/// <summary>The specified input(s) {0} are not expected in the current operational context of the tool!</summary>
internal static string @WrnUnexpectedInputsFormat => GetResourceString("WrnUnexpectedInputsFormat", @"The specified input(s) {0} are not expected in the current operational context of the tool!");
/// <summary>The specified namespace mappings {0} contain invalid identifiers.</summary>
internal static string @ErrInvalidNamespaceFormat => GetResourceString("ErrInvalidNamespaceFormat", @"The specified namespace mappings {0} contain invalid identifiers.");
/// <summary>Updates an existing web service reference. If the project contains more than one web service reference, the name of the web service reference to be updated is required. (Short Form: -{0})</summary>
internal static string @HelpUpdateWebServiceReferenceFormat => GetResourceString("HelpUpdateWebServiceReferenceFormat", @"Updates an existing web service reference. If the project contains more than one web service reference, the name of the web service reference to be updated is required. (Short Form: -{0})");
/// <summary><web service reference></summary>
internal static string @ParametersWebServiceReferenceName => GetResourceString("ParametersWebServiceReferenceName", @"<web service reference>");
/// <summary><runtime identifier></summary>
internal static string @ParametersRuntimeIdentifier => GetResourceString("ParametersRuntimeIdentifier", @"<runtime identifier>");
/// <summary>The project file to add the client to (if any). (Short Form: -{0}).</summary>
internal static string @HelpProjectFileFormat => GetResourceString("HelpProjectFileFormat", @"The project file to add the client to (if any). (Short Form: -{0}).");
/// <summary>The runtime identifier used for building reference projects (if any). (Short Form: -{0})</summary>
internal static string @HelpRuntimeIdentifierFormat => GetResourceString("HelpRuntimeIdentifierFormat", @"The runtime identifier used for building reference projects (if any). (Short Form: -{0})");
/// <summary><project file></summary>
internal static string @ParametersProjectFile => GetResourceString("ParametersProjectFile", @"<project file>");
/// <summary>dotnet-svcutil -u ServiceReference</summary>
internal static string @HelpExamples10 => GetResourceString("HelpExamples10", @"dotnet-svcutil -u ServiceReference");
/// <summary>- Update existing web service reference named ServiceReference. The command need to be executed under directory which contains the project file.</summary>
internal static string @HelpExamples11 => GetResourceString("HelpExamples11", @"- Update existing web service reference named ServiceReference. The command need to be executed under directory which contains the project file.");
/// <summary>Unsupported MTOM message encoding version: '{0}'. It must be '{1}' or '{2}' or '{3}' or '{4}'.</summary>
internal static string @BindingMtomMessageEncodingVersionNotSupportedFormat => GetResourceString("BindingMtomMessageEncodingVersionNotSupportedFormat", @"Unsupported MTOM message encoding version: '{0}'. It must be '{1}' or '{2}' or '{3}' or '{4}'.");
/// <summary>Accept remote certificate as trusted when downloading service metadata. (Short Form: -{0})</summary>
internal static string @HelpAcceptCertificateFormat => GetResourceString("HelpAcceptCertificateFormat", @"Accept remote certificate as trusted when downloading service metadata. (Short Form: -{0})");
/// <summary>Generate code for Service Contracts. Client class will not be generated. (Short Form: -{0})</summary>
internal static string @HelpServiceContractFormat => GetResourceString("HelpServiceContractFormat", @"Generate code for Service Contracts. Client class will not be generated. (Short Form: -{0})");
/// <summary>NetNamedPipe is not supported on current .net target framework.</summary>
internal static string @WrnTargetFrameworkNotSupported_NetNamedPipe => GetResourceString("WrnTargetFrameworkNotSupported_NetNamedPipe", @"NetNamedPipe is not supported on current .net target framework.");
/// <summary>The target framework '{0}' is out of support and will not receive security updates in the future.</summary>
internal static string @WrnOutOfSupportTargetFrameworkFormat => GetResourceString("WrnOutOfSupportTargetFrameworkFormat", @"The target framework '{0}' is out of support and will not receive security updates in the future.");
/// <summary>Generate only synchronous methods for operations. Default: generate task-based asynchronous method signatures. (Short Form: -{0})</summary>
internal static string @HelpSyncOnlyFormat => GetResourceString("HelpSyncOnlyFormat", @"Generate only synchronous methods for operations. Default: generate task-based asynchronous method signatures. (Short Form: -{0})");
}
}
|