7259 Commits (02cf1d3fe27334c2c623581e193c0d0b0582a8e6)
 

Author SHA1 Message Date
ElektroKill 02cf1d3fe2
Add unit test 3 years ago
ElektroKill c8fd044706
Fix `UsingTranform` for inlined `isinst` variation (refs #2199) 3 years ago
Siegfried Pammer be1303f3e3
Merge pull request #2845 from ElektroKill/vb-automatic-events 3 years ago
tom-englert 3248657d2b
Add filtering/sorting capabilities to ReflectionDisassembler (#2835) 3 years ago
ElektroKill a5febb3e4f
Add support for VB.NET automatic events 3 years ago
Siegfried Pammer 426d362383
Merge pull request #2843 from ElektroKill/fix/issue2842 3 years ago
ElektroKill cd3d23e406
Include property and event return types in `RequiredNamespaceCollector` 3 years ago
Siegfried Pammer bfe3914a5e Fix #2831: Popup/Tooltip scaling on multi-monitor multi-DPI setups. 3 years ago
Christoph Wille 4b14fbb637
RTM package reference for Roslyn (#2839) 3 years ago
Daniel Grunwald 4faca0dbfb
Merge pull request #2833 from icsharpcode/required-members 3 years ago
Daniel Grunwald 6fd5ca1e60
Merge pull request #2832 from icsharpcode/roslyn-440 3 years ago
Daniel Grunwald 516341a09b Use "static abstract" instead of "abstract static". 3 years ago
Daniel Grunwald 8f1afbd8cb Add test for operator in interface. 3 years ago
Daniel Grunwald f192cb2703 Add test for required members in record. 3 years ago
Daniel Grunwald f3013010cd Add support for C# 11 required members. 3 years ago
Daniel Grunwald 1339eba016 C# 11 is no longer in preview. 3 years ago
Daniel Grunwald d3919aa99a Support native ints in "Combine bit.and into shift" transform 3 years ago
Daniel Grunwald afeeea7cf2 Replace roslynLatestOnlyOptions with roslyn3OrNewerOptions/roslyn4OrNewerOptions. 3 years ago
Christoph Wille 559c95f5c3 Update WPF-related NuGet packages 3 years ago
Siegfried Pammer f2b115a8b4
Merge pull request #2828 from icsharpcode/fix/2807 3 years ago
Siegfried Pammer e5426bb803 Add missing EmbeddedAttribute in Unsafe.il testcase. 3 years ago
Siegfried Pammer c3d0e5ecc2 Fix #1784: Move RemoveEmbeddedAttributes transform to ICSharpCode.Decompiler and do no longer decompile embedded attributes in WholeProjectDecompiler and PortablePdbWriter. 3 years ago
Siegfried Pammer 71e4d51786 Fix #2807: Detect when a compiler-generated/hidden type needs to be decompiled in WholeProjectDecompiler. 3 years ago
Siegfried Pammer d9595cae32 Hide compiler-commandline from output. 3 years ago
Siegfried Pammer 7349e3017d Reduce log noise from compiler/assembler process output. 3 years ago
Siegfried Pammer ae0e83f0c4 Records: Support new EqualityContract pattern. 3 years ago
Siegfried Pammer e1abccd5bb Ignore new attributes in tests 3 years ago
Siegfried Pammer be0dde3250 Update Roslyn to 4.4.0-4.final 3 years ago
Daniel Grunwald 696c85992a Suppress warnings. 3 years ago
Daniel Grunwald 3b6a650cf1 Fix nullability warnings in ILSpyX 3 years ago
Siegfried Pammer 65e4864e43
Merge pull request #2810 from miloush/assembly-name 3 years ago
Siegfried Pammer 6dc55ebfa4
Merge pull request #2792 from exyi/fix-FakeProperty-setter 3 years ago
Siegfried Pammer 2b9d3ea49f Fix #2827: Allow users to enter search queries that match our prefixes. 3 years ago
Siegfried Pammer f2da255200 Fix #2825: Missing whitespace after new() 3 years ago
Siegfried Pammer 51c7c45b14 Fix build. 3 years ago
Siegfried Pammer 6766ad0c59 #2823: Introduce `IType.GetDefinitionOrUnknown()` to allow better detection of async state-machines involving unknown types. 3 years ago
Siegfried Pammer 3075ec92fe #2823: Use row ID instead of token in AsyncDebugInfo blob. 3 years ago
Siegfried Pammer 6de775c8f3 #2822: Fix filter update in SearchPane. 3 years ago
Siegfried Pammer 4c8894a808 #2822: Fix LiteralSearchStrategy to refer to the AccessorOwner instead of the method, if available. 3 years ago
Siegfried Pammer b86250497d Add missing files. 3 years ago
Siegfried Pammer 94977d0022 Fix #2773: Decompilation of readonly properties in XAML 3 years ago
Siegfried Pammer bde782e4f5 Fix #2806: Do not use implicitly typed out variables, if argument and parameter types do not match exactly. 3 years ago
Christoph Wille 01b27084e8 Fix package generation - exclude content files, include PackageIcon 3 years ago
Siegfried Pammer d35959d824
Merge pull request #2817 from icsharpcode/fix/2816 3 years ago
Siegfried Pammer 397160eee5 Fix #2816: Update build-ilspy.yml 3 years ago
Jan Kučera 5b348c4ff7 include assembly name when decompiling 3 years ago
Siegfried Pammer 42668e810a Fix #2808: Insert cast to object when statically casting from dynamic to a reference type. 3 years ago
Siegfried Pammer e0c5b20a26
Merge pull request #2802 from andrewcrawley/pdbgen-progress-reporting 3 years ago
Siegfried Pammer 4619b997e5 Implement better progress reporting in ILSpy. 3 years ago
Siegfried Pammer 343694c549 Generalize progress reporting for decompilation and PDB generation. 3 years ago