Skip to content

Commit 767a940

Browse files
authored
Merge pull request #7292 from dibarbet/merge_prerelease
Merge prerelease into release
2 parents b3db862 + a01b7e0 commit 767a940

35 files changed

+61
-805
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ out
1212
.razor/
1313
.razoromnisharp/
1414
.razortelemetry/
15+
.razorDevKit/
1516
.vscode-test/
1617
dist/
1718
*.razor.json

.vscodeignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
!.roslynDevKit/**
66
!.omnisharp/**
77
!.razor/**
8+
!.razorDevKit/**
89
!.razoromnisharp/**
9-
!.razortelemetry/**
1010
.rpt2_cache/**
1111
.github/**
1212
.vscode/**

CHANGELOG.md

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

66
# Latest
7+
* Update Razor to 9.0.0-preview.24325.5 (PR: [#7277](https://github.com/dotnet/vscode-csharp/pull/7277))
8+
* Fix completion commit characters (PR: [#10533](https://github.com/dotnet/razor/pull/10533))
9+
* Add back roll foward to rzls (PR: [#10530](https://github.com/dotnet/razor/pull/10530))
10+
* Don't show misc files project in hover info (PR: [#10503](https://github.com/dotnet/razor/pull/10503))
11+
* Fold C# statement keyword blocks (PR: [#10496](https://github.com/dotnet/razor/pull/10496))
12+
* Update Roslyn to 4.11.0-3.24320.2 (PR: [#7257](https://github.com/dotnet/vscode-csharp/pull/7257))
13+
* Add brokered service for Hot Reload in VS Code: GenericHotReloadAgentManagerService (PR: [#74029](https://github.com/dotnet/roslyn/pull/74029))
14+
* Bump razor to include fix for project serialization (PR: [#74021](https://github.com/dotnet/roslyn/pull/74021))
15+
* Fix find refs doing too much work lookign for types that had an alias to them in one file. (PR: [#74015](https://github.com/dotnet/roslyn/pull/74015))
16+
* Ensure source generated documents are up-to-date before analyzing EnC changes (PR: [#73989](https://github.com/dotnet/roslyn/pull/73989))
17+
* Fix project configuration telemetry for legacy csproj projects (PR: [#73995](https://github.com/dotnet/roslyn/pull/73995))
18+
* Throw when there is a syntax version mismatch in codelens (PR: [#73902](https://github.com/dotnet/roslyn/pull/73902))
19+
* Remove runtime download of Razor telemetry pkg (PR: [#7236](https://github.com/dotnet/vscode-csharp/pull/7236))
20+
* Remove legacy project.json support (PR: [#7244](https://github.com/dotnet/vscode-csharp/pull/7244))
21+
* Update xamlTools to 17.11.35021.135
22+
* Trigger full page MAUI XAML Hot Reload when clicking the Hot Reload icon, matching VS Windows
23+
* Fix "Ambiguous reference" in HotReloadMobileTapInitializer (Issue: [#1204](https://github.com/microsoft/vscode-dotnettools/issues/1204))
24+
* Give descriptive error if using Hot Reload with Android on pre .NET8, saying to update .NET
25+
26+
# 2.35.15
727
* Improve reliability of documentation comment auto insertion (PR: [#7230](https://github.com/dotnet/vscode-csharp/pull/7230))
828
* Update Roslyn to 4.11.0-3.24313.9 (PR: [#7234](https://github.com/dotnet/vscode-csharp/pull/7234))
929
* Fix issue serializing exceptions (PR: [#73851](https://github.com/dotnet/roslyn/pull/73851))

l10n/bundle.l10n.cs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"Do not load any": "Nic nenačítat",
4242
"Does not contain .NET Core projects.": "Neobsahuje projekty .NET Core.",
4343
"Don't Ask Again": "Příště už se neptat",
44-
"Downloading Razor Telemetry Package": "Stahuje se balíček telemetrie Razor.",
4544
"Enable launching a web browser when ASP.NET Core starts. For more information: {0}": "Povolit spuštění webového prohlížeče při spuštění ASP.NET Core. Další informace: {0}",
4645
"Error Message: ": "Chybová zpráva: ",
4746
"Expand": "Rozbalit",

l10n/bundle.l10n.de.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"Do not load any": "Keine laden",
4242
"Does not contain .NET Core projects.": "Enthält keine .NET Core-Projekte.",
4343
"Don't Ask Again": "Nicht mehr fragen",
44-
"Downloading Razor Telemetry Package": "Razor-Telemetriepaket wird heruntergeladen",
4544
"Enable launching a web browser when ASP.NET Core starts. For more information: {0}": "Aktivieren Sie das Starten eines Webbrowsers, wenn ASP.NET Core gestartet wird. Weitere Informationen: {0}",
4645
"Error Message: ": "Fehlermeldung: ",
4746
"Expand": "Erweitern",

l10n/bundle.l10n.es.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"Do not load any": "No cargar ninguno",
4242
"Does not contain .NET Core projects.": "No contiene proyectos de .NET Core.",
4343
"Don't Ask Again": "No volver a preguntar",
44-
"Downloading Razor Telemetry Package": "Descarga del paquete de telemetría Razor",
4544
"Enable launching a web browser when ASP.NET Core starts. For more information: {0}": "Habilite el inicio de un explorador web cuando se inicie ASP.NET Core. Para obtener más información: {0}",
4645
"Error Message: ": "Mensaje de error: ",
4746
"Expand": "Expandir",

l10n/bundle.l10n.fr.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"Do not load any": "Ne charger aucun",
4242
"Does not contain .NET Core projects.": "Ne contient pas de projets .NET Core.",
4343
"Don't Ask Again": "Ne plus me poser la question",
44-
"Downloading Razor Telemetry Package": "Téléchargement du package de télémétrie Razor",
4544
"Enable launching a web browser when ASP.NET Core starts. For more information: {0}": "Activez le lancement d’un navigateur web au démarrage de ASP.NET Core. Pour plus d’informations : {0}",
4645
"Error Message: ": "Message d'erreur : ",
4746
"Expand": "Développer",

l10n/bundle.l10n.it.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"Do not load any": "Non caricare",
4242
"Does not contain .NET Core projects.": "Non contiene progetti .NET Core.",
4343
"Don't Ask Again": "Non chiedere più",
44-
"Downloading Razor Telemetry Package": "Download del pacchetto di telemetria Razor",
4544
"Enable launching a web browser when ASP.NET Core starts. For more information: {0}": "Abilita l'avvio di un Web browser all'avvio di ASP.NET Core. Per ulteriori informazioni: {0}",
4645
"Error Message: ": "Messaggio di errore: ",
4746
"Expand": "Espandi",

l10n/bundle.l10n.ja.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"Do not load any": "何も読み込まない",
4242
"Does not contain .NET Core projects.": ".NET Core プロジェクトが含まれていません。",
4343
"Don't Ask Again": "今後このメッセージを表示しない",
44-
"Downloading Razor Telemetry Package": "Razor テレメトリ パッケージのダウンロード",
4544
"Enable launching a web browser when ASP.NET Core starts. For more information: {0}": "ASP.NET Core の起動時に Web ブラウザーの起動を有効にします。詳細については、次を参照してください: {0}",
4645
"Error Message: ": "エラー メッセージ: ",
4746
"Expand": "展開する",

l10n/bundle.l10n.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"Replace existing build and debug assets?": "Replace existing build and debug assets?",
4545
"Could not locate .NET Core project in '{0}'. Assets were not generated.": "Could not locate .NET Core project in '{0}'. Assets were not generated.",
4646
"Unable to generate assets to build and debug. {0}.": "Unable to generate assets to build and debug. {0}.",
47-
"Downloading Razor Telemetry Package": "Downloading Razor Telemetry Package",
4847
"Cannot load Razor language server because the directory was not found: '{0}'": "Cannot load Razor language server because the directory was not found: '{0}'",
4948
"Could not find '{0}' in or above '{1}'.": "Could not find '{0}' in or above '{1}'.",
5049
"Invalid razor.server.trace setting. Defaulting to '{0}'": "Invalid razor.server.trace setting. Defaulting to '{0}'",

0 commit comments

Comments
 (0)