-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
- Fix graying out of unused members in LSP
- Fix URI handling when comparing encoded and unencoded URIs (74544)
- Move 'generate XXX' code fixers down to code-style layer.
- EnC: Implement support for partial properties (74494)
- Optimize codegen of
[]
for immutable arrays (74464) - Move tests to raw strings (74583)
- Address issues with VSIX item publishing projects and FUTDC (74470)
- Expose inlay hints to Razor cohosting
- Make it possible to build/run tests on linux-arm64 (74536)
- Fix race condition in LSP FindAllReferences when linked files were involved.
- Fix dll load issue when loading Razor projects in VSCode (74570)
- Do not parse methods with accessibility modifiers as local functions (alt) (74495)
- Eliminate contentChanged parameter (74561)
- DocumentState constructors refactoring (74559)
- Remove a closure allocation from WrappedNavigationBarItem.ctor (74563)
- Move code to code style layer
- Don't bring up completion when deleting in an xml doc comment's text (74558)
- Update SystemTextJsonVersion to 8.0.4 (74489)
- Move 'generate default constructor' code fix to shared layer.
- Don't try and add the result diagnostics if they are default or empty (74507)
- Merge changes from a single DidChange notification (74268)
- Feedback from 'source gen save' pr
- Set FlagNetStandard1XDependencies=true (74549)
- Move IDS_FeatureRefStructInterfaces to C# 13 (74551)
- Rerun generators when an additional file is saved.
- Cherry pick project system workspace update fix to 17.11 (74506)