Skip to content

Commit 1c03a02

Browse files
authored
Merge branch 'main' into dynamic_file_changes
2 parents 505add1 + f62938f commit 1c03a02

38 files changed

+243
-73
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@
44
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
55

66
# 2.60.x
7+
* Update Roslyn to 4.13.0-3.24604.4 (PR: [#7381](https://github.com/dotnet/vscode-csharp/pull/7381))
8+
* Add option to disable LSP-based auto insert (PR: [#75224](https://github.com/dotnet/roslyn/pull/75224))
9+
* Report errors processing messages in the build host (PR: [#76252](https://github.com/dotnet/roslyn/pull/76252))
10+
* Update FAR and Go to Def to work on indexers (PR: [#76220](https://github.com/dotnet/roslyn/pull/76220))
11+
* Fix NFW thrown when refreshing source generated files (PR: [#76240](https://github.com/dotnet/roslyn/pull/76240))
12+
* Update find-refs to find references to Dispose in a using-statement (PR: [#76221](https://github.com/dotnet/roslyn/pull/76221))
13+
* Add support for 'find refs' finding references to 'dynamic' (PR: [#76118](https://github.com/dotnet/roslyn/pull/76118))
14+
* Support implementing protected members in implement interface (PR: [#76178](https://github.com/dotnet/roslyn/pull/76178))
15+
* Do not treat Task.Run methods as 'apparent' for 'use var' (PR: [#76229](https://github.com/dotnet/roslyn/pull/76229))
16+
* Support introduce variable at the top level (PR: [#76218](https://github.com/dotnet/roslyn/pull/76218))
17+
* Fix switch indentation for list patterns (PR: [#75953](https://github.com/dotnet/roslyn/pull/75953))
18+
* Keep member bodies when converting DIM property to method (PR: [#76186](https://github.com/dotnet/roslyn/pull/76186))
19+
* Have go-to-def flip between partial definition and implementation (PR: [#76187](https://github.com/dotnet/roslyn/pull/76187))
20+
* Disable 'use coalesce expression' when statements cross a PP boundary (PR: [#76173](https://github.com/dotnet/roslyn/pull/76173))
21+
* Support name completion on generic types (PR: [#76170](https://github.com/dotnet/roslyn/pull/76170))
22+
* Improve extract-local-function in the presence of pp directives (PR: [#76169](https://github.com/dotnet/roslyn/pull/76169))
23+
* Fix issue trying to generate fields/properties from a top level program (PR: [#76161](https://github.com/dotnet/roslyn/pull/76161))
24+
* Update 'introduce using' to support expression statements (PR: [#76147](https://github.com/dotnet/roslyn/pull/76147))
25+
* Use implicit initializer if present to generate type properties (PR: [#76162](https://github.com/dotnet/roslyn/pull/76162))
26+
* Fix issue with explicit interface completion and static interface members (PR: [#76150](https://github.com/dotnet/roslyn/pull/76150))
27+
* When converting to raw strings, do not change \r\n sequences if not explicitly requested by the user (PR: [#76120](https://github.com/dotnet/roslyn/pull/76120))
28+
* Exclude starting symbol when going to implementations if we find implementations (PR: [#76125](https://github.com/dotnet/roslyn/pull/76125))
29+
* Add option to disable auto insertion of documentation comments (PR: [#7381](https://github.com/dotnet/vscode-csharp/pull/7381))
30+
* Bump xamltools to 17.13.35606.23 (PR: [#7856](https://github.com/dotnet/vscode-csharp/pull/7856))
731

832
# 2.59.x
933
* Update Roslyn to 4.13.0-3.24577.4 (PR: [#7833](https://github.com/dotnet/vscode-csharp/pull/7833))

l10n/bundle.l10n.cs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"Select project": "Vybrat projekt",
145145
"Select the process to attach to": "Vyberte proces, ke kterému se má program připojit.",
146146
"Select the project to launch": "Vyberte projekt, který se má spustit.",
147-
"Self-signed certificate sucessfully {0}": "Certifikát podepsaný svým držitelem se úspěšně {0}",
147+
"Self-signed certificate successfully {0}": "Certifikát podepsaný svým držitelem se úspěšně {0}",
148148
"Sending request": "Posílá se žádost",
149149
"Server failed to start after retrying 5 times.": "Server se nepovedlo spustit ani po pěti pokusech.",
150150
"Server stopped": "Server byl zastaven.",
@@ -204,7 +204,7 @@
204204
"You must first start the data collection before stopping.": "Před zastavením je zapotřebí nejdříve spustit shromažďování dat.",
205205
"Your workspace has multiple Visual Studio Solution files; please select one to get full IntelliSense.": "Váš pracovní prostor má více souborů řešení Visual Studio. Vyberte prosím jednu, abyste získali úplnou technologii IntelliSense.",
206206
"[ERROR] The debugger cannot be installed. The debugger is not supported on '{0}'": "[CHYBA] Ladicí program nelze nainstalovat. Ladicí program není pro {0} podporován.",
207-
"[ERROR] The debugger cannot be installed. The debugger requires macOS 12 (Monterey) or newer.": "[CHYBA] Ladicí program nelze nainstalovat. Ladicí program vyžaduje macOS 12 (Monterey) nebo novější.",
207+
"[ERROR] The debugger cannot be installed. The debugger requires {0} or newer.": "[CHYBA] Ladicí program nelze nainstalovat. Ladicí program vyžaduje {0} nebo novější.",
208208
"[ERROR] The debugger cannot be installed. Unknown platform.": "[CHYBA] Ladicí program nelze nainstalovat. Neznámá platforma.",
209209
"[ERROR]: C# Extension failed to install the debugger package.": "[CHYBA]: Rozšíření jazyka C# se nepodařilo nainstalovat balíček ladicího programu.",
210210
"[WARNING]: x86 Windows is not supported by the .NET debugger. Debugging will not be available.": "[UPOZORNĚNÍ]: Ladicí program .NET nepodporuje systém Windows pro platformu x86. Ladění nebude k dispozici.",
@@ -214,4 +214,4 @@
214214
"remote-attach": "remote-attach",
215215
"{0} references": "Počet odkazů: {0}",
216216
"{0}, paste your issue contents as the body of the issue. Don't forget to fill out any details left unfilled.": "{0}, vložte obsah problému jako text problému. Nezapomeňte vyplnit všechny podrobnosti, které ještě vyplněné nejsou."
217-
}
217+
}

l10n/bundle.l10n.de.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"Select project": "Projekt auswählen",
145145
"Select the process to attach to": "Prozess auswählen, an den angefügt werden soll",
146146
"Select the project to launch": "Wählen Sie das Projekt aus, das gestartet werden soll.",
147-
"Self-signed certificate sucessfully {0}": "Selbstsigniertes Zertifikat erfolgreich {0}",
147+
"Self-signed certificate successfully {0}": "Selbstsigniertes Zertifikat erfolgreich {0}",
148148
"Sending request": "Anforderung wird gesendet",
149149
"Server failed to start after retrying 5 times.": "Der Server konnte nach fünf Wiederholungsversuchen nicht gestartet werden.",
150150
"Server stopped": "Der Server wurde beendet.",
@@ -204,7 +204,7 @@
204204
"You must first start the data collection before stopping.": "Sie müssen zuerst die Datensammlung starten, bevor Sie sie beenden.",
205205
"Your workspace has multiple Visual Studio Solution files; please select one to get full IntelliSense.": "Ihr Arbeitsbereich umfasst mehrere Visual Studio-Projektmappendateien. Wählen Sie eine aus, um vollständiges IntelliSense zu erhalten.",
206206
"[ERROR] The debugger cannot be installed. The debugger is not supported on '{0}'": "[FEHLER] Der Debugger kann nicht installiert werden. Der Debugger wird für „{0}“ nicht unterstützt.",
207-
"[ERROR] The debugger cannot be installed. The debugger requires macOS 12 (Monterey) or newer.": "[FEHLER] Der Debugger kann nicht installiert werden. Der Debugger erfordert macOS 12 (Monterey) oder höher.",
207+
"[ERROR] The debugger cannot be installed. The debugger requires {0} or newer.": "[FEHLER] Der Debugger kann nicht installiert werden. Der Debugger erfordert {0} oder höher.",
208208
"[ERROR] The debugger cannot be installed. Unknown platform.": "[FEHLER] Der Debugger kann nicht installiert werden. Unbekannte Plattform.",
209209
"[ERROR]: C# Extension failed to install the debugger package.": "[FEHLER]: Fehler beim Installieren des Debuggerpakets durch die C#-Erweiterung.",
210210
"[WARNING]: x86 Windows is not supported by the .NET debugger. Debugging will not be available.": "[WARNUNG]: x86 Windows wird vom .NET-Debugger nicht unterstützt. Debuggen ist nicht verfügbar.",
@@ -214,4 +214,4 @@
214214
"remote-attach": "Remoteanfügung",
215215
"{0} references": "{0} Verweise",
216216
"{0}, paste your issue contents as the body of the issue. Don't forget to fill out any details left unfilled.": "{0}, fügen Sie den Inhalt des Problems als Textkörper des Problems ein. Vergessen Sie nicht, alle nicht ausgefüllten Details auszufüllen."
217-
}
217+
}

l10n/bundle.l10n.es.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"Select project": "Seleccionar proyecto",
145145
"Select the process to attach to": "Seleccione el proceso al que debe asociarse",
146146
"Select the project to launch": "Seleccione el proyecto que desea iniciar",
147-
"Self-signed certificate sucessfully {0}": "El certificado autofirmado {0} correctamente",
147+
"Self-signed certificate successfully {0}": "El certificado autofirmado {0} correctamente",
148148
"Sending request": "Enviando la solicitud",
149149
"Server failed to start after retrying 5 times.": "El servidor no se pudo iniciar después de reintentar 5 veces.",
150150
"Server stopped": "Servidor detenido",
@@ -204,7 +204,7 @@
204204
"You must first start the data collection before stopping.": "Primero debe iniciar la recopilación de datos antes de detenerse.",
205205
"Your workspace has multiple Visual Studio Solution files; please select one to get full IntelliSense.": "El área de trabajo tiene varios archivos de solución de Visual Studio; seleccione uno para obtener IntelliSense completo.",
206206
"[ERROR] The debugger cannot be installed. The debugger is not supported on '{0}'": "[ERROR] No se puede instalar el depurador. El depurador no se admite en '{0}'",
207-
"[ERROR] The debugger cannot be installed. The debugger requires macOS 12 (Monterey) or newer.": "[ERROR] No se puede instalar el depurador. El depurador requiere macOS 12 (Monterey) o una versión más reciente.",
207+
"[ERROR] The debugger cannot be installed. The debugger requires {0} or newer.": "[ERROR] No se puede instalar el depurador. El depurador requiere macOS 12 (Monterey) o una versión más reciente.",
208208
"[ERROR] The debugger cannot be installed. Unknown platform.": "[ERROR] No se puede instalar el depurador. Plataforma desconocida.",
209209
"[ERROR]: C# Extension failed to install the debugger package.": "[ERROR]: la extensión de C# no pudo instalar el paquete del depurador.",
210210
"[WARNING]: x86 Windows is not supported by the .NET debugger. Debugging will not be available.": "[ADVERTENCIA]: El depurador de .NET no admite Windows x86. La depuración no estará disponible.",
@@ -214,4 +214,4 @@
214214
"remote-attach": "Conexión remota",
215215
"{0} references": "{0} referencias",
216216
"{0}, paste your issue contents as the body of the issue. Don't forget to fill out any details left unfilled.": "{0}, pegue el contenido del problema como el cuerpo del problema. No olvide rellenar los detalles que no se han rellenado."
217-
}
217+
}

l10n/bundle.l10n.fr.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"Select project": "Sélectionner un projet",
145145
"Select the process to attach to": "Sélectionner le processus à attacher",
146146
"Select the project to launch": "Sélectionner le projet à lancer",
147-
"Self-signed certificate sucessfully {0}": "Certificat auto-signé {0}",
147+
"Self-signed certificate successfully {0}": "Certificat auto-signé {0}",
148148
"Sending request": "Envoi de la demande",
149149
"Server failed to start after retrying 5 times.": "Le serveur n’a pas pu démarrer après 5 tentatives.",
150150
"Server stopped": "Serveur arrêté",
@@ -204,7 +204,7 @@
204204
"You must first start the data collection before stopping.": "Vous devez commencer par démarrer la collecte de données avant de l’arrêter.",
205205
"Your workspace has multiple Visual Studio Solution files; please select one to get full IntelliSense.": "Votre espace de travail comporte plusieurs fichiers solution Visual Studio ; sélectionnez-en un pour obtenir intelliSense complet.",
206206
"[ERROR] The debugger cannot be installed. The debugger is not supported on '{0}'": "[ERREUR] Impossible d’installer le débogueur. Le débogueur n’est pas pris en charge sur « {0} »",
207-
"[ERROR] The debugger cannot be installed. The debugger requires macOS 12 (Monterey) or newer.": "[ERREUR] Impossible d’installer le débogueur. Le débogueur nécessite macOS 12 (Monterey) ou une version plus récente.",
207+
"[ERROR] The debugger cannot be installed. The debugger requires {0} or newer.": "[ERREUR] Impossible d’installer le débogueur. Le débogueur nécessite {0} ou une version plus récente.",
208208
"[ERROR] The debugger cannot be installed. Unknown platform.": "[ERREUR] Impossible d’installer le débogueur. Plateforme inconnue.",
209209
"[ERROR]: C# Extension failed to install the debugger package.": "[ERREUR] : l’extension C# n’a pas pu installer le package du débogueur.",
210210
"[WARNING]: x86 Windows is not supported by the .NET debugger. Debugging will not be available.": "[AVERTISSEMENT] : Windows x86 n'est pas pris en charge par le débogueur .NET. Le débogage ne sera pas disponible.",
@@ -214,4 +214,4 @@
214214
"remote-attach": "remote-attach",
215215
"{0} references": "{0} références",
216216
"{0}, paste your issue contents as the body of the issue. Don't forget to fill out any details left unfilled.": "{0}, collez le contenu de votre problème en tant que corps du problème. N’oubliez pas de remplir tous les détails qui n’ont pas été remplis."
217-
}
217+
}

l10n/bundle.l10n.it.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"Select project": "Seleziona progetto",
145145
"Select the process to attach to": "Selezionare il processo a cui collegarsi",
146146
"Select the project to launch": "Selezionare il progetto da avviare",
147-
"Self-signed certificate sucessfully {0}": "Certificato autofirmato {0}",
147+
"Self-signed certificate successfully {0}": "Certificato autofirmato {0}",
148148
"Sending request": "Invio della richiesta",
149149
"Server failed to start after retrying 5 times.": "Non è possibile avviare il server dopo 5 tentativi.",
150150
"Server stopped": "Server arrestato",
@@ -204,7 +204,7 @@
204204
"You must first start the data collection before stopping.": "Prima di arrestare è necessario avviare la raccolta dati prima.",
205205
"Your workspace has multiple Visual Studio Solution files; please select one to get full IntelliSense.": "L'area di lavoro contiene più file di soluzione Visual Studio; selezionarne uno per ottenere IntelliSense completo.",
206206
"[ERROR] The debugger cannot be installed. The debugger is not supported on '{0}'": "[ERROR] Impossibile installare il debugger. Il debugger non è supportato in '{0}'",
207-
"[ERROR] The debugger cannot be installed. The debugger requires macOS 12 (Monterey) or newer.": "[ERROR] Impossibile installare il debugger. Il debugger richiede macOS 12 (Monterey) o una versione successiva.",
207+
"[ERROR] The debugger cannot be installed. The debugger requires {0} or newer.": "[ERROR] Impossibile installare il debugger. Il debugger richiede {0} o una versione successiva.",
208208
"[ERROR] The debugger cannot be installed. Unknown platform.": "[ERROR] Impossibile installare il debugger. Piattaforma sconosciuta.",
209209
"[ERROR]: C# Extension failed to install the debugger package.": "[ERROR]: l'estensione C# non è riuscita a installare il pacchetto del debugger.",
210210
"[WARNING]: x86 Windows is not supported by the .NET debugger. Debugging will not be available.": "[AVVISO]: x86 Windows non è supportato dal debugger .NET. Il debug non sarà disponibile.",
@@ -214,4 +214,4 @@
214214
"remote-attach": "collegamento remoto",
215215
"{0} references": "{0} riferimenti",
216216
"{0}, paste your issue contents as the body of the issue. Don't forget to fill out any details left unfilled.": "{0}, incollare il contenuto del problema come corpo del problema. Non dimenticare di compilare i dettagli rimasti che non sono stati compilati."
217-
}
217+
}

l10n/bundle.l10n.ja.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"Select project": "プロジェクトの選択",
145145
"Select the process to attach to": "アタッチするプロセスを選択する",
146146
"Select the project to launch": "開始するプロジェクトを選択する",
147-
"Self-signed certificate sucessfully {0}": "自己署名証明書が正常に {0} されました",
147+
"Self-signed certificate successfully {0}": "自己署名証明書が正常に {0} されました",
148148
"Sending request": "要求を送信しています",
149149
"Server failed to start after retrying 5 times.": "5 回再試行した後、サーバーを起動できませんでした。",
150150
"Server stopped": "サーバーが停止しました",
@@ -204,7 +204,7 @@
204204
"You must first start the data collection before stopping.": "停止する前に、まずデータ収集を開始する必要があります。",
205205
"Your workspace has multiple Visual Studio Solution files; please select one to get full IntelliSense.": "ワークスペースに複数の Visual Studio ソリューション ファイルがあります。完全な IntelliSense を入手するには、ファイルを 1 つ選択してください。",
206206
"[ERROR] The debugger cannot be installed. The debugger is not supported on '{0}'": "[エラー] デバッガーをインストールできません。デバッガーは '{0}' でサポートされていません",
207-
"[ERROR] The debugger cannot be installed. The debugger requires macOS 12 (Monterey) or newer.": "[エラー] デバッガーをインストールできません。デバッガーには macOS 12 (Monterey) 以降が必要です。",
207+
"[ERROR] The debugger cannot be installed. The debugger requires {0} or newer.": "[エラー] デバッガーをインストールできません。デバッガーには {0} 以降が必要です。",
208208
"[ERROR] The debugger cannot be installed. Unknown platform.": "[エラー] デバッガーをインストールできません。不明なプラットフォームです。",
209209
"[ERROR]: C# Extension failed to install the debugger package.": "[エラー]: C# 拡張機能でデバッガー パッケージをインストールできませんでした。",
210210
"[WARNING]: x86 Windows is not supported by the .NET debugger. Debugging will not be available.": "[警告]: x86 Windows は .NET デバッガーではサポートされていません。デバッグは使用できません。",
@@ -214,4 +214,4 @@
214214
"remote-attach": "リモート接続",
215215
"{0} references": "{0} 個の参照",
216216
"{0}, paste your issue contents as the body of the issue. Don't forget to fill out any details left unfilled.": "{0}、問題の内容を問題の本文として貼り付けます。未記入の詳細があれば忘れずに記入してください。"
217-
}
217+
}

0 commit comments

Comments
 (0)