9325 Commits (74bc61b70f53f735435bf223979574cf3ff51786)
 

Author SHA1 Message Date
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
Sebastien Lebreton eb6d341866 Fix #3908: use the async iterator element type for yield 2 months ago
Siegfried Pammer 753f1d2481 Fix #1924: don't undo the compiler's &&-to-& optimization 2 months ago
Siegfried Pammer 3a6b074930
Merge pull request #3896 from sailro/fix-3894-span-concat 2 months ago
Siegfried Pammer ffb39611b8 Reimplement cross-platform single-instance handling 2 months ago
Siegfried Pammer 579032a65e Generate version-info files with CRLF on all platforms 2 months ago
Siegfried Pammer a926ae7e8b Show a hover for the indexer of a dynamic index access 2 months ago
Siegfried Pammer cba8b0d7a5 Test dynamic member tooltip rendering 2 months ago
Siegfried Pammer 4f9014fd71 Show the type parameter list on generic dynamic member tooltips 2 months ago
Siegfried Pammer 4ff11dd796 Add a hover-only reference mode, distinct from local highlighting 2 months ago
Siegfried Pammer 325494558b Show a hover for the constructor of a dynamic new expression 2 months ago
Siegfried Pammer 924f66c9df Show a hover for the dynamic type keyword 2 months ago
Siegfried Pammer 749caad637 Show hover tooltips for local variables 2 months ago
Siegfried Pammer 79a67fcee3 Make synthesized dynamic members hover-only, not navigable 2 months ago
Siegfried Pammer 1c010a828e Give dynamic member accesses a symbol for hover tooltips 2 months ago
Siegfried Pammer cac1209014 Fix #1638: identify renamed yield state machine members via method impls 2 months ago
Christoph Wille 2e617a38c0 Report deduplicated reference count, deflake EventSource schema tests 2 months ago
Christoph Wille 8a9dd8b053 Document how to collect event traces 2 months ago
Christoph Wille f5199fae24 Add ILSpyXEventSource for assembly load, resolve, search and analyzer tracing 2 months ago
Christoph Wille c8474419c4 Redesign DecompilerEventSource with Start/Stop tracing and keyword gating 2 months ago
Siegfried Pammer fddd62286b Beautify enum declarations by referencing previously declared members 2 months ago