Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[automated] Merge branch 'main' => 'prerelease' #7823

Merged
merged 35 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
ffe75f5
Use the .NET runtime extension to find an appropriate .NET install
dibarbet Oct 23, 2024
630078f
review feedback
dibarbet Oct 23, 2024
21c65ea
Require version of runtime extension with API fix
dibarbet Oct 31, 2024
9e68455
fix error message
dibarbet Oct 31, 2024
f36d8bf
fix string
dibarbet Oct 31, 2024
97a83fb
Actually acquire .net if does not exist
dibarbet Oct 31, 2024
e3c7c02
log when we acquire .net
dibarbet Oct 31, 2024
4f21c8e
adjust wording
dibarbet Oct 31, 2024
8081622
fix acquire dependencies
dibarbet Oct 31, 2024
fa16750
Update main version
dibarbet Nov 16, 2024
ce43c96
Update main version (#7794)
dibarbet Nov 16, 2024
132553a
Merge remote-tracking branch 'upstream/main' into find_dotnet_runtime
dibarbet Nov 19, 2024
253028d
Require newest version of .net runtime extension
dibarbet Nov 19, 2024
8df49e2
Tag new issues as 'untriaged'
JoeRobich Nov 19, 2024
ac730ea
Do not trigger CI for GitOps policy changes
JoeRobich Nov 19, 2024
7343f2c
Update excludes for resourceManagement.yml
JoeRobich Nov 19, 2024
54554af
Revise excludes
JoeRobich Nov 19, 2024
5fc720a
[automated] Merge branch 'prerelease' => 'main' (#7796)
JoeRobich Nov 19, 2024
ff944f8
review updates
dibarbet Nov 19, 2024
0251396
Add client side support for refreshing source generated files
dibarbet Nov 13, 2024
e64ee6a
Update roslyn version and changelog
dibarbet Nov 20, 2024
ce7f2dc
Tag new issues as 'untriaged' (#7806)
JoeRobich Nov 20, 2024
a92d5b3
Add client side support for refreshing source generated files (#7791)
dibarbet Nov 20, 2024
4a6b821
Localization result of a92d5b3ec296b96283e1a8819f27a437d1485763.
dotnet-bot Nov 20, 2024
5b414fa
Localization result based on a92d5b3ec296b96283e1a8819f27a437d1485763…
JoeRobich Nov 20, 2024
bf8af14
Use LogOutputWindow (#7805)
ryzngard Nov 20, 2024
40b51a8
Localization result of bf8af146d881d5aff0650923b6a6df8d543576f3.
dotnet-bot Nov 20, 2024
926242e
Localization result based on bf8af146d881d5aff0650923b6a6df8d543576f3…
JoeRobich Nov 20, 2024
2bad967
Update xamlTools versions to 17.13.35521.31
etvorun Nov 21, 2024
b01a744
Update xamlTools versions to 17.13.35521.31 (#7814)
JoeRobich Nov 21, 2024
eb8041d
Use the .NET runtime extension to find an appropriate .NET install (#…
dibarbet Nov 21, 2024
bb6ef11
Localization result of eb8041d0598430f96d516a1ccccba556ca4e88a3.
dotnet-bot Nov 21, 2024
603bd60
Localization result based on eb8041d0598430f96d516a1ccccba556ca4e88a3…
JoeRobich Nov 21, 2024
763fe14
Localization result of 603bd6051958a6e4200d1717a30a5c7187397146.
dotnet-bot Nov 24, 2024
89090e2
Localization result based on 603bd6051958a6e4200d1717a30a5c7187397146…
dibarbet Nov 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
id:
name: GitOps.PullRequestIssueManagement
description: GitOps.PullRequestIssueManagement primitive
owner:
resource: repository
disabled: false
where:
configuration:
resourceManagementConfiguration:

eventResponderTasks:

- description: Add "untriaged" label to issues when opened
triggerOnOwnActions: false
if:
- payloadType: Issues
- or:
- isAction:
action: Opened
then:
- addLabel:
label: untriaged

onFailure:
onSuccess:
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

- Diagnostics related feature requests and improvements [#5951](https://github.com/dotnet/vscode-csharp/issues/5951)
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
* Bump xamltools to 17.13.35521.31 (PR: [#7814](https://github.com/dotnet/vscode-csharp/pull/7814))

# 2.58.x
* Update Razor to 9.0.0-preview.24569.4 (PR: [#7805](https://github.com/dotnet/vscode-csharp/pull/7805))
* Allow logging level to be changed in rzls (#11228) (PR: [#11228](https://github.com/dotnet/razor/pull/11228))
* [Fuse] bind-Value:attribute support (#11214) (PR: [#11214](https://github.com/dotnet/razor/pull/11214))
* Handle skipped trivia in the C# tokenizer (#11207) (PR: [#11207](https://github.com/dotnet/razor/pull/11207))
* Add support for refreshing opened source generated files (PR: [#7791](https://github.com/dotnet/vscode-csharp/pull/7791))
* Update Roslyn to 4.13.0-2.24569.1 (PR: [#7791](https://github.com/dotnet/vscode-csharp/pull/7791))
* Support unbound generic types in 'nameof' operator. (PR: [#75368](https://github.com/dotnet/roslyn/pull/75368))
* Include list of processes that lock file in `can't write file` error message (PR: [#75946](https://github.com/dotnet/roslyn/pull/75946))
* Add server side support for refreshing source generated files (PR: [#75939](https://github.com/dotnet/roslyn/pull/75939))

# 2.57.x
* Update Razor to 9.0.0-preview.24565.1 (PR: [#7793])(https://github.com/dotnet/vscode-csharp/pull/7793)
Expand Down
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ pr:
- main
paths:
exclude:
- ./*.md
- ./*.md
- .github/*

# Run a scheduled build every night on main to run tests against insiders VSCode.
# The variable testVSCodeVersion is set to insiders based on the build reason.
Expand Down
7 changes: 4 additions & 3 deletions l10n/bundle.l10n.cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"For further information visit {0}": "Další informace najdete na {0}",
"For further information visit {0}.": "Další informace najdete na {0}.",
"For more information about the 'console' field, see {0}": "Další informace o poli „console“ najdete v tématu {0}",
"Generated document not found": "Generated document not found",
"Get the SDK": "Získat sadu SDK",
"Go to GitHub": "Přejít na GitHub",
"Go to output": "Přejít na výstup",
Expand All @@ -81,7 +82,6 @@
"Ignoring non-parseable lines in envFile {0}: {1}.": "Ignorování neanalyzovatelných řádků v souboru envFile {0}: {1}",
"IntelliCode features will not be available, {0} failed to activate.": "Funkce IntelliCode nebudou k dispozici, {0} se nepodařilo aktivovat.",
"Invalid project index": "Neplatný index projektu",
"Invalid razor.server.trace setting. Defaulting to '{0}'": "Invalid razor.server.trace setting. Návrat k výchozí hodnotě „{0}“",
"Is this a Bug or Feature request?": "Jde o chybu, nebo žádost o funkci?",
"Logs": "Protokoly",
"Machine information": "Informace o počítači",
Expand Down Expand Up @@ -131,7 +131,6 @@
"Report Razor Issue": "Nahlásit problém s Razorem",
"Report a Razor issue": "Nahlásit problém s Razorem",
"Required assets to build and debug are missing from '{0}'. Add them?": "V „{0}“ chybí požadované prostředky pro sestavení a ladění. Chcete je přidat?",
"Restart": "Restartovat",
"Restart Language Server": "Restartovat jazykový server",
"Restart server": "Restartovat server",
"Restore": "Obnovit",
Expand Down Expand Up @@ -168,6 +167,7 @@
"The active document is not part of the open workspace. Not all language features will be available.": "Aktivní dokument není součástí otevřeného pracovního prostoru. Nebudou k dispozici všechny jazykové funkce.",
"The selected launch configuration is configured to launch a web browser but no trusted development certificate was found. Create a trusted self-signed certificate?": "Vybraná konfigurace spuštění je nakonfigurovaná tak, aby spustila webový prohlížeč, ale nenašel se žádný důvěryhodný vývojový certifikát. Chcete vytvořit důvěryhodný certifikát podepsaný svým držitelem (self-signed certificate)?",
"The value '{0}' for 'targetArchitecture' in launch configuraiton is invalid. Expected 'x86_64' or 'arm64'.": "Hodnota {0} pro parametr targetArchitecture v konfiguraci spuštění je neplatná. Očekávala se hodnota x86_64 nebo arm64.",
"The {0} extension requires at least {1} of the .NET Install Tool ({2}) extension. Please update to continue": "The {0} extension requires at least {1} of the .NET Install Tool ({2}) extension. Please update to continue",
"There are unresolved dependencies. Please execute the restore command to continue.": "Existují nevyřešené závislosti. Pokud chcete pokračovat, spusťte prosím příkaz pro obnovení.",
"There was an unexpected error while launching your debugging session. Check the console for helpful logs and visit the debugging docs for more info.": "Při spouštění relace ladění došlo k neočekávané chybě. Pokud chcete získat více informací, podívejte se, jestli se v konzole nenacházejí užitečné protokoly, a projděte si dokumenty k ladění.",
"Token cancellation requested: {0}": "Požádáno o zrušení tokenu: {0}",
Expand All @@ -188,16 +188,17 @@
"Unexpected error when attaching to HTML preview window.": "Při připojování k oknu náhledu HTML došlo k neočekávané chybě.",
"Unexpected error when attaching to report Razor issue window.": "Při připojování k oknu pro nahlášení problémů s Razorem došlo k neočekávané chybě.",
"Unexpected message received from debugger.": "Z ladicího programu byla přijata neočekávaná zpráva.",
"Update and reload": "Update and reload",
"Use IntelliSense to find out which attributes exist for C# debugging": "Použití IntelliSense ke zjištění, které atributy existují pro ladění v jazyce C#",
"Use hover for the description of the existing attributes": "Popis existujících atributů zobrazíte najetím myší",
"VSCode version": "Verze VSCode",
"Version": "Verze",
"Version {0} of the .NET Install Tool ({1}) was not found, {2} will not activate.": "Version {0} of the .NET Install Tool ({1}) was not found, {2} will not activate.",
"View Debug Docs": "Zobrazit dokumenty k ladění",
"Virtual document file path": "Cesta k souboru virtuálního dokumentu",
"WARNING": "UPOZORNĚNÍ",
"Workspace information": "Informace o pracovním prostoru",
"Workspace projects": "Projekty pracovních prostorů",
"Would you like to restart the Razor Language Server to enable the Razor trace configuration change?": "Chcete restartovat jazykový server Razor, aby se projevila změna konfigurace trasování Razor?",
"Yes": "Ano",
"You must first start the data collection before copying.": "Před kopírováním je zapotřebí nejdříve spustit shromažďování dat.",
"You must first start the data collection before stopping.": "Před zastavením je zapotřebí nejdříve spustit shromažďování dat.",
Expand Down
7 changes: 4 additions & 3 deletions l10n/bundle.l10n.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"For further information visit {0}": "Weitere Informationen finden Sie unter {0}",
"For further information visit {0}.": "Weitere Informationen finden Sie unter {0}.",
"For more information about the 'console' field, see {0}": "Weitere Informationen zum Feld \"Konsole\" finden Sie unter {0}",
"Generated document not found": "Das generierte Dokument wurde nicht gefunden",
"Get the SDK": "SDK herunterladen",
"Go to GitHub": "Zu GitHub wechseln",
"Go to output": "Zur Ausgabe wechseln",
Expand All @@ -81,7 +82,6 @@
"Ignoring non-parseable lines in envFile {0}: {1}.": "Nicht parsebare Zeilen in envFile {0} werden ignoriert: {1}.",
"IntelliCode features will not be available, {0} failed to activate.": "IntelliCode-Funktionen sind nicht verfügbar, {0} konnte nicht aktiviert werden.",
"Invalid project index": "Ungültiger Projektindex",
"Invalid razor.server.trace setting. Defaulting to '{0}'": "Ungültige razor.server.trace-Einstellung. Standardmäßig wird \"{0}\" verwendet.",
"Is this a Bug or Feature request?": "Handelt es sich um einen Fehler oder eine Featureanforderung?",
"Logs": "Protokolle",
"Machine information": "Computerinformationen",
Expand Down Expand Up @@ -131,7 +131,6 @@
"Report Razor Issue": "Razor-Problem melden",
"Report a Razor issue": "Razor-Problem melden",
"Required assets to build and debug are missing from '{0}'. Add them?": "Erforderliche Ressourcen zum Erstellen und Debuggen fehlen in \"{0}\". Sie hinzufügen?",
"Restart": "Neu starten",
"Restart Language Server": "Sprachserver neu starten",
"Restart server": "Server neu starten",
"Restore": "Wiederherstellen",
Expand Down Expand Up @@ -168,6 +167,7 @@
"The active document is not part of the open workspace. Not all language features will be available.": "Das aktive Dokument ist nicht Teil des geöffneten Arbeitsbereichs. Nicht alle Sprachfeatures sind verfügbar.",
"The selected launch configuration is configured to launch a web browser but no trusted development certificate was found. Create a trusted self-signed certificate?": "Die ausgewählte Startkonfiguration ist so konfiguriert, dass ein Webbrowser gestartet wird, es wurde jedoch kein vertrauenswürdiges Entwicklungszertifikat gefunden. Vertrauenswürdiges selbstsigniertes Zertifikat erstellen?",
"The value '{0}' for 'targetArchitecture' in launch configuraiton is invalid. Expected 'x86_64' or 'arm64'.": "Der Wert \"{0}\" für \"targetArchitecture\" in der Startkonfiguration ist ungültig. \"x86_64\" oder \"arm64\" wurde erwartet.",
"The {0} extension requires at least {1} of the .NET Install Tool ({2}) extension. Please update to continue": "Für die Erweiterung {0} ist mindestens {1} der Erweiterung „.NET-Installationstool“ ({2}) erforderlich. Führen Sie eine Aktualisierung durch, um fortzufahren",
"There are unresolved dependencies. Please execute the restore command to continue.": "Es sind nicht aufgelöste Abhängigkeiten vorhanden. Führen Sie den Wiederherstellungsbefehl aus, um den Vorgang fortzusetzen.",
"There was an unexpected error while launching your debugging session. Check the console for helpful logs and visit the debugging docs for more info.": "Unerwarteter Fehler beim Starten der Debugsitzung. Überprüfen Sie die Konsole auf hilfreiche Protokolle, und besuchen Sie die Debugdokumentation, um weitere Informationen zu erhalten.",
"Token cancellation requested: {0}": "Tokenabbruch angefordert: {0}",
Expand All @@ -188,16 +188,17 @@
"Unexpected error when attaching to HTML preview window.": "Unerwarteter Fehler beim Anfügen an das HTML-Vorschaufenster.",
"Unexpected error when attaching to report Razor issue window.": "Unerwarteter Fehler beim Anfügen an das Fenster \"Razor-Problem melden\"",
"Unexpected message received from debugger.": "Unerwartete Nachricht vom Debugger empfangen.",
"Update and reload": "Aktualisieren und neu laden",
"Use IntelliSense to find out which attributes exist for C# debugging": "IntelliSense verwenden, um herauszufinden, welche Attribute für das C#-Debuggen vorhanden sind",
"Use hover for the description of the existing attributes": "Hover für die Beschreibung der vorhandenen Attribute verwenden",
"VSCode version": "VSCode-Version",
"Version": "Version",
"Version {0} of the .NET Install Tool ({1}) was not found, {2} will not activate.": "Version {0} des .NET-Installationstools ({1}) wurde nicht gefunden, {2} wird nicht aktiviert.",
"View Debug Docs": "Debug-Dokumentation anzeigen",
"Virtual document file path": "Pfad der virtuellen Dokumentdatei",
"WARNING": "WARNUNG",
"Workspace information": "Arbeitsbereichsinformationen",
"Workspace projects": "Arbeitsbereichsprojekte",
"Would you like to restart the Razor Language Server to enable the Razor trace configuration change?": "Möchten Sie den Razor-Sprachserver neu starten, um die Razor-Ablaufverfolgungskonfigurationsänderung zu aktivieren?",
"Yes": "Ja",
"You must first start the data collection before copying.": "Sie müssen die Datensammlung vor dem Kopieren starten.",
"You must first start the data collection before stopping.": "Sie müssen zuerst die Datensammlung starten, bevor Sie sie beenden.",
Expand Down
7 changes: 4 additions & 3 deletions l10n/bundle.l10n.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"For further information visit {0}": "Para obtener más información, visite {0}",
"For further information visit {0}.": "Para obtener más información, visite {0}.",
"For more information about the 'console' field, see {0}": "Para obtener más información sobre el campo \"consola\", consulte {0}",
"Generated document not found": "Generated document not found",
"Get the SDK": "Obtención del SDK",
"Go to GitHub": "Ir a GitHub",
"Go to output": "Ir a la salida",
Expand All @@ -81,7 +82,6 @@
"Ignoring non-parseable lines in envFile {0}: {1}.": "Se omitirán las líneas de envFile {0}: {1} que no se puedan analizar.",
"IntelliCode features will not be available, {0} failed to activate.": "Las características de IntelliCode no estarán disponibles, {0} no se pudieron activar.",
"Invalid project index": "Índice de proyecto no válido",
"Invalid razor.server.trace setting. Defaulting to '{0}'": "Configuración razor.server.trace no válida. El valor predeterminado pasa a ser \"{0}\"",
"Is this a Bug or Feature request?": "¿Se trata de una solicitud de error o característica?",
"Logs": "Registros",
"Machine information": "Información del equipo",
Expand Down Expand Up @@ -131,7 +131,6 @@
"Report Razor Issue": "Notificar problema de Razor",
"Report a Razor issue": "Notificar un problema de Razor",
"Required assets to build and debug are missing from '{0}'. Add them?": "Faltan los recursos en '{0}' necesarios para compilar y depurar. ¿Quiere agregarlos?",
"Restart": "Reiniciar",
"Restart Language Server": "Reiniciar servidor de lenguaje",
"Restart server": "Reiniciar servidor",
"Restore": "Restaurar",
Expand Down Expand Up @@ -168,6 +167,7 @@
"The active document is not part of the open workspace. Not all language features will be available.": "El documento activo no forma parte del área de trabajo abierta. No todas las características de lenguaje estarán disponibles.",
"The selected launch configuration is configured to launch a web browser but no trusted development certificate was found. Create a trusted self-signed certificate?": "La configuración de inicio seleccionada está configurada para iniciar un explorador web, pero no se encontró ningún certificado de desarrollo de confianza. ¿Desea crear un certificado autofirmado de confianza?",
"The value '{0}' for 'targetArchitecture' in launch configuraiton is invalid. Expected 'x86_64' or 'arm64'.": "El valor “{0}” para “targetArchitecture” en la configuración de inicio no es válido. El valor que se esperaba es “x86_64” o “arm64”.",
"The {0} extension requires at least {1} of the .NET Install Tool ({2}) extension. Please update to continue": "The {0} extension requires at least {1} of the .NET Install Tool ({2}) extension. Please update to continue",
"There are unresolved dependencies. Please execute the restore command to continue.": "Hay dependencias sin resolver. Ejecute el comando de restauración para continuar.",
"There was an unexpected error while launching your debugging session. Check the console for helpful logs and visit the debugging docs for more info.": "Error inesperado al iniciar la sesión de depuración. Compruebe si hay registros útiles en la consola y visite los documentos de depuración para obtener más información.",
"Token cancellation requested: {0}": "Cancelación de token solicitada: {0}",
Expand All @@ -188,16 +188,17 @@
"Unexpected error when attaching to HTML preview window.": "Error inesperado al adjuntar a la ventana de vista previa HTML.",
"Unexpected error when attaching to report Razor issue window.": "Error inesperado al adjuntar a la ventana de problemas de Razor de informe.",
"Unexpected message received from debugger.": "Se ha recibido un mensaje del depurador inesperado.",
"Update and reload": "Update and reload",
"Use IntelliSense to find out which attributes exist for C# debugging": "Use IntelliSense para averiguar qué atributos existen para la depuración de C#.",
"Use hover for the description of the existing attributes": "Usar el puntero por encima para la descripción de los atributos existentes",
"VSCode version": "Versión de VSCode",
"Version": "Versión",
"Version {0} of the .NET Install Tool ({1}) was not found, {2} will not activate.": "Version {0} of the .NET Install Tool ({1}) was not found, {2} will not activate.",
"View Debug Docs": "Ver documentos de depuración",
"Virtual document file path": "Ruta de archivo del documento virtual",
"WARNING": "ADVERTENCIA",
"Workspace information": "Ver información del área de trabajo",
"Workspace projects": "Proyectos de área de trabajo",
"Would you like to restart the Razor Language Server to enable the Razor trace configuration change?": "¿Desea reiniciar el servidor de lenguaje Razor para habilitar el cambio de configuración de seguimiento de Razor?",
"Yes": "Sí",
"You must first start the data collection before copying.": "Primero debe iniciar la recopilación de datos antes de copiar.",
"You must first start the data collection before stopping.": "Primero debe iniciar la recopilación de datos antes de detenerse.",
Expand Down
Loading
Loading