4884 Commits (a4ef71bb7643d92e174d53f8abcbe2158324feb8)

Author SHA1 Message Date
Christoph Wille a4ef71bb76 Only take lambda params and defaults from a synthesized delegate's Invoke 1 month ago
Siegfried Pammer ed784f578d Drop the cast where a lambda's natural type is all the target needs 1 month ago
Siegfried Pammer 2add84ef37 Convert method groups to every function-type target the language allows 1 month ago
Siegfried Pammer d0d1da972f Take lambda params and default values from the delegate's Invoke 1 month ago
Siegfried Pammer b1a19f8639 Preserve 'ref readonly' on natural-typed lambda return types 1 month ago
Siegfried Pammer f4a758e4bf Convert anonymous-function natural types without naming the delegate 1 month ago
Siegfried Pammer 1129ab7ac6 Recognize synthesized delegates without a by-reference suffix 1 month ago
Siegfried Pammer 4b88e43882 Emit method groups with their natural type instead of delegate constructions 1 month ago
Siegfried Pammer e14cbf2423 Add a C# 13 setting for method group natural type improvements 1 month ago
Siegfried Pammer 8c8314cc20 Downgrade params and default values to attributes on pre-C# 12 lambdas 1 month ago
Siegfried Pammer 4d45b87e1b Render a lambda's single statement-expression as an expression body 1 month ago
Siegfried Pammer 4294b5083a Only emit params and default values on lambda parameters, where legal 1 month ago
Siegfried Pammer cd4e95ad19 Spell type arguments on natural-typed generic method groups 1 month ago
Siegfried Pammer f9d30c5574 Emit var and natural-typed lambdas for anonymous delegate types 1 month ago
Siegfried Pammer 80c657935a Parenthesize lambda parameter lists when attributes are present 1 month ago
Siegfried Pammer 21e2e88682 Support explicit return types on lambda expressions in the syntax tree 1 month ago
Siegfried Pammer e16a5523e9 Fix #3729: recognize value-type ctor call on unresolved type 1 month ago
Siegfried Pammer e243786e24 Print the init-only marker after the set keyword again 1 month ago
Christoph Wille 9bcd3e5412 Fix #3664: Move ipynb to Verso and adapt to v11 API surface 1 month ago
Sebastien Lebreton f7cf85e263 Remove obsolete lifetime annotation fields 1 month ago
Sebastien Lebreton 73c3283efa Model scoped parameter lifetimes 1 month ago
Siegfried Pammer 1e8ec6068b Keep VB auto-properties collapsing when the field keyword is on 1 month ago
Siegfried Pammer 3da129632e Fix #3624: decompile semi-auto properties with the C# 14 field keyword 1 month ago
Siegfried Pammer 26145d6f17 Enqueue referenced members by definition in the decompile worklist 1 month ago
Siegfried Pammer 60c08fcb74 Keep 'delegate {}' when a parameter type is inaccessible 1 month ago
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 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
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 3cb27b0dcc Fix #3510: keep exporting a project when a member cannot be decompiled 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 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