Skip to content

Commit 2c30c12

Browse files
[automated] Merge branch 'main' => 'prerelease' (#8650)
2 parents 9e462d3 + b792002 commit 2c30c12

27 files changed

+223
-61
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
- Diagnostics related feature requests and improvements [#5951](https://github.com/dotnet/vscode-csharp/issues/5951)
44
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
55

6+
# 2.93.x
7+
* Bump Roslyn to 5.0.0-2.25472.11 (PR: [#8646](https://github.com/dotnet/vscode-csharp/pull/8646))
8+
* Fix handling edits in types nested in reloadable types(PR: [#80360](https://github.com/dotnet/roslyn/pull/80360))
9+
* Remove CS1998 warning entirely and remove dependent C# code fix providers(PR: [#80144](https://github.com/dotnet/roslyn/pull/80144))
10+
* Only restore based on assets file changes if the actual content changed(PR: [#80341](https://github.com/dotnet/roslyn/pull/80341))
11+
* Fix issue where build artifacts were added in source tree (PR: [#80324](https://github.com/dotnet/roslyn/pull/80324))
12+
* Allow clients to send range ending at the line after the last line in the document(PR: [#80310](https://github.com/dotnet/roslyn/pull/80310))
13+
* Don't show Razor diagnostics in Full Solution Analysis(PR: [#80296](https://github.com/dotnet/roslyn/pull/80296))
14+
* Log project context in which document was found(PR: [#80202](https://github.com/dotnet/roslyn/pull/80202))
15+
* Bump Razor to 10.0.0-preview.25472.6 (PR: [#8639](https://github.com/dotnet/vscode-csharp/pull/8639))
16+
* Support view components in Go To Def (PR: [#12222](https://github.com/dotnet/razor/pull/12222))
17+
* Redirect the older named assembly too (PR: [#12239](https://github.com/dotnet/razor/pull/12239))
18+
* Restore "Show Html/C#" VS Code commands (PR: [#12234](https://github.com/dotnet/razor/pull/12234))
19+
620
# 2.92.x
721
* Bump Razor to 10.0.0-preview.25464.2 (PR: [#8628](https://github.com/dotnet/vscode-csharp/pull/8628))
822
* Improve go to definition for mvc tag helpers (PR: [#12216](https://github.com/dotnet/razor/pull/12216))

l10n/bundle.l10n.cs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"Choose": "Zvolit",
3333
"Choose and set default": "Zvolit a nastavit výchozí",
3434
"Click {0}. This will copy all relevant issue information.": "Klikněte na {0}. Zkopírují se tím všechny relevantní informace o problému.",
35-
"Cohosting is on, client has no access to CSharp content": "Společné hostování je zapnuté, ale klient nemá přístup k obsahu CSharp",
3635
"Configuration \"{0}\" in launch.json does not have a {1} argument with {2} for remote process listing.": "Konfigurace „{0}“ v souboru launch.json nemá argument {1} s {2} pro výpis vzdáleného procesu.",
3736
"Copy C#": "Kopírovat kód C#",
3837
"Copy Html": "Kopírovat HTML",
3938
"Copy issue content again": "Zkopírovat obsah problému znovu",
4039
"Could not determine CSharp content": "Nepovedlo se určit obsah CSharp.",
40+
"Could not determine CSharp content: {0}": "Could not determine CSharp content: {0}",
4141
"Could not determine Html content": "Nepovedlo se určit obsah HTML.",
4242
"Could not find '{0}' in or above '{1}'.": "Nepovedlo se najít {0} v {1} ani výše.",
4343
"Could not find Razor Language Server executable '{0}' within directory": "V adresáři se nepovedlo najít spustitelný soubor jazykového serveru Razor {0}.",
@@ -178,8 +178,8 @@
178178
"Test run already in progress": "Už probíhá testovací běh.",
179179
"Text editor must be focused to fix all issues": "Aby bylo možné vyřešit všechny problémy, musí mít textový editor fokus.",
180180
"The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?": "Příkaz {0} se nedoporučuje používat, když je nainstalováno rozšíření C# Dev Kit. Chcete místo toho sestavit a ladit pomocí dynamické konfigurace?",
181-
"The .NET Core SDK cannot be located: {0}. .NET Core debugging will not be enabled. Make sure the .NET Core SDK is installed and is on the path.": "Nelze nalézt sadu .NET Core SDK: {0}. Ladění .NET Core se nepovolí. Ujistěte se, že je sada .NET Core SDK nainstalovaná a umístěná v dané cestě.",
182-
"The .NET Core SDK located on the path is too old. .NET Core debugging will not be enabled. The minimum supported version is {0}.": "Sada .NET Core SDK umístěná v cestě je příliš stará. Ladění .NET Core se nepovolí. Minimální podporovaná verze je {0}.",
181+
"The .NET SDK cannot be located: {0}. .NET debugging will not be enabled. Make sure the .NET SDK is installed and is on the path.": "Sada .NET SDK nebyla nalezena: {0}. Ladění .NET nebude povoleno. Ujistěte se, že je sada .NET SDK nainstalovaná a umístěná v dané cestě.",
182+
"The .NET SDK located on the path is too old. .NET debugging will not be enabled. The minimum supported version is {0}.": "Sada .NET SDK umístěná v cestě je příliš stará. Ladění .NET se nepovolí. Minimální podporovaná verze je {0}.",
183183
"The C# extension for Visual Studio Code is incompatible on {0} {1} with the VS Code Remote Extensions. To see avaliable workarounds, click on '{2}'.": "Rozšíření jazyka C# pro Visual Studio Code není kompatibilní na {0} {1} se vzdálenými rozšířeními VS Code. Pokud chcete zobrazit dostupná alternativní řešení, klikněte na {2}.",
184184
"The C# extension for Visual Studio Code is incompatible on {0} {1}.": "Rozšíření jazyka C# pro Visual Studio Code není na {0} {1} kompatibilní.",
185185
"The C# extension is still downloading packages. Please see progress in the output window below.": "Rozšíření C# stále stahuje balíčky. Průběh si můžete prohlédnout v okně výstupu níže.",

l10n/bundle.l10n.de.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"Choose": "Auswählen",
3333
"Choose and set default": "Standard auswählen und festlegen",
3434
"Click {0}. This will copy all relevant issue information.": "Klicken Sie auf {0}. Dadurch werden alle relevanten Probleminformationen kopiert.",
35-
"Cohosting is on, client has no access to CSharp content": "Cohosting ist aktiviert. Der Client hat keinen Zugriff auf CSharp-Inhalte.",
3635
"Configuration \"{0}\" in launch.json does not have a {1} argument with {2} for remote process listing.": "Die Konfiguration \"{0}\" in \"launch.json\" weist kein {1}-Argument mit {2} für die Remoteprozessauflistung auf.",
3736
"Copy C#": "C# kopieren",
3837
"Copy Html": "HTML kopieren",
3938
"Copy issue content again": "Probleminhalt erneut kopieren",
4039
"Could not determine CSharp content": "Der CSharp-Inhalt konnte nicht bestimmt werden.",
40+
"Could not determine CSharp content: {0}": "Could not determine CSharp content: {0}",
4141
"Could not determine Html content": "Der HTML-Inhalt konnte nicht bestimmt werden.",
4242
"Could not find '{0}' in or above '{1}'.": "\"{0}\" wurde in oder über \"{1}\" nicht gefunden.",
4343
"Could not find Razor Language Server executable '{0}' within directory": "Die ausführbare Razor Language Server-Datei „{0}“ wurde im Verzeichnis nicht gefunden.",
@@ -178,8 +178,8 @@
178178
"Test run already in progress": "Es wird bereits ein Testlauf ausgeführt.",
179179
"Text editor must be focused to fix all issues": "Der Texteditor muss den Fokus haben, um alle Probleme zu beheben.",
180180
"The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?": "Die Verwendung des Befehls „{0}“ wird nicht empfohlen, wenn die C# Dev Kit-Erweiterung installiert ist. Möchten Sie zum Kompilieren und Debuggen stattdessen eine dynamische Konfiguration verwenden?",
181-
"The .NET Core SDK cannot be located: {0}. .NET Core debugging will not be enabled. Make sure the .NET Core SDK is installed and is on the path.": "Das .NET Core SDK kann nicht gefunden werden: {0}. Das .NET Core-Debuggen wird nicht aktiviert. Stellen Sie sicher, dass das .NET Core SDK installiert ist und sich im Pfad befindet.",
182-
"The .NET Core SDK located on the path is too old. .NET Core debugging will not be enabled. The minimum supported version is {0}.": "Das .NET Core SDK auf dem Pfad ist zu alt. Das .NET Core-Debuggen wird nicht aktiviert. Die unterstützte Mindestversion ist {0}.",
181+
"The .NET SDK cannot be located: {0}. .NET debugging will not be enabled. Make sure the .NET SDK is installed and is on the path.": "Das .NET SDK wurde nicht gefunden: {0}. Das .NET-Debuggen wird nicht aktiviert. Stellen Sie sicher, dass das .NET SDK installiert ist und sich im Pfad befindet.",
182+
"The .NET SDK located on the path is too old. .NET debugging will not be enabled. The minimum supported version is {0}.": "Das .NET SDK auf dem Pfad ist zu alt. Das .NET-Debuggen wird nicht aktiviert. Die unterstützte Mindestversion ist {0}.",
183183
"The C# extension for Visual Studio Code is incompatible on {0} {1} with the VS Code Remote Extensions. To see avaliable workarounds, click on '{2}'.": "Die C#-Erweiterung für Visual Studio Code ist auf {0} {1} nicht mit den VS Code-Remoteerweiterungen kompatibel. Klicken Sie auf „{2}“, um verfügbare Problemumgehungen anzuzeigen.",
184184
"The C# extension for Visual Studio Code is incompatible on {0} {1}.": "Die C#-Erweiterung für Visual Studio Code ist auf {0} {1} nicht kompatibel.",
185185
"The C# extension is still downloading packages. Please see progress in the output window below.": "Die C#-Erweiterung lädt weiterhin Pakete herunter. Den Fortschritt finden Sie unten im Ausgabefenster.",

l10n/bundle.l10n.es.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"Choose": "Elegir",
3333
"Choose and set default": "Elegir y establecer el valor predeterminado",
3434
"Click {0}. This will copy all relevant issue information.": "Haga clic en {0}. Esto copiará toda la información del problema pertinente.",
35-
"Cohosting is on, client has no access to CSharp content": "El cohospedaje está activado, el cliente no tiene acceso al contenido de CSharp",
3635
"Configuration \"{0}\" in launch.json does not have a {1} argument with {2} for remote process listing.": "La configuración \"{0}\" de launch.json no tiene un argumento {1} con {2} para la lista de procesos remotos.",
3736
"Copy C#": "Copiar C#",
3837
"Copy Html": "Copiar HTML",
3938
"Copy issue content again": "Volver a copiar el contenido del problema",
4039
"Could not determine CSharp content": "No se pudo determinar el contenido de CSharp",
40+
"Could not determine CSharp content: {0}": "Could not determine CSharp content: {0}",
4141
"Could not determine Html content": "No se pudo determinar el contenido HTML",
4242
"Could not find '{0}' in or above '{1}'.": "No se pudo encontrar '{0}' en '' o encima de '{1}'.",
4343
"Could not find Razor Language Server executable '{0}' within directory": "No se encontró el ejecutable del servidor de lenguaje Razor en el directorio ''{0}''",
@@ -178,8 +178,8 @@
178178
"Test run already in progress": "La ejecución de prueba ya está en curso",
179179
"Text editor must be focused to fix all issues": "El editor de texto debe estar centrado para corregir todos los problemas",
180180
"The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?": "No se recomienda usar el comando \"{0}\" cuando se instala la extensión del Kit de desarrollo de C#. ¿Desea compilar y depurar mediante una configuración dinámica en su lugar?",
181-
"The .NET Core SDK cannot be located: {0}. .NET Core debugging will not be enabled. Make sure the .NET Core SDK is installed and is on the path.": "No se encuentra el SDK de .NET Core: {0}. No se habilitará la depuración de .NET Core. Asegúrese de que el SDK de .NET Core está instalado y en la ruta de acceso.",
182-
"The .NET Core SDK located on the path is too old. .NET Core debugging will not be enabled. The minimum supported version is {0}.": "El SDK de .NET Core ubicado en la ruta de acceso es muy antiguo. No se habilitará la depuración de .NET Core. La versión mínima admitida es {0}.",
181+
"The .NET SDK cannot be located: {0}. .NET debugging will not be enabled. Make sure the .NET SDK is installed and is on the path.": "No se encuentra el SDK de .NET: {0}. No se habilitará la depuración de .NET. Asegúrese de que el SDK de .NET está instalado y en la ruta de acceso.",
182+
"The .NET SDK located on the path is too old. .NET debugging will not be enabled. The minimum supported version is {0}.": "El SDK de .NET ubicado en la ruta de acceso es muy antiguo. No se habilitará la depuración de .NET. La versión mínima admitida es {0}.",
183183
"The C# extension for Visual Studio Code is incompatible on {0} {1} with the VS Code Remote Extensions. To see avaliable workarounds, click on '{2}'.": "La extensión de C# para Visual Studio Code no es compatible en {0} {1}con las extensiones remotas VS Code. Para ver soluciones alternativas disponibles, haga clic en \"{2}\".",
184184
"The C# extension for Visual Studio Code is incompatible on {0} {1}.": "La extensión de C# para Visual Studio Code no es compatible con {0} {1}.",
185185
"The C# extension is still downloading packages. Please see progress in the output window below.": "La extensión de C# aún está descargando paquetes. Vea el progreso en la ventana de salida siguiente.",

l10n/bundle.l10n.fr.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"Choose": "Choisir",
3333
"Choose and set default": "Choisir et définir la valeur par défaut",
3434
"Click {0}. This will copy all relevant issue information.": "Cliquez sur {0}. Cette opération copie toutes les informations pertinentes sur le problème.",
35-
"Cohosting is on, client has no access to CSharp content": "La cohébergement est activé, le client n’a pas accès au contenu CSharp",
3635
"Configuration \"{0}\" in launch.json does not have a {1} argument with {2} for remote process listing.": "La configuration « {0} » dans launch.json n’a pas d’argument {1} avec {2} pour la liste des processus distants.",
3736
"Copy C#": "Copier C#",
3837
"Copy Html": "Copier du code HTML",
3938
"Copy issue content again": "Copier à nouveau le contenu du problème",
4039
"Could not determine CSharp content": "Impossible de déterminer le contenu CSharp",
40+
"Could not determine CSharp content: {0}": "Could not determine CSharp content: {0}",
4141
"Could not determine Html content": "Impossible de déterminer le contenu HTML",
4242
"Could not find '{0}' in or above '{1}'.": "Impossible de trouver '{0}' dans ou au-dessus '{1}'.",
4343
"Could not find Razor Language Server executable '{0}' within directory": "Impossible de trouver l’exécutable du serveur de langage Razor dans le répertoire « {0} »",
@@ -178,8 +178,8 @@
178178
"Test run already in progress": "Série de tests déjà en cours",
179179
"Text editor must be focused to fix all issues": "L’éditeur de texte doit être axé sur la résolution de tous les problèmes",
180180
"The '{0}' command is not recommended to be used when C# Dev Kit extension is installed. Would you like build and debug using a dynamic configuration instead?": "La commande « {0} » n’est pas recommandée lors de l’installation de l’extension du Kit de développement C#. Voulez-vous générer et déboguer à l’aide d’une configuration dynamique à la place ?",
181-
"The .NET Core SDK cannot be located: {0}. .NET Core debugging will not be enabled. Make sure the .NET Core SDK is installed and is on the path.": "Le SDK .NET Core est introuvable : {0}. Le débogage .NET Core ne sera pas activé. Assurez-vous que le SDK .NET Core est installé et se trouve sur le chemin.",
182-
"The .NET Core SDK located on the path is too old. .NET Core debugging will not be enabled. The minimum supported version is {0}.": "Le SDK .NET Core situé sur le chemin est trop ancien. Le débogage .NET Core ne sera pas activé. La version minimale prise en charge est {0}.",
181+
"The .NET SDK cannot be located: {0}. .NET debugging will not be enabled. Make sure the .NET SDK is installed and is on the path.": "Le SDK .NET est introuvable : {0}. Le débogage .NET ne sera pas activé. Assurez-vous que le SDK .NET est installé et se trouve sur le chemin.",
182+
"The .NET SDK located on the path is too old. .NET debugging will not be enabled. The minimum supported version is {0}.": "Le SDK .NET situé sur le chemin est trop ancien. Le débogage .NET ne sera pas activé. La version minimale prise en charge est {0}.",
183183
"The C# extension for Visual Studio Code is incompatible on {0} {1} with the VS Code Remote Extensions. To see avaliable workarounds, click on '{2}'.": "L’extension C# pour Visual Studio Code est incompatible sur {0} {1} avec les extensions distantes VS Code. Pour voir les solutions de contournement disponibles, cliquez sur «{2}».",
184184
"The C# extension for Visual Studio Code is incompatible on {0} {1}.": "L’extension C# pour Visual Studio Code est incompatible sur {0} {1}.",
185185
"The C# extension is still downloading packages. Please see progress in the output window below.": "L’extension C# est toujours en train de télécharger des packages. Consultez la progression dans la fenêtre sortie ci-dessous.",

0 commit comments

Comments
 (0)