Skip to content

Commit

Permalink
Update roslyn version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dibarbet committed Nov 20, 2024
1 parent 0251396 commit 3e694ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)

# 2.58.x
* Add support for refreshing opened source generated files (PR: [#7791](https://github.com/dotnet/vscode-csharp/pull/7791))
* Update Roslyn to 4.13.0-2.24569.1 (PR: [#7791](https://github.com/dotnet/vscode-csharp/pull/7791))
* Support unbound generic types in 'nameof' operator. (PR: [#75368](https://github.com/dotnet/roslyn/pull/75368))
* Include list of processes that lock file in `can't write file` error message (PR: [#75946](https://github.com/dotnet/roslyn/pull/75946))
* Improve performance on `SymbolCompletionProviderTests` (PR: [#75496](https://github.com/dotnet/roslyn/pull/75496))
* Add server side support for refreshing source generated files (PR: [#75939](https://github.com/dotnet/roslyn/pull/75939))

# 2.57.x
* Update Razor to 9.0.0-preview.24565.1 (PR: [#7793])(https://github.com/dotnet/vscode-csharp/pull/7793)
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.13.0-2.24565.3",
"roslyn": "4.13.0-2.24569.1",
"omniSharp": "1.39.11",
"razor": "9.0.0-preview.24565.1",
"razorOmnisharp": "7.0.0-preview.23363.1",
Expand Down

0 comments on commit 3e694ad

Please sign in to comment.