9438 Commits (3cc49044ec7a259291f4ccc058dc254982ec0a99)
 

Author SHA1 Message Date
Siegfried Pammer 3cc49044ec Extend UseLambdaSyntax to emit statement lambdas 1 month ago
Siegfried Pammer 6be02a2e0e Fix #3962: reconstruct nested designations whose inner tuple uses Rest 1 month ago
Siegfried Pammer d04cc4aed7 Fix #3453, #3208: inline the value-semantics copy of a deconstructed local 1 month ago
Siegfried Pammer caa21049ab Cover nested deconstruction of record structs with a fixture 1 month ago
Christoph Wille ad2e73e35a Snapshot original highlighting colours per colour instance 1 month ago
Christoph Wille c9aee827bf Fix washed-out colors when dark theme is active at startup 1 month ago
Christoph Wille 5f5b087167 Check highlighting theme-awareness per paint, not at colorizer creation 1 month ago
Siegfried Pammer e44bd9bf12 Drop the remaining WPF back-references from comments 1 month ago
Siegfried Pammer 18d960e6b9 Say what the code does instead of which app did it first 1 month ago
Siegfried Pammer 7465fb1fb0 Keep the editor zoom separate from the configured font size 1 month ago
Siegfried Pammer 544335c86f
Merge pull request #3980 from sailro/fix-primary-constructor-field-dependency 1 month ago
Siegfried Pammer 13c6cc6741 Give an explicit `this` the same resolve result as `base` 1 month ago
Sebastien Lebreton 2d2e9c15ef Keep instance-dependent assignments in constructors 1 month ago
Siegfried Pammer dc5b70f4e4 Collapse UI tests that repeat setup already paid for 1 month ago
Siegfried Pammer 76afcae7d0 Remove UI tests that only restate the code they cover 1 month ago
dependabot[bot] d60a8662aa
Bump github/codeql-action from 4.37.4 to 4.37.6 (#3977) 1 month ago
Christoph Wille cdeae656fe
NuGet August 2026 Updates (#3981) 1 month ago
Siegfried Pammer 2efd871abc Fix #3451: qualify an explicit implementation as the type implements it 1 month ago
Siegfried Pammer 1c8a6bb781 Surface recovered export failures in the report the user actually sees 1 month ago
Siegfried Pammer 3cb27b0dcc Fix #3510: keep exporting a project when a member cannot be decompiled 1 month ago
Siegfried Pammer a57a0a593f
Merge pull request #3969 from sailro/fix-null-conditional-query-syntax 1 month ago
Siegfried Pammer 4a2afbb723 Walk indexer accesses when looking for a null-conditional source 1 month ago
Sebastien Lebreton 3a8e7dee23 Keep null-conditional LINQ chains in method syntax 1 month ago
Siegfried Pammer 51e662dbc5
Merge pull request #3970 from icsharpcode/settings-source-generator 1 month ago
Siegfried Pammer 7a7cb44a21 Pin the GetMinimumRequiredVersion contract with a settings test 1 month ago
Siegfried Pammer 08b12055d0 Derive the C# 1.0 setting categories from the version map 1 month ago
Siegfried Pammer 590793fd21 Document the two roles of the language version in the settings API 1 month ago
Siegfried Pammer b3bf04ebd9 Re-validate the explicit LanguageVersion when project export starts 1 month ago
Siegfried Pammer f39cd0d006 Use the DecompilerSettings.Other resource key consistently 1 month ago
Siegfried Pammer 0d0e88a61b Gate SwitchOnReadOnlySpanChar on C# 11.0 1 month ago
Siegfried Pammer 401530b86d Let ExtensionMethods, UseLambdaSyntax and UseEnhancedUsing raise the minimum version 1 month ago
Siegfried Pammer b75ea27800 Generate DecompilerSettings boilerplate from [DecompilerSetting] attributes 1 month ago
Siegfried Pammer 9ea8d7c6ac Say why ref results are excluded from switch expressions 1 month ago
Sebastien Lebreton 076a43671e Keep ref-returning switches as statements 1 month ago
Siegfried Pammer fdc4c7c16d Demote an escaping first element instead of giving up on the pattern 1 month ago
Siegfried Pammer 689af4cdba Decide deferral to an enclosing deconstruction in O(1) 1 month ago
Siegfried Pammer 16b4252cdb Reconstruct nested tuple designations 1 month ago
Siegfried Pammer 678bcd394a Do not absorb tuple element reads into a call-rooted pattern 1 month ago
Siegfried Pammer 8a455f44a5 Keep the Deconstruct call explicit when the element type hides it 1 month ago
Siegfried Pammer f9032f7e58 Reconstruct nested Deconstruct-call designations 1 month ago
Siegfried Pammer 6a368ba745 End a call-rooted deconstruction pattern at an unrelated assignment 1 month ago
Siegfried Pammer 2a82b592b2 Support deconstruction into pointer targets 1 month ago
Siegfried Pammer a216586236 Require System.ValueTuple to be a struct to be tuple compatible 1 month ago
Siegfried Pammer 527dcb732b Fix TupleType.FromUnderlyingType crash on non-tuple input 1 month ago
Siegfried Pammer d7788dbaf8 Enable nullable reference types in DeconstructionTransform 1 month ago
Christoph Wille 0c287f5cde Stabilize the bookmark-highlight tests against dispatcher stalls 1 month ago
Christoph Wille faee2e29e0 Branch the VBAnonymousTypes fixture for legacy vbc codegen 1 month ago
Siegfried Pammer 247cc1f3ed Declare VB anonymous types that C# anonymous types cannot express 1 month ago
Siegfried Pammer 0e841d2a6d Recognize VB transparent identifiers in query decompilation 1 month ago
Siegfried Pammer 059a579e27 Fix #3952: recognize VB-generated names as anonymous types 1 month ago