-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
- Keep member bodies when converting DIM property to method (76186)
- Fix incorrect codespit of xml doc comments (76108)
- Have go-to-def flip between partial definition and implementation (76187)
- Update Copilot rename telemetry (76045)
- Support nint/intptr conversion on c# 11 and up (76181)
- Do not duplicate directives when converting from property to methods (76184)
- Catch expected exception when reading info out of a PDB (76182)
- fix flaky lsp diagnostic test (76228)
- Disable 'use pattern matching' when eliding multiple calls that pass by ref (76183)
- Do not pass primary constructor parameters explicit when extracting methods (76179)
- Update suggestion mode provider to support params collections (76177)
- Filter out certain compiler attributes when extracting an interface (76176)
- Fix wrapping issues in simplify conditional (76175)
- Add more tests for https://github.com/dotnet/roslyn/pull/76083 (76164)
- Update type inference in a primary constructor base type (76174)
- Keep cast that prevents the compiler from warning about an unintentional implicit object cast. (76172)
- Disable 'use coalesce expression' when statements cross a PP boundary (76173)
- Support name completion on generic types (76170)
- Improve extract-local-function in the presence of pp directives (76169)
- Update xunit to 2.9.2 (76196)
- Fix info for implicit objects in find-references (76167)
- Fix issue trying to generate fields/properties from a top level program (76161)
- Clamp selections within a string literal so they do not go outside of it (76163)
- Support implicit/explicit var with inferred lambda types (76160)
- Update 'introduce using' to support expression statements (76147)
- Set state of enumerator object to "after" during disposal (76090)
- Add a dedicated fixer to fixup code in expression trees that is now calling restricted apis (76124)
- Insert parens when hitting semicolon after 'new' (76152)
- Fix PowerShell Script Issues (76219)
- Use implicit initializer if present to generate type properties (76162)
- Fix issue with explicit interface completion and static interface members (76150)
- Update the patterns that 'use range operator' supports. (76129)
- Update Language Feature Status.md (76227)
- Infer better variable name when initializing from an anonymous type (76145)
- When converting to raw strings, do not change \r\n sequences if not explicitly requested by the user (76120)
- REmove methods no longer in use (76148)
- Remove Navigate_asynchronously_exerimental option (76128)
- Do a better job matching properties to implement against existing properties (76144)
- Enable skipped test (76143)
- Format labeled statements when colon is typed (76142)
- Fix null encoding in new document in move type action (74623)
- Make
SymbolAnnotationstatic (65829) - Delete unneeded suppression for a fixed issue (65773)
- Property update return type when updating method. (76157)
- Delete dupe loc strings (76159)
- Remove unnecessary EOL package references (76073)
- Exclude starting symbol when going to implementations if we find implementations (76125)
- Document approach for compiler-recognized attributes and LangVersion (76112)
- Merge release/dev17.13 to main (76134)
- Honour users' settings as a starting point for Razor formatting (76066)
- Flatten SourceMethodSymbol hierarchy (76107)