-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
- Add server side support for refreshing source generated files (75939)
- Add params vs normal form test (75937)
- Add runtime async design doc (75816)
- Do not show structure guides on raw string literals (75938)
- Convert single-line raw strings into multi-line on pressing (75648)
- Fix UpdateBaseline failure when no valid change has been made before baseline update (75934)
- Optimize single spread of IEnumerable to array (75847)
- Update Language Feature Status.md (75935)
- Update .NET 9 runtime for single machine CI job (75889)
- EE: Support compact name in
IDkmLanguageInstructionDecoder.GetMethodName()implementation (75764) - Simplify shape of APIs used for Overload Resolution Priority feature (75891)
- Ensure NFW gets reported before result is reported to client and remove async listener in queue (75907)
- Enable TypeDefinitionProvider LSP capability (75819)
- Add more cases supported by 'use collection expression' (75879)
- Reduce formatting allocation in CodeAnalysis process in scrolling speedometer (75912)
- Improve go-to-impl and inheritance margin with error conditions (75913)
- Include projects to restart/rebuild in ManagedHotReloadUpdates (75918)
- Update 'use simple using statement' to support global statements (75921)
- Add embedded classification support for locals passed into an annotated api at a later point (75875)
- Use
IsManagedTypefor determining which state machine hoisted locals to clear (75841) - Reduce some allocations from remote classification serialization (75911)
- Fix case where we were erroneously offering to convert a dictionary to use a collection expression. (75897)
- Handle field reference from semantic model in non-field-backed property (75904)
- Update Gladstone (75888)
- Fix issue where we were recommending removing the GetEnumerator method used in a foreach (75903)
- Parse directives in trailing trivia as skipped tokens trivia (75724)
- Don't map spans for aspx files (75909)
- Recover better when a user uses commas in a for-statement instead of semicolons (75632)
- Do not run 'remove unnecessary imports' on generated code (74762)
- improve goto-def on an invalid override (75901)
- [EnC] Implement support for restarting subset of projects affected by rude edits (75874)