File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 66# 2.103.x
77* Fix indentation after pressing Enter in Razor files (PR: [ #8809 ] ( https://github.com/dotnet/vscode-csharp/pull/8809 ) )
88* Remove non-cohosting editor code (PR: [ #8810 ] ( https://github.com/dotnet/vscode-csharp/pull/8810 ) )
9+ * Update Roslyn to 5.3.0-2.25571.4 (PR: [ #8813 ] ( https://github.com/dotnet/vscode-csharp/pull/8813 ) )
10+ * Fix typing of 'else' causing unwanted indentation of following statement (PR: [ #81393 ] ( https://github.com/dotnet/roslyn/pull/81393 ) )
11+ * Show semantic errors for loose files with top-level statements (PR: [ #81326 ] ( https://github.com/dotnet/roslyn/pull/81326 ) )
12+ * Simplify and fix fading options. (PR: [ #81346 ] ( https://github.com/dotnet/roslyn/pull/81346 ) )
13+ * Colorization for array, pointer, and function pointer type aliases followup (PR: [ #81363 ] ( https://github.com/dotnet/roslyn/pull/81363 ) )
14+ * Fix: Support compound assignments in "Use null propagation" analyzer (PR: [ #81328 ] ( https://github.com/dotnet/roslyn/pull/81328 ) )
15+ * Fix IDE0032: Code fixer adds setter for static properties with instance constructor writes (PR: [ #81327 ] ( https://github.com/dotnet/roslyn/pull/81327 ) )
16+ * Add 'add extension completion' support for modern extensions. (PR: [ #81239 ] ( https://github.com/dotnet/roslyn/pull/81239 ) )
917
1018# 2.102.x
1119* Update Roslyn to 5.3.0-2.25568.9 (PR: [ #8799 ] ( https://github.com/dotnet/vscode-csharp/pull/8799 ) )
Original file line number Diff line number Diff line change 4040 " workspace"
4141 ],
4242 "defaults" : {
43- "roslyn" : " 5.3.0-2.25568.9 " ,
43+ "roslyn" : " 5.3.0-2.25571.4 " ,
4444 "omniSharp" : " 1.39.14" ,
4545 "razor" : " 10.0.0-preview.25564.2" ,
4646 "razorOmnisharp" : " 7.0.0-preview.23363.1" ,
You can’t perform that action at this time.
0 commit comments