Skip to content

Commit

Permalink
Update Roslyn version to 4.11.0-1.24225.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dibarbet committed Apr 25, 2024
1 parent 0edbb37 commit 76d5897
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)

# Latest
* Update Roslyn to 4.11.0-1.24225.5 (PR: [#<>](https://github.com/dotnet/vscode-csharp/pull/<>))
* Improve performance of diagnostics when analysis is set to fullSolution (PR: [#73201](https://github.com/dotnet/roslyn/pull/73201))
* updated Telemetry to 17.11.8 and Utilities.Internal to 16.3.73 (PR: [#73107](https://github.com/dotnet/roslyn/pull/73107))
* Fix issue where file watchers for Razor documents were not created (PR: [#73077](https://github.com/dotnet/roslyn/pull/73077))
* Upgrade Debugger for 2.19.18 Release (PR: [#7060](https://github.com/dotnet/vscode-csharp/pull/7060))
* Textmate: fix Razor expression classification inside of HTML tags using injection (PR: [#7055](https://github.com/dotnet/vscode-csharp/pull/7055))
* Textmate: fix Razor expression classification inside of HTML tags (PR: [#7051](https://github.com/dotnet/vscode-csharp/pull/7051))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
},
"defaults": {
"roslyn": "4.11.0-1.24209.10",
"roslyn": "4.11.0-1.24225.5",
"omniSharp": "1.39.11",
"razor": "7.0.0-preview.24178.4",
"razorOmnisharp": "7.0.0-preview.23363.1",
Expand Down

0 comments on commit 76d5897

Please sign in to comment.