Skip to content

Commit 5eea55e

Browse files
committed
Update Roslyn to 5.0.0-2.25368.8 (a0f3e3327b410aa34c8bed125e0b2595ab506fb1)
1 parent dc8c85b commit 5eea55e

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

66
# 2.87.x
7+
* Bump Roslyn to 5.0.0-2.25368.8 (PR: [#8431](https://github.com/dotnet/vscode-csharp/pull/8431))
8+
* Simplify stale project handling in hot reload(PR: [#79386](https://github.com/dotnet/roslyn/pull/79386))
9+
* Fix static extension method not showing up on enum type(PR: [#79454](https://github.com/dotnet/roslyn/pull/79454))
10+
* Update 'use auto property' to respect user options around `this.` for property access.(PR: [#79405](https://github.com/dotnet/roslyn/pull/79405))
11+
* Fix make-readonly with spans.(PR: [#79393](https://github.com/dotnet/roslyn/pull/79393))
12+
* Change how trailing trivia is preserved in use-auto-prop(PR: [#79425](https://github.com/dotnet/roslyn/pull/79425))
13+
* Special case a few well-known immutable types in use-auto-prop(PR: [#79422](https://github.com/dotnet/roslyn/pull/79422))
14+
* Preserve comments when switching to auto props(PR: [#79420](https://github.com/dotnet/roslyn/pull/79420))
15+
* Support interpolated string handlers in extension blocks(PR: [#78425](https://github.com/dotnet/roslyn/pull/78425))
16+
* Offer 'implement interface' when inside a type's body(PR: [#79382](https://github.com/dotnet/roslyn/pull/79382))
17+
* EnC support for project level changes(PR: [#79239](https://github.com/dotnet/roslyn/pull/79239))
18+
* Ensure generated types come after top level statements(PR: [#79378](https://github.com/dotnet/roslyn/pull/79378))
19+
* Allow user to still create a new field/prop when offering to initialize an existing prop(PR: [#79376](https://github.com/dotnet/roslyn/pull/79376))
20+
* Fix crash in replace property with methods(PR: [#79358](https://github.com/dotnet/roslyn/pull/79358))
21+
* Fix issue offering to remove nullable cast in a ternary expression(PR: [#79355](https://github.com/dotnet/roslyn/pull/79355))
22+
* Fix 'use var' with spans(PR: [#79348](https://github.com/dotnet/roslyn/pull/79348))
23+
* Fix not offering to remove unnecessary nullable pragmas(PR: [#79356](https://github.com/dotnet/roslyn/pull/79356))
24+
* Fix crash in use-null-prop fixer(PR: [#79340](https://github.com/dotnet/roslyn/pull/79340))
25+
* Update debugger to v2.86.0(PR: [#8424](https://github.com/dotnet/vscode-csharp/pull/8424))
726
* Bump Razor to 10.0.0-preview.25368.1 (PR: [#8430](https://github.com/dotnet/vscode-csharp/pull/8430))
827
* Fixing override completion in VSCode when LSP is enabled (PR: [#12039](https://github.com/dotnet/razor/pull/12039))
928
* [Cohost] Fix rename and unskip test (PR: [#11952](https://github.com/dotnet/razor/pull/11952))

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.0.0-1.25361.2",
43+
"roslyn": "5.0.0-2.25368.8",
4444
"omniSharp": "1.39.12",
4545
"razor": "10.0.0-preview.25368.1",
4646
"razorOmnisharp": "7.0.0-preview.23363.1",

0 commit comments

Comments
 (0)