Skip to content

Commit

Permalink
Merge pull request #7525 from dibarbet/update_roslyn
Browse files Browse the repository at this point in the history
Update Roslyn version and changelog
  • Loading branch information
dibarbet authored Sep 6, 2024
2 parents e473933 + 6f9dcb4 commit 99a31bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)

# Latest
* Update Roslyn to 4.12.0-3.24456.2 (PR: [#7525](https://github.com/dotnet/vscode-csharp/pull/7525))
* Avoid BuildHost crash in Mono due to missing types (PR: [#74994](https://github.com/dotnet/roslyn/pull/74994))
* Turn off word suggestions in XAML completions (PR: [#7516](https://github.com/dotnet/vscode-csharp/pull/7516))
* Bump xamltools to 17.12.35305.252 (PR: [#7521](https://github.com/dotnet/vscode-csharp/pull/7521))
* XAML editor enabled various lightbulbs related to x:DataType, BindingContext and Bindings.

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.12.0-3.24430.2",
"roslyn": "4.12.0-3.24456.2",
"omniSharp": "1.39.11",
"razor": "9.0.0-preview.24427.2",
"razorOmnisharp": "7.0.0-preview.23363.1",
Expand Down

0 comments on commit 99a31bd

Please sign in to comment.