Skip to content

Commit 83669fb

Browse files
authored
Merge branch 'main' into BumpRazor
2 parents 5ebeb49 + fa9980c commit 83669fb

15 files changed

+17
-15
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
55

66
# 2.86.x
7-
* Bump Roslyn to 5.0.0-1.25358.1 (PR: [#8402](https://github.com/dotnet/vscode-csharp/pull/8402))
7+
* Bump Roslyn to 5.0.0-1.25361.2 (PR: [#8416](https://github.com/dotnet/vscode-csharp/pull/8416))
8+
* Fix issue with diagnostics when renaming a file (case change only) (PR: [#79298](https://github.com/dotnet/roslyn/pull/79298))
9+
* Allow rename to (optionally) process source generated documents(PR: [#78984](https://github.com/dotnet/roslyn/pull/78984))
810
* Initial support for adding obsolete attributes to primary constructors(PR: [#79271](https://github.com/dotnet/roslyn/pull/79271))
911
* Allow the Razor extension to report telemetry (and initialize)(PR: [#79254](https://github.com/dotnet/roslyn/pull/79254))
1012
* Use same location for 'use implicit object' as we do for 'use collection expression'.(PR: [#79265](https://github.com/dotnet/roslyn/pull/79265))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"workspace"
4141
],
4242
"defaults": {
43-
"roslyn": "5.0.0-1.25358.1",
43+
"roslyn": "5.0.0-1.25361.2",
4444
"omniSharp": "1.39.12",
4545
"razor": "10.0.0-preview.25360.2",
4646
"razorOmnisharp": "7.0.0-preview.23363.1",

package.nls.cs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"command.csharp.listProcess": "Vypsat proces pro připojení",
55
"command.csharp.listRemoteDockerProcess": "Výpis procesů v připojení Dockeru",
66
"command.csharp.listRemoteProcess": "Vypsat procesy pro připojení na vzdáleném připojení",
7-
"command.csharp.recordTrace": "Záznam trasování výkonu jazykového serveru C#",
7+
"command.csharp.recordLanguageServerTrace": "Record a performance trace of the C# Language Server",
88
"command.csharp.reportIssue": "Nahlásit problém",
99
"command.csharp.showDecompilationTerms": "Zobrazit smlouvu o podmínkách dekompilátoru",
1010
"command.dotnet.generateAssets.currentProject": "Generovat prostředky pro sestavení a ladění",

package.nls.de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"command.csharp.listProcess": "Prozess zum Anfügen auflisten",
55
"command.csharp.listRemoteDockerProcess": "Prozesse für Docker-Verbindung auflisten",
66
"command.csharp.listRemoteProcess": "Prozesse für Remoteverbindung zum Anfügen auflisten",
7-
"command.csharp.recordTrace": "Leistungsablaufverfolgung des C#-Sprachservers aufzeichnen",
7+
"command.csharp.recordLanguageServerTrace": "Record a performance trace of the C# Language Server",
88
"command.csharp.reportIssue": "Ein Problem melden",
99
"command.csharp.showDecompilationTerms": "Vereinbarung zu den Decompilerbedingungen anzeigen",
1010
"command.dotnet.generateAssets.currentProject": "Ressourcen für Build und Debuggen generieren",

package.nls.es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"command.csharp.listProcess": "Enumerar proceso que se va a adjuntar",
55
"command.csharp.listRemoteDockerProcess": "Enumerar procesos en conexión de Docker",
66
"command.csharp.listRemoteProcess": "Enumerar procesos en conexión remota para adjuntar",
7-
"command.csharp.recordTrace": "Registro del seguimiento del rendimiento del servidor de Lenguaje C#",
7+
"command.csharp.recordLanguageServerTrace": "Record a performance trace of the C# Language Server",
88
"command.csharp.reportIssue": "Informar de un problema",
99
"command.csharp.showDecompilationTerms": "Mostrar el contrato de términos del descompilador",
1010
"command.dotnet.generateAssets.currentProject": "Generar recursos para compilar y depurar",

package.nls.fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"command.csharp.listProcess": "Processus de liste pour la pièce jointe",
55
"command.csharp.listRemoteDockerProcess": "Répertorier les processus sur la connexion Docker",
66
"command.csharp.listRemoteProcess": "Répertorier les processus sur la connexion à distance pour la pièce jointe",
7-
"command.csharp.recordTrace": "Enregistrer une trace de performance du serveur de langage C#",
7+
"command.csharp.recordLanguageServerTrace": "Record a performance trace of the C# Language Server",
88
"command.csharp.reportIssue": "Signaler un problème",
99
"command.csharp.showDecompilationTerms": "Afficher l'accord sur les termes du décompilateur",
1010
"command.dotnet.generateAssets.currentProject": "Générer des actifs pour la construction et le débogage",

package.nls.it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"command.csharp.listProcess": "Elenca i processi per il collegamento",
55
"command.csharp.listRemoteDockerProcess": "Elenca i processi nella connessione Docker",
66
"command.csharp.listRemoteProcess": "Elenca i processi nella connessione remota per il collegamento",
7-
"command.csharp.recordTrace": "Registra una traccia delle prestazioni del server di linguaggio C#",
7+
"command.csharp.recordLanguageServerTrace": "Record a performance trace of the C# Language Server",
88
"command.csharp.reportIssue": "Segnala un problema",
99
"command.csharp.showDecompilationTerms": "Mostra il contratto per i termini del decompilatore",
1010
"command.dotnet.generateAssets.currentProject": "Genera gli asset per la compilazione e il debug",

package.nls.ja.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"command.csharp.listProcess": "アタッチのプロセスをリスト表示する",
55
"command.csharp.listRemoteDockerProcess": "Docker 接続のプロセスをリスト表示する",
66
"command.csharp.listRemoteProcess": "アタッチ用のリモート接続のプロセスをリスト表示する",
7-
"command.csharp.recordTrace": "C# 言語サーバーのパフォーマンス トレースを記録する",
7+
"command.csharp.recordLanguageServerTrace": "Record a performance trace of the C# Language Server",
88
"command.csharp.reportIssue": "問題の報告",
99
"command.csharp.showDecompilationTerms": "逆コンパイラの使用契約条件を表示する",
1010
"command.dotnet.generateAssets.currentProject": "ビルド用およびデバッグ用の資産を生成する",

package.nls.ko.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"command.csharp.listProcess": "연결 프로세스 나열",
55
"command.csharp.listRemoteDockerProcess": "Docker 연결에 프로세스 나열",
66
"command.csharp.listRemoteProcess": "첨부할 원격 연결의 프로세스 나열",
7-
"command.csharp.recordTrace": "C# 언어 서버의 성능 추적 기록",
7+
"command.csharp.recordLanguageServerTrace": "Record a performance trace of the C# Language Server",
88
"command.csharp.reportIssue": "문제 신고",
99
"command.csharp.showDecompilationTerms": "디컴파일러 계약 표시",
1010
"command.dotnet.generateAssets.currentProject": "빌드 및 디버그에 대한 자산 생성",

package.nls.pl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"command.csharp.listProcess": "Wyświetl proces do dołączenia",
55
"command.csharp.listRemoteDockerProcess": "Wyświetl listę procesów w połączeniu platformy Docker",
66
"command.csharp.listRemoteProcess": "Wyświetl listę procesów w połączeniu zdalnym do dołączenia",
7-
"command.csharp.recordTrace": "Rejestrowanie śledzenia wydajności serwera języka C#",
7+
"command.csharp.recordLanguageServerTrace": "Record a performance trace of the C# Language Server",
88
"command.csharp.reportIssue": "Zgłoś problem",
99
"command.csharp.showDecompilationTerms": "Pokaż umowę warunków dekompilowania",
1010
"command.dotnet.generateAssets.currentProject": "Generuj zasoby na potrzeby kompilacji i debugowania",

0 commit comments

Comments
 (0)