Skip to content

Commit 81f6fb5

Browse files
authored
Update roslyn to 5.8.0-1.26267.2 (#9321)
2 parents 887a443 + 67e0d15 commit 81f6fb5

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

.github/skills/update-roslyn-version/SKILL.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ This will output a list of PRs in the format needed for the changelog:
158158
* <PR title> (PR: [#<number>](https://github.com/dotnet/roslyn/pull/<number>))
159159
```
160160

161+
Keep the raw output from `roslyn-tools pr-finder`; you'll use it unchanged in the pull request description in Step 10.
162+
161163
### Step 7: Update CHANGELOG.md
162164

163165
Add an entry to `CHANGELOG.md` under the current version section (e.g., `# 2.121.x`):
@@ -174,7 +176,7 @@ Note: Leave the PR number blank initially (just `[#]`) - it will be updated afte
174176

175177
### Step 8: Filter Changelog Entries
176178

177-
Review the changelog entries and remove any PRs that obviously don't affect VS Code. Remove entries that are:
179+
Review the changelog entries in `CHANGELOG.md` and remove any PRs that obviously don't affect VS Code. Remove entries that are:
178180

179181
- **Infrastructure/Build changes**: CI/CD pipelines, build scripts, Azure DevOps configurations
180182
- **Visual Studio-only changes**: Features or fixes specific to Visual Studio IDE (not VS Code)
@@ -203,6 +205,7 @@ git push -u origin update/roslyn-<version>
203205
Create a pull request on GitHub:
204206
- Title: `Update roslyn to <new-version>`
205207
- Base: `main`
208+
- Description/body: the raw, unfiltered output from `roslyn-tools pr-finder` in Step 6, including the compare link and full PR list exactly as produced by the tool. Do not apply the Step 8 changelog filtering to the PR description.
206209

207210
### Step 11: Update Changelog with PR Number
208211

CHANGELOG.md

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

66
# 2.143.x
7+
* Update Roslyn to 5.8.0-1.26267.2 (PR: [#9321](https://github.com/dotnet/vscode-csharp/pull/9321))
8+
* Fix racecondition on UnsuedDirectiveCache.Set (PR: [#83693](https://github.com/dotnet/roslyn/pull/83693))
9+
* Fix single line script tag formatting (PR: [#83721](https://github.com/dotnet/roslyn/pull/83721))
10+
* Implement type hierarchy LSP methods in Razor (PR: [#83637](https://github.com/dotnet/roslyn/pull/83637))
11+
* Razor support for Implement Interface (PR: [#83636](https://github.com/dotnet/roslyn/pull/83636))
12+
* Razor support for Implement Abstract Class (PR: [#83638](https://github.com/dotnet/roslyn/pull/83638))
13+
* feat(LSP): add IsOptionServiceAvailable opt-in for CodeActionWithOptions filtering (PR: [#83650](https://github.com/dotnet/roslyn/pull/83650))
714

815
# 2.142.x
916
* Update Roslyn to 5.8.0-1.26262.9 (PR: [#9293](https://github.com/dotnet/vscode-csharp/pull/9293))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"workspace"
4141
],
4242
"defaults": {
43-
"roslyn": "5.8.0-1.26262.10",
43+
"roslyn": "5.8.0-1.26267.2",
4444
"omniSharp": "1.39.14",
4545
"razorOmnisharp": "7.0.0-preview.23363.1",
4646
"xamlTools": "18.7.11727.258"

0 commit comments

Comments
 (0)