7285 Commits (4eea4bf3530c3e7aa61b1b8f3e767da40f641fc0)
 

Author SHA1 Message Date
Siegfried Pammer 4eea4bf353 Fix #2830: Can't decompile project with / in resource name on Windows 2 years ago
Siegfried Pammer 598bc2c836
Merge pull request #2754 from icsharpcode/opt/assignvariablenames 2 years ago
Siegfried Pammer 619d2af9b2 Add GetNamespaceByFullName and use it to speed up AssignVariableNames.CollectAllLowerCaseTypeNames 2 years ago
Siegfried Pammer 3d117a5bea
Merge pull request #2841 from ElektroKill/fix/foreach-issue-2199 2 years ago
Siegfried Pammer 8e48f638d9
Merge pull request #2853 from ElektroKill/vb-async 2 years ago
Christoph Wille 4951ef0ae7 Next release will be 8.0-preview3 2 years ago
Siegfried Pammer 3082f0d9ae
Merge pull request #2844 from ElektroKill/vb-cached-delegate-init-with-closure 3 years ago
ElektroKill b193c2a6a2
Add support for rare VB cached delegate construction pattern with return 3 years ago
Daniel Grunwald 152f34b18a
Merge pull request #2854 from ElektroKill/enable-passing-ignored-tests 3 years ago
ElektroKill 908a85e8a8
Fix using statement formatting 3 years ago
ElektroKill ea19843fbd
Fix `CachedDelegateInitializationVBWithClosure` stack slot check 3 years ago
ElektroKill 00e7524780
Fix`CachedDelegatenitializationVB` pattern 3 years ago
ElektroKill 341074aa58
Extend VBPretty Async test code 3 years ago
ElektroKill 26944e424d
Enable MiniJSON test for MCS 2.6.4 3 years ago
ElektroKill 684be5c13a
Fix VBPretty Async test 3 years ago
ElektroKill 5d3f9d3a6f
Add support for Visual Basic async await state machine decompilation 3 years ago
Daniel Grunwald 260f561432
Merge pull request #2840 from ElektroKill/fix/dynamic-type-for-volatile-fields 3 years ago
Daniel Grunwald 2d8c5fcc9a Require .NET 6.0.2 SDK. 3 years ago
Siegfried Pammer 007f80add2
Merge pull request #2846 from ElektroKill/lock-with-yield-return 3 years ago
Siegfried Pammer efa71dd065
Merge pull request #2852 from ElektroKill/enable-passing-ignored-tests 3 years ago
ElektroKill 7c76bc4bc9
Enable Tuple pretty test for Roslyn version 3 years ago
ElektroKill 119d8df431
Enable two `OverloadResolution` tests as they are no longer broken 3 years ago
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
ElektroKill cdad14b685
Add support for `lock` statements within yield return state machines 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
ElektroKill 7c73517892
Fix formatting 3 years ago
ElektroKill a979f0fdfa
Add support for VB.NET cached delegate initialization with closures 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
ElektroKill 0b9d546f46
Fix dynamic type index calculation in `ApplyAttributeTypeVisitor` 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