Skip to content

v2.41.26

Pre-release
Pre-release
Compare
Choose a tag to compare
@dibarbet dibarbet released this 31 Jul 18:28
· 475 commits to main since this release
6e186d4

Changes in 2.41.26

  • Bump Roslyn to 4.12.0-1.24376.3 (PR: #7393)
    • Fix race condition in LSP FindAllReferences when linked files were involved.(PR: #74566)
    • Fix dll load issue when loading Razor projects in VSCode (PR: #74570)
    • Don't bring up completion when deleting in an xml doc comment's text (PR: #74558)
    • Merge changes from a single DidChange notification (PR: #74268)
    • Support language features in metadata / decompiled source (PR: #74488)
    • Fix crash in sighelp (PR: #74510)
  • Update Debugger Packages to v2.40.0 (PR: #7390)
  • Update Razor to 9.0.0-preview.24366.2 (PR: #7384)
    • [FUSE] Component attribute nameof() (#10581) (PR: #10581)
    • Pool CodeWriter ReadOnlyMemory pages (#10585) (PR: #10585)
    • Improve performance of DefaultRazorTagHelperContextDiscoveryPhase (#10602) (PR: #10602)
    • Flesh out PooledArrayBuilder<T> a bit (#10606) (PR: #10606)
  • Bump xamltools to 17.12.35126.17 (PR: #7392)
  • Add option to disable server gc (PR: #7155)
  • Update the workspace status bar when the server is stopped. (PR: #7352)
  • Update Debugger to v2.39.0 (PR: #7342)
  • Bump xamltools to 17.12.35119.17 (PR: #7366)
  • Update Roslyn to 4.12.0-1.24366.6 (PR: #7356)
    • Convert ImplementTypeOptions to editorconfig options (PR: #74376)
    • Remove double array allocation in SemanticTokens (PR: #74271)
    • Do not use memory mapped files on non-windows (PR: #74339)
  • Renamed settings (PR: #7356)
    • dotnet.implementType.insertionBehavior to dotnet.typeMembers.memberInsertionLocation
    • dotnet.implementType.propertyGenerationBehavior to dotnet.typeMembers.propertyGenerationBehavior