/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Compilers/Core/MSBuildTask/ErrorString.resx
226 строк
12 KB
Julien Couvreur
Log additional information from CopyRefAssembly (#61384)
25 май 2022, 02:01
Не верифицирован
25 май 2022, 02:01
b7838e9
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes associated with the data types. Example: ... ado.net/XML headers & schema ... <resheader name="resmimetype">text/microsoft-resx</resheader> <resheader name="version">2.0</resheader> <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> <value>[base64 mime encoded serialized .NET Framework object]</value> </data> <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> <comment>This is a comment</comment> </data> There are any number of "resheader" rows that contain simple name/value pairs. Each data row contains a name, and value. The row also contains a type or mimetype. Type corresponds to a .NET class that support text/value conversion through the TypeConverter architecture. Classes that don't support this are serialized and stored with the mimetype set. The mimetype is used for serialized objects, and tells the ResXResourceReader how to depersist the object. This is currently not extensible. For a given mimetype the value must be set accordingly: Note - application/x-microsoft.net.object.binary.base64 is the format that the ResXResourceWriter will generate, however the reader can read any of the formats listed below. mimetype: application/x-microsoft.net.object.binary.base64 value : The object must be serialized with : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.soap.base64 value : The object must be serialized with : System.Runtime.Serialization.Formatters.Soap.SoapFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.bytearray.base64 value : The object must be serialized into a byte array : using a System.ComponentModel.TypeConverter : and then encoded with base64 encoding. --> <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> <xsd:element name="root" msdata:IsDataSet="true"> <xsd:complexType> <xsd:choice maxOccurs="unbounded"> <xsd:element name="metadata"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" /> </xsd:sequence> <xsd:attribute name="name" use="required" type="xsd:string" /> <xsd:attribute name="type" type="xsd:string" /> <xsd:attribute name="mimetype" type="xsd:string" /> <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="assembly"> <xsd:complexType> <xsd:attribute name="alias" type="xsd:string" /> <xsd:attribute name="name" type="xsd:string" /> </xsd:complexType> </xsd:element> <xsd:element name="data"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="resheader"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" /> </xsd:complexType> </xsd:element> </xsd:choice> </xsd:complexType> </xsd:element> </xsd:schema> <resheader name="resmimetype"> <value>text/microsoft-resx</value> </resheader> <resheader name="version"> <value>2.0</value> </resheader> <resheader name="reader"> <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <data name="Compiler_UnexpectedException" xml:space="preserve"> <value>MSB3883: Unexpected exception: </value> <comment>{StrBegin="MSB3883: "}</comment> </data> <data name="Csc_AssemblyAliasContainsIllegalCharacters" xml:space="preserve"> <value>MSB3053: The assembly alias "{1}" on reference "{0}" contains illegal characters.</value> <comment>{StrBegin="MSB3053: "}</comment> </data> <data name="Csc_InvalidParameter" xml:space="preserve"> <value>MSB3051: The parameter to the compiler is invalid. {0}</value> <comment>{StrBegin="MSB3051: "}</comment> </data> <data name="Csc_InvalidParameterWarning" xml:space="preserve"> <value>MSB3052: The parameter to the compiler is invalid, '{0}{1}' will be ignored.</value> <comment>{StrBegin="MSB3052: "}</comment> </data> <data name="General_CannotConvertStringToBool" xml:space="preserve"> <value>The string "{0}" cannot be converted to a boolean (true/false) value.</value> </data> <data name="General_CouldNotSetHostObjectParameter" xml:space="preserve"> <value>MSB3081: A problem occurred while trying to set the "{0}" parameter for the IDE's in-process compiler. {1}</value> <comment>{StrBegin="MSB3081: "}</comment> </data> <data name="General_DuplicateItemsNotSupported" xml:space="preserve"> <value>MSB3105: The item "{0}" was specified more than once in the "{1}" parameter. Duplicate items are not supported by the "{1}" parameter.</value> <comment>{StrBegin="MSB3105: "}</comment> </data> <data name="General_DuplicateItemsNotSupportedWithMetadata" xml:space="preserve"> <value>MSB3083: The item "{0}" was specified more than once in the "{1}" parameter and both items had the same value "{2}" for the "{3}" metadata. Duplicate items are not supported by the "{1}" parameter unless they have different values for the "{3}" metadata.</value> <comment>{StrBegin="MSB3083: "}</comment> </data> <data name="General_ExpectedFileMissing" xml:space="preserve"> <value>Expected file "{0}" does not exist.</value> </data> <data name="CopyRefAssembly_SkippingCopy1" xml:space="preserve"> <value>Reference assembly "{0}" already has latest information. Leaving it untouched.</value> </data> <data name="CopyRefAssembly_Changed" xml:space="preserve"> <value>Source reference assembly "{0}" (timestamp "{1}", MVID "{2}") differs from destination "{3}" (timestamp "{4}", MVID "{5}").</value> </data> <data name="CopyRefAssembly_Copying" xml:space="preserve"> <value>Copying reference assembly from "{0}" to "{1}".</value> </data> <data name="CopyRefAssembly_SourceNotRef1" xml:space="preserve"> <value>Could not extract the MVID from "{0}". Are you sure it is a reference assembly?</value> </data> <data name="CopyRefAssembly_BadSource3" xml:space="preserve"> <value>Failed to check the content hash of the source ref assembly '{0}': {1} {2}</value> </data> <data name="CopyRefAssembly_BadDestination1" xml:space="preserve"> <value>Failed to check the content hash of the destination ref assembly '{0}'. It will be overwritten.</value> </data> <data name="General_ToolFileNotFound" xml:space="preserve"> <value>MSB3082: Task failed because "{0}" was not found.</value> <comment>{StrBegin="MSB3082: "}</comment> </data> <data name="General_IncorrectHostObject" xml:space="preserve"> <value>MSB3087: An incompatible host object was passed into the "{0}" task. The host object for this task must implement the "{1}" interface.</value> <comment>{StrBegin="MSB3087: "}</comment> </data> <data name="General_InvalidAttributeMetadata" xml:space="preserve"> <value>Item "{0}" has attribute "{1}" with value "{2}" that could not be converted to "{3}".</value> </data> <data name="General_ParameterUnsupportedOnHostCompiler" xml:space="preserve"> <value>The IDE's in-process compiler does not support the specified values for the "{0}" parameter. Therefore, this task will fallback to using the command-line compiler.</value> </data> <data name="General_ReferenceDoesNotExist" xml:space="preserve"> <value>MSB3104: The referenced assembly "{0}" was not found. If this assembly is produced by another one of your projects, please make sure to build that project before building this one.</value> <comment>{StrBegin="MSB3104: "}</comment> </data> <data name="SharedCompilationFallback" xml:space="preserve"> <value>Shared compilation failed; falling back to tool: {0}</value> </data> <data name="UsingSharedCompilation" xml:space="preserve"> <value>Using shared compilation with compiler from directory: {0}</value> </data> <data name="Vbc_EnumParameterHasInvalidValue" xml:space="preserve"> <value>MSB3401: "{1}" is an invalid value for the "{0}" parameter. The valid values are: {2}</value> <comment>{StrBegin="MSB3401: "}</comment> </data> <data name="Vbc_ParameterHasInvalidValue" xml:space="preserve"> <value>"{1}" is an invalid value for the "{0}" parameter.</value> </data> <data name="Vbc_RenamePDB" xml:space="preserve"> <value>MSB3402: There was an error creating the pdb file "{0}". {1}</value> <comment>{StrBegin="MSB3402: "}</comment> </data> <data name="MapSourceRoots.ContainsDuplicate"> <value>{0} contains duplicate items '{1}' with conflicting metadata '{2}': '{3}' and '{4}'</value> </data> <data name="MapSourceRoots.NoSuchTopLevelSourceRoot"> <value>The value of {0} not found in {1} items, or the corresponding item is not a top-level source root: '{2}'</value> </data> <data name="MapSourceRoots.PathMustEndWithSlashOrBackslash"> <value>{0} paths are required to end with a slash or backslash: '{1}'</value> </data> <data name="MapSourceRoots.NoTopLevelSourceRoot"> <value>{0} items must include at least one top-level (not nested) item when {1} is true</value> </data> <data name="General_UnableToReadFile" xml:space="preserve"> <value>File "{0}" could not be read: {1}</value> </data> <data name="ImplicitlySkipAnalyzersMessage" xml:space="preserve"> <value>Skipping analyzers to speed up the build. You can execute 'Build' or 'Rebuild' command to run analyzers.</value> </data> </root>