Skip to content

Commit cb86071

Browse files
author
Andrew Hall
authored
Merge pull request #7618 from ryzngard/bump_versions
Dual Insert Roslyn + Razor
2 parents 6cb3178 + 700c196 commit cb86071

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
# Latest
7+
* Update Razor to 9.0.0-preview.24480.1 (PR: [#7618](https://github.com/dotnet/vscode-csharp/pull/7618))
8+
* Fuse fix usings (PR: [#10925](https://github.com/dotnet/razor/pull/10925))
9+
* Fuse incorrect page directives (PR: [#10907](https://github.com/dotnet/razor/pull/10907))
10+
* Calculate SuppressAddComponentParameter in tooling (PR: [#10763](https://github.com/dotnet/razor/pull/10763))
11+
* Fix some `AssumeNotNull` assumptions (PR: [#10901](https://github.com/dotnet/razor/pull/10901))
12+
* Fixing HTML attribute commit (PR: [#10897](https://github.com/dotnet/razor/pull/10897))
13+
* Fix `FormattingContext` disposal (PR: [#10887](https://github.com/dotnet/razor/pull/10887))
14+
* Fix #10891 - Formatting does not respect indentation within Razor comment blocks (PR: [#10893](https://github.com/dotnet/razor/pull/10893))
15+
616
# 2.50.x
717
* Update Roslyn to 4.13.0-1.24477.2 (PR: [#<>](https://github.com/dotnet/vscode-csharp/pull/<>))
818
* Use MSBuild globs to determine which file changes are relevant (PR: [#75139](https://github.com/dotnet/roslyn/pull/75139))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
}
3838
},
3939
"defaults": {
40-
"roslyn": "4.13.0-1.24477.2",
40+
"roslyn": "4.13.0-1.24501.3",
4141
"omniSharp": "1.39.11",
42-
"razor": "9.0.0-preview.24467.1",
42+
"razor": "9.0.0-preview.24480.1",
4343
"razorOmnisharp": "7.0.0-preview.23363.1",
4444
"xamlTools": "17.12.35326.17"
4545
},

0 commit comments

Comments
 (0)