Skip to content

Commit fecf024

Browse files
authored
Update Razor to 7.0.0-preview.23224.3 (#5660)
1 parent 5519a48 commit fecf024

File tree

4 files changed

+28
-20
lines changed

4 files changed

+28
-20
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
* Renaming symbol fails within a file that had recently been renamed without saving changes.
1313
* As a workaround, make an edit within the file before using Rename Symbol.
1414

15+
## 1.25.7
16+
* Update Razor to 7.0.0-preview.23224.3 (PR: [#5660](https://github.com/OmniSharp/omnisharp-vscode/pull/5660))
17+
* Fix issue with Razor diagnostics (PR: [#8622](https://github.com/dotnet/razor/pull/8622))
18+
1519
## 1.25.6
1620
* Update Razor to 7.0.0-preview.23213.4 (PR: [#5655](https://github.com/OmniSharp/omnisharp-vscode/pull/5655))
1721
* Fix serialization issue with project.razor.json files (PR: [#8489](https://github.com/dotnet/razor/pull/8489))

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ If you still need Unity or .NET Framework support, you can set `omnisharp.useMod
3131

3232
See issue [#5120](https://github.com/OmniSharp/omnisharp-vscode/issues/5120) for more details.
3333

34+
## What's new in 1.25.7
35+
* Update Razor to 7.0.0-preview.23224.3 (PR: [#5660](https://github.com/OmniSharp/omnisharp-vscode/pull/5660))
36+
* Fix issue with Razor diagnostics (PR: [#8622](https://github.com/dotnet/razor/pull/8622))
37+
3438
## What's new in 1.25.6
3539
* Update Razor to 7.0.0-preview.23213.4 (PR: [#5655](https://github.com/OmniSharp/omnisharp-vscode/pull/5655))
3640
* Fix serialization issue with project.razor.json files (PR: [#8489](https://github.com/dotnet/razor/pull/8489))

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-dotnettools",
4-
"version": "1.25.6",
4+
"version": "1.25.7",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",
@@ -36,7 +36,7 @@
3636
},
3737
"defaults": {
3838
"omniSharp": "1.39.6",
39-
"razor": "7.0.0-preview.23213.4"
39+
"razor": "7.0.0-preview.23224.3"
4040
},
4141
"main": "./dist/extension",
4242
"scripts": {
@@ -67,7 +67,7 @@
6767
"http-proxy-agent": "4.0.1",
6868
"https-proxy-agent": "5.0.0",
6969
"jsonc-parser": "3.0.0",
70-
"microsoft.aspnetcore.razor.vscode": "https://download.visualstudio.microsoft.com/download/pr/fcce87ef-b85b-49ea-a170-224a16d3adf8/05b01ae7024ca0a4d598bbfc41fec3a6/microsoft.aspnetcore.razor.vscode-7.0.0-preview.23213.4.tgz",
70+
"microsoft.aspnetcore.razor.vscode": "https://download.visualstudio.microsoft.com/download/pr/487e1273-1db6-4190-9433-6eed9a97f737/e61238b0a454ccc1af73f3971e3c8bfd/microsoft.aspnetcore.razor.vscode-7.0.0-preview.23224.3.tgz",
7171
"node-machine-id": "1.1.12",
7272
"request-light": "0.4.0",
7373
"rxjs": "6.6.7",
@@ -523,7 +523,7 @@
523523
{
524524
"id": "Razor",
525525
"description": "Razor Language Server (Windows / x64)",
526-
"url": "https://download.visualstudio.microsoft.com/download/pr/fcce87ef-b85b-49ea-a170-224a16d3adf8/a368d4444763afba5e81363e3c9b239e/razorlanguageserver-win-x64-7.0.0-preview.23213.4.zip",
526+
"url": "https://download.visualstudio.microsoft.com/download/pr/487e1273-1db6-4190-9433-6eed9a97f737/3f3ea3269d1c7a7c9504e291c17f8c4f/razorlanguageserver-win-x64-7.0.0-preview.23224.3.zip",
527527
"installPath": ".razor",
528528
"platforms": [
529529
"win32"
@@ -535,7 +535,7 @@
535535
{
536536
"id": "Razor",
537537
"description": "Razor Language Server (Windows / x86)",
538-
"url": "https://download.visualstudio.microsoft.com/download/pr/fcce87ef-b85b-49ea-a170-224a16d3adf8/9d09bf6a13e1d7916224d47ec30e3c1d/razorlanguageserver-win-x86-7.0.0-preview.23213.4.zip",
538+
"url": "https://download.visualstudio.microsoft.com/download/pr/487e1273-1db6-4190-9433-6eed9a97f737/a47688bbc5d0816e365df7e0912aac60/razorlanguageserver-win-x86-7.0.0-preview.23224.3.zip",
539539
"installPath": ".razor",
540540
"platforms": [
541541
"win32"
@@ -547,7 +547,7 @@
547547
{
548548
"id": "Razor",
549549
"description": "Razor Language Server (Windows / ARM64)",
550-
"url": "https://download.visualstudio.microsoft.com/download/pr/fcce87ef-b85b-49ea-a170-224a16d3adf8/7401a409ea05f47df3121ad3c2d9f3a5/razorlanguageserver-win-arm64-7.0.0-preview.23213.4.zip",
550+
"url": "https://download.visualstudio.microsoft.com/download/pr/487e1273-1db6-4190-9433-6eed9a97f737/11af119b4d7106040686e8aaff8a94f6/razorlanguageserver-win-arm64-7.0.0-preview.23224.3.zip",
551551
"installPath": ".razor",
552552
"platforms": [
553553
"win32"
@@ -559,7 +559,7 @@
559559
{
560560
"id": "Razor",
561561
"description": "Razor Language Server (Linux / x64)",
562-
"url": "https://download.visualstudio.microsoft.com/download/pr/fcce87ef-b85b-49ea-a170-224a16d3adf8/b687229a6d2fda8f755adeb97face1d0/razorlanguageserver-linux-x64-7.0.0-preview.23213.4.zip",
562+
"url": "https://download.visualstudio.microsoft.com/download/pr/487e1273-1db6-4190-9433-6eed9a97f737/d8c26ff6e2b92f32803d26c625961575/razorlanguageserver-linux-x64-7.0.0-preview.23224.3.zip",
563563
"installPath": ".razor",
564564
"platforms": [
565565
"linux"
@@ -574,7 +574,7 @@
574574
{
575575
"id": "Razor",
576576
"description": "Razor Language Server (Linux ARM64)",
577-
"url": "https://download.visualstudio.microsoft.com/download/pr/fcce87ef-b85b-49ea-a170-224a16d3adf8/964e07fb63623f18a26b441d15789f9a/razorlanguageserver-linux-arm64-7.0.0-preview.23213.4.zip",
577+
"url": "https://download.visualstudio.microsoft.com/download/pr/487e1273-1db6-4190-9433-6eed9a97f737/2dd92fb32b14c0e7c13424765a204c36/razorlanguageserver-linux-arm64-7.0.0-preview.23224.3.zip",
578578
"installPath": ".razor",
579579
"platforms": [
580580
"linux"
@@ -589,7 +589,7 @@
589589
{
590590
"id": "Razor",
591591
"description": "Razor Language Server (Linux musl / x64)",
592-
"url": "https://download.visualstudio.microsoft.com/download/pr/fcce87ef-b85b-49ea-a170-224a16d3adf8/63ff71fe6d5c9026686a1016021bb8e2/razorlanguageserver-linux-musl-x64-7.0.0-preview.23213.4.zip",
592+
"url": "https://download.visualstudio.microsoft.com/download/pr/487e1273-1db6-4190-9433-6eed9a97f737/2998eea9598f0dd177aedaf529a3e8b9/razorlanguageserver-linux-musl-x64-7.0.0-preview.23224.3.zip",
593593
"installPath": ".razor",
594594
"platforms": [
595595
"linux-musl"
@@ -604,7 +604,7 @@
604604
{
605605
"id": "Razor",
606606
"description": "Razor Language Server (Linux musl ARM64)",
607-
"url": "https://download.visualstudio.microsoft.com/download/pr/fcce87ef-b85b-49ea-a170-224a16d3adf8/288523db8ea791b51d181b2cbd7a1ab4/razorlanguageserver-linux-musl-arm64-7.0.0-preview.23213.4.zip",
607+
"url": "https://download.visualstudio.microsoft.com/download/pr/487e1273-1db6-4190-9433-6eed9a97f737/6da812e338088f2271a54139a30ed84b/razorlanguageserver-linux-musl-arm64-7.0.0-preview.23224.3.zip",
608608
"installPath": ".razor",
609609
"platforms": [
610610
"linux-musl"
@@ -619,7 +619,7 @@
619619
{
620620
"id": "Razor",
621621
"description": "Razor Language Server (macOS / x64)",
622-
"url": "https://download.visualstudio.microsoft.com/download/pr/fcce87ef-b85b-49ea-a170-224a16d3adf8/7ca3240031d763799b1094b34084c2d7/razorlanguageserver-osx-x64-7.0.0-preview.23213.4.zip",
622+
"url": "https://download.visualstudio.microsoft.com/download/pr/487e1273-1db6-4190-9433-6eed9a97f737/1064a35426c56aa84486ba1213f74253/razorlanguageserver-osx-x64-7.0.0-preview.23224.3.zip",
623623
"installPath": ".razor",
624624
"platforms": [
625625
"darwin"
@@ -634,7 +634,7 @@
634634
{
635635
"id": "Razor",
636636
"description": "Razor Language Server (macOS ARM64)",
637-
"url": "https://download.visualstudio.microsoft.com/download/pr/fcce87ef-b85b-49ea-a170-224a16d3adf8/e2676fe2842da8ad36b8b8a1401b27cd/razorlanguageserver-osx-arm64-7.0.0-preview.23213.4.zip",
637+
"url": "https://download.visualstudio.microsoft.com/download/pr/487e1273-1db6-4190-9433-6eed9a97f737/e28194542ede37663eab38dcf5f3bfc5/razorlanguageserver-osx-arm64-7.0.0-preview.23224.3.zip",
638638
"installPath": ".razor",
639639
"platforms": [
640640
"darwin"

0 commit comments

Comments
 (0)