-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
- Only update roslyn dependencies coming from maintenance-packages when source build is true. Tracking issue: https://github.com/dotnet/sdk/issues/45155 (76076)
- Update config data for 17.13P2 snap of VS (76088)
- Expose FAR to cohosting (76002)
- Remove integration test project to unblock dev inner loop (76104)
- Do not offer to simplify a set to a collection expr when assigning to a non-set interface (76096)
- Do not remove cast that would change what runtime type a virtual method dispatches to (76102)
- Use git conflict markers when we cannot merge text (76099)
- Enhance explicit interface implementation completion provider (75568)
- Support selector pattern simplification in linq queries (76086)
- Preserve existing accessor bodies when converting from an auto prop to a full prop (76103)
- Update FindRefs to find constructor references in a primary constructor base type (76097)
- Fix issue offering to remove an necessary cast to dynamic (76098)
- Fix FAR on an alias to a predefined type (76101)
- Support ExperimentalAttribute.Message (76060)
- Reduce allocations from NamedTypeSymbol.AddOperators usage (76082)
- Fix Sort Usings in Inline Diff (74645)
- Update 'implement interface' to forward explicit members to implicit ones (76044)
- Fix 'create constructor' with types without bodies (76083)
- Add a helper to determine if a type has a specific attribute or not. (76053)
- Fix formatting when making an accessor readonly (76054)
- Do not show uncapturable outer parameters inside static local functions. (76043)
- Make approved api changes (76040)
- Improve the cases that 'simplify linq' works on (76079)
- Do not offer to remove the primary field from an inline array (76052)
- Fix issue producing interpolated strings from char literals (76049)
- Suppress IDE namespace warning (76077)
- Fix parameters not showing up in 'nameof' on a method (76017)
- Update docs to add a new LangVer (76011)
- Merge release/dev17.13 to main (76074)
- Fix LangVersion computation on non-English locales (76070)
- Add comment about supported values of platform switch (76072)
- Snap 17.13P2 (76067)
- Update data for snap 17.13P2 (76033)
- Record "nameof(UnboundGenericType<>)" as done (75982)