Skip to content

2.88.42

Pre-release
Pre-release

Choose a tag to compare

@JoeRobich JoeRobich released this 13 Aug 04:45
· 760 commits to main since this release
47abf88
  • Enable Razor Cohosting "on" by default (PR: #8469)
  • Bump Roslyn to 5.0.0-2.25405.5 (PR: #8493)
    • Fix file-based programs getting stuck in the host workspace(PR: #79730)
    • Fixed irregular spacing between list items(PR: #79388)
    • Introduce helper to ensure span mapping is consistent everywhere(PR: #79729)
    • Fix formatting in use-auto-prop when attributes are present(PR: #79735)
    • Razor span mapping in LSP for cohosting(PR: #79677)
    • Handle concurrent requests to update workspace contents and workspace SG info.(PR: #79628)
    • Update debugger.contracts to 18.0.0-beta.25379.1(PR: #79661)
    • Fix logging when item counts change in LoadedProject(PR: #79640)
    • File-based program directive diagnostics in editor(PR: #79421)
    • Fixup quick info for suppressed nullable operations.(PR: #79636)
    • Rename Razor source generated documents in all scenarios, and map edits(PR: #79604)
    • Fix formatting of CDATA sections in quick info(PR: #79627)
    • Add diagnostic provider for clients without dynamic registration(PR: #77984)
    • Fix eol handling on the last token in a file when formatting code actions(PR: #79602)
    • Reduce allocations during CommonCompletionItem.Create(PR: #79591)
    • Add metadata documents to the MAS workspace upfront(PR: #78886)
    • Update debugger contracts to 18.0.0-beta.25353.1(PR: #79277)
    • Include comments written above local variables when getting quick info for them.(PR: #79580)
    • Modify LSP folding ranges to account for AutoCollapse(PR: #79551)
    • Have 'use explicit type' add usings as necessary to minimally qualify the type(PR: #79574)
    • Fix issue where we weren't properly adding elastic trivia to newly generated members(PR: #79571)
    • Properly handle optional arguments when converting a local function to a method.(PR: #79531)
    • Fix issue with 'use explicit type' and nullable tuples(PR: #79544)
    • Fix name qualification when moving a using alias outside of a file scoped namespace(PR: #79540)
    • Allow add using to work on Razor generated documents(PR: #79530)
    • Fix 'this' keyword not being recomended where allowed(PR: #79514)
    • Fix 'switch' keyword recomendations after an expression(PR: #79515)
    • Suggest proper 'Async'-suffixed name for Task-returning symbols(PR: #79518)
    • Locate usable MSBuild when launching .NET Core BuildHost (PR: #79494
  • Bump Razor to 10.0.0-preview.25403.1 (PR: #8485)
    • Cache MEF composition in OOP and VS Code (PR: #12041)
    • Make cohost formatting honour C# formatting options (PR: #12042)
    • Correctly set the Html document uri for diagnostics requests (PR: #12061)
  • Fix issue acquiring components when using proxies (PR: #8457)
  • Support activating the extension with limited support in untrusted workspaces (PR: #8435)
  • Report specific c# settings in issue template (PR: #8433)
  • Update OmniSharp to 1.39.14 (PR: #8492)