/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/LanguageServerResources.resx
273 строки
12 KB
Joey Robichaud
Improve LSP project load progress messages (#84744)
04 авг 2026, 02:52
Не верифицирован
04 авг 2026, 02:52
db11709
Код
Авторство
О чём код?
<?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="Aborted" xml:space="preserve"> <value>Aborted!</value> </data> <data name="Attaching_debugger_to_process_0" xml:space="preserve"> <value>Attaching debugger to process {0}</value> </data> <data name="Building_project" xml:space="preserve"> <value>Building project...</value> </data> <data name="Canceled" xml:space="preserve"> <value>Canceled!</value> </data> <data name="Client_failed_to_attach_the_debugger" xml:space="preserve"> <value>Client failed to attach the debugger</value> </data> <data name="Completed_reload_of_all_projects_in_0" xml:space="preserve"> <value>Completed (re)load of all projects in {0}</value> <comment>The placeholder is a time duration like 00:15</comment> </data> <data name="Debugging_tests" xml:space="preserve"> <value>Debugging tests...</value> </data> <data name="Discovering_tests" xml:space="preserve"> <value>Discovering tests...</value> </data> <data name="Exception_thrown_0" xml:space="preserve"> <value>Exception thrown: {0}</value> </data> <data name="Failed" xml:space="preserve"> <value>Failed!</value> </data> <data name="Failed_0_Passed_1_Skipped_2_Total_3_Duration_4" xml:space="preserve"> <value>Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4}</value> </data> <data name="Failed_to_read_runsettings_file_at_0_1" xml:space="preserve"> <value>Failed to read .runsettings file at {0}:{1}</value> </data> <data name="Failed_to_run_restore_on_0" xml:space="preserve"> <value>Failed to run restore on {0}</value> </data> <data name="Found_0_tests_in_1" xml:space="preserve"> <value>Found {0} tests in {1}</value> </data> <data name="Loading_0" xml:space="preserve"> <value>Loading {0}...</value> <comment>The placeholder is a name of a file</comment> </data> <data name="Loaded_0" xml:space="preserve"> <value>Loaded {0}</value> <comment>The placeholder is a name of a file</comment> </data> <data name="Loading_projects" xml:space="preserve"> <value>Loading projects...</value> </data> <data name="Loading_0_projects" xml:space="preserve"> <value>Loading {0} project(s)...</value> <comment>The placeholder is the number of projects</comment> </data> <data name="Loaded_0_projects" xml:space="preserve"> <value>Loaded {0} project(s)</value> <comment>The placeholder is the number of projects</comment> </data> <data name="Message" xml:space="preserve"> <value>Message</value> </data> <data name="Nothing_found_to_restore" xml:space="preserve"> <value>Nothing found to restore</value> </data> <data name="No_test_methods_found_in_requested_range" xml:space="preserve"> <value>No test methods found in requested range</value> </data> <data name="Passed" xml:space="preserve"> <value>Passed!</value> </data> <data name="Projects_failed_to_load_because_Mono_could_not_be_found" xml:space="preserve"> <value>Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details.</value> </data> <data name="Projects_failed_to_load_because_MSBuild_could_not_be_found" xml:space="preserve"> <value>Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details.</value> </data> <data name="Restore" xml:space="preserve"> <value>Restore</value> </data> <data name="Restore_complete" xml:space="preserve"> <value>Restore complete</value> </data> <data name="Restore_started" xml:space="preserve"> <value>Restore started</value> </data> <data name="Restoring_0" xml:space="preserve"> <value>Restoring {0}</value> </data> <data name="Running_dotnet_restore_on_0" xml:space="preserve"> <value>Running dotnet restore on {0}</value> </data> <data name="Project_0_loaded_by_CSharp_Dev_Kit" xml:space="preserve"> <value>Project {0} loaded by C# Dev Kit</value> <comment>The placeholder is a name of a file</comment> </data> <data name="Running_tests" xml:space="preserve"> <value>Running tests...</value> </data> <data name="Runsettings_file_does_not_exist_at_0" xml:space="preserve"> <value>.runsettings file does not exist at {0}</value> </data> <data name="Show_csharp_logs" xml:space="preserve"> <value>Show C# logs</value> </data> <data name="Stack_Trace" xml:space="preserve"> <value>Stack Trace</value> </data> <data name="Starting_test_discovery" xml:space="preserve"> <value>Starting test discovery</value> </data> <data name="Starting_test_run" xml:space="preserve"> <value>Starting test run</value> </data> <data name="Successfully_completed_load_of_0" xml:space="preserve"> <value>Successfully completed load of {0}</value> </data> <data name="Summary" xml:space="preserve"> <value>Summary</value> </data> <data name="Test_discovery_aborted" xml:space="preserve"> <value>Test discovery aborted</value> </data> <data name="Test_run_error" xml:space="preserve"> <value>Test run error: {0}</value> </data> <data name="There_were_problems_loading_project_0_See_log_for_details" xml:space="preserve"> <value>There were problems loading project {0}. See log for details.</value> </data> <data name="Using_runsettings_file_at_0" xml:space="preserve"> <value>Using .runsettings file at {0}</value> </data> <data name="Project_0_has_unresolved_dependencies" xml:space="preserve"> <value>Project {0} has unresolved dependencies</value> </data> <data name="Failed_to_read_project_assets_file_0_version_1_2" xml:space="preserve"> <value>Failed to read project assets file {0} (version {1}), assuming a restore is required. {2}</value> </data> <data name="Standard_Output_Messages" xml:space="preserve"> <value>Standard Output Messages</value> </data> <data name="Standard_Error_Messages" xml:space="preserve"> <value>Standard Error Messages</value> </data> <data name="Debug_Trace_Messages" xml:space="preserve"> <value>Debug Trace Messages</value> </data> <data name="Additional_Info_Messages" xml:space="preserve"> <value>Additional Info Messages</value> </data> </root>