-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
Description
- Revert "Remove scope variance exceptions" (76655)
- Snap main to 17.13 P3 (76647)
- Put WRN_InterceptsLocationAttributeUnsupportedSignature into .NET 9 warning wave (76642)
- Remove need to pass generator parameter to helper methods (76627)
- Fix assembly load when file path contains URI reserved chars (76617)
- Make full source build pure NetCurrent (76640)
- Expose breakable range handler to Razor (76629)
- Update 'use compound expr' to support 'field keyword' (76639)
- Do not offer 'use auto prop' with ref-fields (76638)
- Use the target branch for bootstrap build documentation (76628)
- Remove scope variance exceptions (76296)
- Document breaks due to preferring ReadOnlySpan over Span (76572)
- Ensure Location.None in additional locations can round trip correctly (76623)
- Reduce pooled array allocations in the SyntaxParser (76610)
- Additional extract method cleanup. (76611)
- Switch to more modern vb construct (76615)
- Allow users to define EmbeddedAttribute (76523)
- Rewrite unified settings test (76591)
- Cleanup Extract method code (part 3) (76587)
- Merge
features/GeneratedCodeAttributes
to main (76602) - Reduce allocations during checksum creation. (76524)
- Propagate marked attributes to synthesized fields. (76567)
- Continued Extract method cleanup (part 2) (76585)
- Continued Extract method cleanup (76577)
- Introduce local variable supporting target-type new syntax (76342)
- Extract method cleanup (76550)
- Update few completion tests (65490)
- Language Feature Status.md: correct dictionary expressions (76574)
- Add F1 test for scoped (64094)
- Add more test scenarios for symbol completion after scoped (65747)
- Prefix 'unmerged changes' with 'TODO' (62319)
- Fix crash when classifying embedded test classifications (76576)
- Do not dismiss extract method when a notification is shown to the user (76549)
- Ensure 'remove unnecessary using' shows up before 'convert to program-main style program' (76543)
- Use collection expressions (76534)
- Propagate marked attributes from method type parameters to type parameters of synthesized types. (76492)
- Fixup OmniSharp fallback AnalyzerConfigOption updater (76542)
- Expose NotificationService to OmniSharp (76541)
- Update PublishData.json for telmet branch (76539)
- Do not offer inline hints for parameters that already named (76532)
- Propagate marked attributes from primary constructor parameters to backing fields. (76475)
- Have inline hints display aliases if appropriate (76530)
- Simplify inline hint tagging and fix duplicated tags. (76525)
- Merge release/dev17.13 to main (76387)
- Include AdditionalFiles doc (76526)
- Add an option to control if unused members shoudl be faded out. (76520)
- Remove blocking sync calls in rename (76521)
- Remove sync over async blocking in sig change (76519)
- Remove sync over async blocking in Extract Method/Interface options code (76510)
- Switch to jtf in brace completion (76512)
- Fix sync over async blocking in tools|options (76511)
- Remove sync over async calls from within rename (76508)
- Remove blocking async calls from sig-change (76507)
- Allow OmniSharp to provide ImplementType Options (75312)
- Switch all of 'end construct' over to jtf. (76504)
- Remove legacy signature help interaction code. (76495)
- Switch to jtf in end construct handling (76500)
- Provide true-async and true-sync versions of GetTextChanges (76498)
- Switch to explicit jtf run (76494)
- Make codepaths sync that don't need to be async (76490)
- Remove sync over async blocking in workspace (76491)
- Clean up blocking code in snippets (76482)
- Filter out inline hint spans out of hte bounds of hte span we are querying for (76493)
- Remove usage of WaitAndGetResult from debugger paths (76483)
- Update telemetry to 17.13.28 (76480)
- Remove usage of WaitAndGetResult from debugger paths (76479)
- Remove usages of WaitAndGetResult from object browser. (76478)
- Fix parsing of for-loops (76476)
- Call Enter/LeaveRegion APIs for binary expressions (76412)
- Remove TaskQueue and SafeContinueWith extensions (76459)
- Remove usages of TaskQueue from interactive component (76455)
- Localized file check-in by OneLocBuild Task: Build definition ID 327: Build ID 2602943 (76454)
- Remove usage of WaitAndGetResult (76474)
- Update PublishData.json (76471)
- Remove usage of task extension in rename tracking (76462)
- Simplify model computation threading (76461)
- remove synchronous blocking waits in async codepaths (76465)
- Delete task extension used only by the interactive window. (76450)
- Move to simpler task patterns. (76448)
- Remove use of WaitAndGetResult (76464)
- Calculate the hash code in an unchecked block (76460)
- Move Default VB Version to 17.13 (76452)
- Merge release/dev17.12 to release/dev17.13 (76458)
- Remove usages of TaskQueue (76453)
- Remove unused methods (76446)
- Map the path in InterceptableLocation.GetDisplayPath (76449)
- Honor abstract required during state initialization in nullable (76363)
- Remove Edgio CDN usage (76431)
- Remove Edgio CDN usage to release/dev17.13 (76438)
- Update Language Feature Status.md for VB Overload Resolution Priority (76445)
- Merge VB "Overload Resolution Priority" feature to main (76419)
- Threading fixes (76230)
- Fix crash with simplify delegate invoke (76427)
- Capture some of the invariants around InputType/NarrowedType in patterns (76434)
- Restrict some types in object initializer setters when not directly settable (75507)
- Fix primary ctor param in static context (74580)
- Handle deconstruct pattern in ref safety analysis (75511)
- Pull computation up in extract method (76429)
- Reduce allocations again in ComputeReverseReferencesMap (76417)
- feat(lsp): add --pipe parameter (76351)
- Move code in extract method to shared location (76421)
- Revert "Localized file check-in by OneLocBuild Task: Build definition ID 327: Build ID 2600919" (76428)
- Slightly reduce allocations in SymbolCompletionItem.AddSymbolInfo (76418)
- Change PR Val builds to be unsigned (76358)
- Add two more cases for 'simplify linq expression'. (76413)
- Small reduction in allocations in DateAndTimeLanguageDetector (76393)
- Mark interceptors feature as stable and deprecate file path based attributes (76312)
- Localized file check-in by OneLocBuild Task: Build definition ID 327: Build ID 2600919 (76415)
- Fix issue with 'use pattern matching' where it would cause a variable to not be considered assigned (76407)
- Rename 'scopeOfTheContainingExpression' to 'localScopeDepth' (76400)
- Report inappropriate OverloadResolutionPriority attribute applications (76385)
- Optimize ProductDependencyGraph.DoesProjectTransitivelyDependOnProject (76399)
- Fix TFM inconsistency in BuildHost (76354)
- Cache the compilation states in compilation order to avoid recalculation (76380)
- Merge release/dev17.12 to release/dev17.13 (76414)
- Update LOC branch to 17.13 (76408)
- Merge main to VBOverloadResolutionPriority (76392)
- Merge release/dev17.12 to release/dev17.13 (76384)
- Implement editorconfig serializer for naming style preferences (17.12) (76376)
- VBOverloadResolutionPriority: clone remaining C# tests for the feature (76127)
- VBOverloadResolutionPriority: break attribute binding cycles, clone a bunch of C# tests (76008)
- Do not pay attention to Overload Resolution Priority for properties assigned in attributes (75958)
- VB Overload Resolution Priority - handle operators and respect language version (75941)
- Merge main into VBOverloadResolutionPriority (75955)
- VB: Check overload resolution priority for basic scenarios involving methods (75862)
- Merge main to VBOverloadResolutionPriority (75876)