Skip to content

Commit

Permalink
Merge pull request #7705 from davidwengier/DualInsertion
Browse files Browse the repository at this point in the history
Bump Razor and Roslyn
  • Loading branch information
davidwengier authored Oct 30, 2024
2 parents e426224 + 2e4ebf8 commit 23105d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)

# 2.55.x
* Update Roslyn to 4.13.0-2.24529.3 (PR: [#7705](https://github.com/dotnet/vscode-csharp/pull/7705))
* Update Razor to 9.0.0-preview.24528.3 (PR: [#7705](https://github.com/dotnet/vscode-csharp/pull/7705))
* Update project configuration from Roslyn info (#11092) (PR: [#11092](https://github.com/dotnet/razor/pull/11092))
* Reduce the amount of telemetry emitted (#11094) (PR: [#11094](https://github.com/dotnet/razor/pull/11094))
* Remove tooling MvcShims (#11088) (PR: [#11088](https://github.com/dotnet/razor/pull/11088))
* Switch to new log output window API and remove `dotnet.server.trace` (PR: [#7688](https://github.com/dotnet/vscode-csharp/pull/7688))
* Update Roslyn to 4.13.0-1.24528.3 (PR: [#7688](https://github.com/dotnet/vscode-csharp/pull/7688))
* Fix crash when 'add await' analyzers binding expressions (PR: [#75644](https://github.com/dotnet/roslyn/pull/75644))
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
}
},
"defaults": {
"roslyn": "4.13.0-1.24528.3",
"roslyn": "4.13.0-2.24529.3",
"omniSharp": "1.39.11",
"razor": "9.0.0-preview.24524.4",
"razor": "9.0.0-preview.24528.3",
"razorOmnisharp": "7.0.0-preview.23363.1",
"xamlTools": "17.13.35429.30"
},
Expand Down Expand Up @@ -5587,4 +5587,4 @@
}
}
}
}
}

0 comments on commit 23105d1

Please sign in to comment.