9645 Commits (fix/lambda-parameter-syntax)
 

Author SHA1 Message Date
Siegfried Pammer 1982773eaf Assemble the ID string probe once, outside the source tree 2 months ago
Siegfried Pammer e22851bd66 Remove the now-unused IMemberReference interface 2 months ago
Siegfried Pammer bba00519d0 Throw on unbalanced braces in ID string type names 2 months ago
Siegfried Pammer 75baa4991f Do not fall back to a sibling's documentation key 2 months ago
Siegfried Pammer 6893ab585d Replace the ID string grammar parser with name-based member matching 2 months ago
Siegfried Pammer eb50f1d307 Match members one ID string dialect at a time in FindEntity 2 months ago
Siegfried Pammer 7a126f9a0e Try both ID string dialects when looking up documentation 2 months ago
Siegfried Pammer 75e7c61e93 Fix #2728: render the MSVC C++/CLI ID string dialect 2 months ago
Siegfried Pammer 8473e821d3 Resolve navigate-to ID strings at the metadata level 2 months ago
Siegfried Pammer c17c6af1e9 Add a metadata-level IdStringProvider.FindEntity 2 months ago
Siegfried Pammer fe147ce211 Port IdStringProvider.GetIdString to SRM 2 months ago
ds5678 e3f45c8c39 Enable nullable in WholeProjectDecompiler.cs 2 months ago
ds5678 616dc1d702 Provide a WholeProjectDecompiler constructor with no default parameter values 2 months ago
Jeremy Pritts 5fe8c1a21f
Publicize `IProjectFileWriter` implementations (#3934) 2 months ago
Christoph Wille 5a5c39b4d5 Update ilspycmd docs to latest command line options 2 months ago
Siegfried Pammer dd6a9979f4 Load ILSpy.sln via a relative path in the DotRush settings 2 months ago
Siegfried Pammer d7bbf17e2e Add pretty test for C# 13 ref struct interfaces / allows ref struct 2 months ago
Siegfried Pammer bf3beea96a Fix #2879: show stored member-list values for empty ranges 2 months ago
Siegfried Pammer 800efc6e10 Fix #749: toggle a member's fold together with its documentation 2 months ago
Siegfried Pammer 48fb85960e Fix #781: click highlights member references, Ctrl+Click navigates 2 months ago
Siegfried Pammer 74bc61b70f ilspycmd: add --member for single-member decompilation 2 months ago
Siegfried Pammer 89800af156 Use the default wait budget for frozen-tab re-decompile waits 2 months ago
Siegfried Pammer 0e53fb9be1 Center the selected step in the viewport after filter changes 2 months ago
Siegfried Pammer bd6cfbc539 Preserve Debug Steps tree state across filter sessions 2 months ago
Christoph Wille 211fbc059c
Merge pull request #3925 from icsharpcode/dependabot/github_actions/ossf/scorecard-action-2.4.4 2 months ago
dependabot[bot] 186fb1cc14
Bump ossf/scorecard-action from 2.4.3 to 2.4.4 2 months ago
Siegfried Pammer 486ff7fccb
Merge pull request #3910 from sailro/fix-3909-default-constraint 2 months ago
Siegfried Pammer ecc1583633 Make the netcore-2.2 reference set work with vbc 2.10 2 months ago
Siegfried Pammer 6ab0a48b0f Support Roslyn 1.x and 2.x compilers in tests on non-Windows 2 months ago
Siegfried Pammer d9b63a5bb3 Link this and base keyword expressions to their type 2 months ago
Siegfried Pammer 5a6972323d Fix #633: add an Overrides analysis showing overridden base members 2 months ago
Siegfried Pammer ffbd2055b0 Pin disambiguators for constraints on sibling method type parameters 2 months ago
Siegfried Pammer c0aa2db0f8 Add regression test for property rows without accessors 2 months ago
Siegfried Pammer 4c04e01882 Cover virtual, overloaded, and renamed-Implements parameterized properties 2 months ago
Siegfried Pammer 7865f9b23e Restore parameter lists of parameterized properties in signatures 2 months ago
Siegfried Pammer 06480c2625 Show the owning property's documentation for accessor methods 2 months ago
Siegfried Pammer 832090c08d Emit parameterized-property accessors as ordinary methods 2 months ago
Siegfried Pammer 4783fe1d34 Add VBPretty spec for VB.NET parameterized properties 2 months ago
Siegfried Pammer 9bff4ad956 Fix #1603: recognize foreach over enumerators that cannot be disposable 2 months ago
Siegfried Pammer 132b33e530 Cover the C# standard type-inference rules in TypeInferenceTests 2 months ago
Siegfried Pammer e7f42d1b3c Revive TypeInferenceTests from NRefactory 2 months ago
Sebastien Lebreton ee2d747862 Pin the allows ref struct interaction on nullable overrides 2 months ago
Sebastien Lebreton 61d29675b5 Name the three type parameter states behind the disambiguator 2 months ago
Sebastien Lebreton 0e600382b0 Classify nullable override disambiguators by reference type 2 months ago
Siegfried Pammer 3dc3f8446b
Merge pull request #3911 from sailro/fix-3908-constrained-async-yield 2 months ago
Siegfried Pammer 6932586827 Document two CSharpConversions bugs found by differential fuzzing csc 2 months ago
Siegfried Pammer 787cc71b3a Cover every rule of C# standard chapter 10 in the conversion tests 2 months ago
Siegfried Pammer 729fe03c29 Revive NRefactory explicit-conversion tests without resolver/AST 2 months ago
Siegfried Pammer ce7883fe22 Revive NRefactory conversion tests using ResolveResult/IType fixtures 2 months ago
Sebastien Lebreton 008cf7a5d1 Fix #3909: emit nullable override disambiguators 2 months ago