5493 Commits (597ee991a2b483621d08e721722d3cd7d2e26f8a)
 

Author SHA1 Message Date
Siegfried Pammer ea3a005908 Fix #1760: NRE in ILInlining, if nullable.rewrap is used with an expression that has a type parameter as its type. 6 years ago
Daniel Grunwald 74d46b0853
Merge pull request #1769 from Chicken-Bones/postincrementfloat 6 years ago
Siegfried Pammer 9a77a80e3c Fix #1767: Fix detection switch-on-string that uses leave instead of branch instructions. 6 years ago
SilverFox bf3132bf96 Fix warning NU5128 6 years ago
Chicken-Bones 661acdfc08 Transform post-increment on float/double. Fixes #1764 6 years ago
Andreas Weizel 56b9401a49 Basic work to add AvalonDock using MVVM, avoiding too big changes to existing architecture for now 6 years ago
Siegfried Pammer 527dacf1b6 Clean up files. 6 years ago
Siegfried Pammer 6d36627647 Limit size of tooltips to MainWindow size. 6 years ago
Siegfried Pammer fc6495cfea Fix bugs introduced by XLinq migration 6 years ago
Siegfried Pammer 24f51d1bf2 Use correct font size in width calculation 6 years ago
Siegfried Pammer 18e8f358be Get rid of RichTextModelOutput 6 years ago
Siegfried Pammer 83c525c1c2 Fix #1758: Input var name conflicting with framework class name 6 years ago
Siegfried Pammer fba6ab93d5 Set version to 5.0.2. 6 years ago
Siegfried Pammer 6330be36b3 Fix #1759: Substitute display-class type parameters with method type parameters in TransformDisplayClassUsage. 6 years ago
Siegfried Pammer b8ee3d4183 Respect decompiler settings in TransformDisplayClassUsage. 6 years ago
Siegfried Pammer 84ca705250 Fix #1750: DotNetCorePathFinder should not crash if a package is missing 6 years ago
Siegfried Pammer f7dd905543 Fix #1752: ExpandUsingDeclarations not saved. 6 years ago
Daniel Grunwald 968fe1468f Fix #1747: Stack overflow when decompiling a `bool` -> `bool?` conversion. 6 years ago
Siegfried Pammer d6edcaa469
Merge pull request #1763 from yyjdelete/patch1762 6 years ago
Siegfried Pammer d0f32b93c1 Make sure mappingInfo is not null when passed to typedefs, methoddefs, properties and events. 6 years ago
SilverFox 8c8dcf5630 Fix issue #1762 6 years ago
Siegfried Pammer 4e729db8c3
Update README.md 6 years ago
Siegfried Pammer 7d6ebae03a
Update README.md 6 years ago
Siegfried Pammer ce36e9d488
Merge pull request #1754 from davidwengier/FixNREWhenForeachTurnedOff 6 years ago
Siegfried Pammer 981401a206 Fix #1750: DotNetCorePathFinder should not crash if a package is missing 6 years ago
Siegfried Pammer 4e5a2c4a6a Replace AXmlParser with XLinq. 6 years ago
Siegfried Pammer f07bfeca51
Merge pull request #1740 from icsharpcode/issue1677 6 years ago
Siegfried Pammer e92b9f9476 Add basic "ugly" test with disabled foreach detection. 6 years ago
David Wengier e30e08a59d The resource expression is always needed regardless of the setting. 6 years ago
Siegfried Pammer 99fc4d8b83
Merge pull request #1751 from github-jane-doe/typos 6 years ago
David Wengier 3aebec96f5 Fix NullReferenceException when foreach decompilation is turned off 6 years ago
Siegfried Pammer b0935ef2e4 Fix #1752: ExpandUsingDeclarations not saved. 6 years ago
Jane Doe d7fb32741b compilaton -> compilation 6 years ago
Jane Doe 2b019a922a commiting -> committing 6 years ago
Jane Doe 8a625954c4 short-circuting -> short-circuiting 6 years ago
Jane Doe 446ac06e38 candiate -> candidate 6 years ago
Jane Doe 517691dcd2 attibutes -> attributes 6 years ago
Jane Doe 16036f12ec Atributes -> Attributes 6 years ago
Jane Doe 0c39ddbd9a assosiated -> associated 6 years ago
Jane Doe 37a801e3fb Anaylsis -> Analysis 6 years ago
Jane Doe 180280cc2d agressive -> aggressive 6 years ago
Jane Doe 5373cb26ad Ancsestor -> Ancestor 6 years ago
Andreas Weizel b4a63c4c15 Temporary fix for search pane bug being opened twice 6 years ago
Siegfried Pammer 645341b860 Fix #1741: Use __ld(virt)ftn(...) pattern for accessor method group references. 6 years ago
Siegfried Pammer 0a432e23fb Fix #1742: Special case for case string.Empty generated by mcs. 6 years ago
Siegfried Pammer cc3a0bef7e Fix #1745: Empty string is missing from switch result 6 years ago
Siegfried Pammer 18935434fe
Merge pull request #1746 from icsharpcode/buildorderbug 6 years ago
Christoph Wille 54ae60b555 Apply suggestion from https://github.com/dotnet/sdk/issues/3708#issuecomment-539254182 "setting GenerateSupportedRuntime to false" 6 years ago
Siegfried Pammer 8ec9bcb1a6 Fix #1744: C# decompilation does not show System.Enum derives from System.ValueTuple 6 years ago
Siegfried Pammer b1352aa569 Fix #1743: Add pattern for struct constructor initializers. 6 years ago