Skip to content

Commit e314b72

Browse files
committed
Bump Razor, Roslyn and update changelog
1 parent a311835 commit e314b72

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

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

66
# 2.77.x
7+
* Bump Razor to 10.0.0-preview.25255.4 (PR: [#8249](https://github.com/dotnet/vscode-csharp/pull/8249))
8+
* Port remaining cohosting endpoints to VS Code (#11815) (PR: [#11815](https://github.com/dotnet/razor/pull/11815))
9+
* Fix cohost semantic tokens in VS Code (#11816) (PR: [#11816](https://github.com/dotnet/razor/pull/11816))
10+
* Fix some hardcoded values in cohosting (#11817) (PR: [#11817](https://github.com/dotnet/razor/pull/11817))
11+
* Add new shared SelectXXXAsArray helpers (#11796) (PR: [#11796](https://github.com/dotnet/razor/pull/11796))
12+
* Bump Roslyn to 5.0.0-1.25255.4 (PR: [#8249](https://github.com/dotnet/vscode-csharp/pull/8249))
13+
* Move RestoreUseStaticGraphEvaluation setting inside repo (#78429) (PR: [#78429](https://github.com/dotnet/roslyn/pull/78429))
14+
* Adjust LocalBinderFactory.VisitInvocationExpression to handle attributes on extension parameter (#78399) (PR: [#78399](https://github.com/dotnet/roslyn/pull/78399))
15+
* Exclude EditorFeatures from rebuild check (#78437) (PR: [#78437](https://github.com/dotnet/roslyn/pull/78437))
16+
* Ensure hover markdown for supported platforms uses non-breaking spaces for indentation (#78405) (PR: [#78405](https://github.com/dotnet/roslyn/pull/78405))
17+
* Change O(n) + O(lg n) search in SolutionState.SortedProjectStates to just O(lg n) (#78427) (PR: [#78427](https://github.com/dotnet/roslyn/pull/78427))
18+
* Fix syntax tree creation when modifying source generated documents (#78343) (PR: [#78343](https://github.com/dotnet/roslyn/pull/78343))
19+
* Revert back to scouting queue (#78424) (PR: [#78424](https://github.com/dotnet/roslyn/pull/78424))
20+
* Precursor work to merge EditorFeatures.WPF into EditorFeatures. (#78308) (PR: [#78308](https://github.com/dotnet/roslyn/pull/78308))
21+
* Implement workaround for missing ValueTuple in remote debugger (#78393) (PR: [#78393](https://github.com/dotnet/roslyn/pull/78393))
722

823
# 2.76.x
924
* Bump Razor to 10.0.0-preview.25252.1 (PR: [#8239](https://github.com/dotnet/vscode-csharp/pull/8239))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"workspace"
4141
],
4242
"defaults": {
43-
"roslyn": "5.0.0-1.25252.3",
43+
"roslyn": "5.0.0-1.25255.4",
4444
"omniSharp": "1.39.12",
45-
"razor": "10.0.0-preview.25252.1",
45+
"razor": "10.0.0-preview.25255.4",
4646
"razorOmnisharp": "7.0.0-preview.23363.1",
4747
"xamlTools": "17.14.36010.33"
4848
},

0 commit comments

Comments
 (0)