20 references to GetResourceString
dotnet-svcutil-lib (20)
artifacts\obj\dotnet-svcutil-lib\Debug\netstandard2.0\Microsoft.Tools.ServiceModel.Svcutil.Shared.Resources.cs (20)
17internal static string @ErrorDepenencySpecFormat => GetResourceString("ErrorDepenencySpecFormat", @"Project dependency specification not formatted correctly: '{0}'."); 19internal static string @ErrorFullPathNotAProjectFilePathFormat => GetResourceString("ErrorFullPathNotAProjectFilePathFormat", @"The specified path does not refer to a project file: '{0}."); 21internal static string @ErrorInvalidProjectFormat => GetResourceString("ErrorInvalidProjectFormat", @"The project format is incorrect."); 23internal static string @ErrorNotSupportedTargetFrameworkFormat => GetResourceString("ErrorNotSupportedTargetFrameworkFormat", @"The target framework '{0}' is not a supported .NET Core, .NET Standard, or a .NET Framework version. The minimum supported framework versions are as follows: netcoreapp{1}, netstandard{2} and net{3}."); 25internal static string @ErrorProjectFileAlreadyExistsFormat => GetResourceString("ErrorProjectFileAlreadyExistsFormat", @"The specified project file '{0}' already exists."); 27internal static string @ErrorProjectReferenceMissingFilePathFormat => GetResourceString("ErrorProjectReferenceMissingFilePathFormat", @"The project reference specification '{0}' does not have a file path."); 29internal static string @ResolvingProjectReferences => GetResourceString("ResolvingProjectReferences", @"Resolving project references ..."); 31internal static string @WarningCannotResolveProjectReferences => GetResourceString("WarningCannotResolveProjectReferences", @"The project configuration doesn't seem to be in a valid state. Please ensure the project can be built so project references can be resolved."); 33internal static string @WarningMultiFxOrNoSupportedDnxVersion => GetResourceString("WarningMultiFxOrNoSupportedDnxVersion", @"The project specifies multiple target frameworks or does not target a supported .NET Core or .NET Standard version."); 35internal static string @WarningUnrecognizedOptionFormat => GetResourceString("WarningUnrecognizedOptionFormat", @"The specified option '{0}' is not recognized."); 37internal static string @ErrorOnInvalidEnumSupportedValuesFormat => GetResourceString("ErrorOnInvalidEnumSupportedValuesFormat", @"The valid values are: {0}."); 39internal static string @ErrorOptionAlreadyRegisteredFormat => GetResourceString("ErrorOptionAlreadyRegisteredFormat", @"The specified option '{0}' was already registered."); 41internal static string @ErrorInvalidOptionValueFormat => GetResourceString("ErrorInvalidOptionValueFormat", @"The value '{0}' specified for the option '{1}' is not valid."); 43internal static string @ErrorTypeNotSupportedbyOptionFormat => GetResourceString("ErrorTypeNotSupportedbyOptionFormat", @"The type '{0}' is not supported by the '{1}' option."); 45internal static string @ErrorOptionDuplicateValueFormat => GetResourceString("ErrorOptionDuplicateValueFormat", @"The option '{0}' already contains the value '{1}'."); 47internal static string @ErrorOptionAlreadyDeserializedFormat => GetResourceString("ErrorOptionAlreadyDeserializedFormat", @"The option '{0}' has already been deserialized."); 49internal static string @ErrorDeserializingOptionsFromJsonFormat => GetResourceString("ErrorDeserializingOptionsFromJsonFormat", @"One or more errors where found while deserializing options:{0}"); 51internal static string @ErrorInvalidKeyOrValueNotFoundFormat => GetResourceString("ErrorInvalidKeyOrValueNotFoundFormat", @"The specifed key '{0}' is not valid for the option '{1}'."); 53internal static string @ErrorItemNotFoundInCollectionFormat => GetResourceString("ErrorItemNotFoundInCollectionFormat", @"The option '{0}' doesn't have an item with the key '{1}'."); 55internal static string @ErrorInvalidDependencyValue => GetResourceString("ErrorInvalidDependencyValue", @"The specified parameter value '{0}' is not valid. Parameter name: '{1}'.");