3208 Commits (bf3132bf96464fdbeedd629dc37782085c159e9d)

Author SHA1 Message Date
SilverFox bf3132bf96 Fix warning NU5128 7 years ago
Siegfried Pammer 83c525c1c2 Fix #1758: Input var name conflicting with framework class name 7 years ago
Siegfried Pammer d0f32b93c1 Make sure mappingInfo is not null when passed to typedefs, methoddefs, properties and events. 7 years ago
SilverFox 8c8dcf5630 Fix issue #1762 7 years ago
Siegfried Pammer 981401a206 Fix #1750: DotNetCorePathFinder should not crash if a package is missing 7 years ago
David Wengier e30e08a59d The resource expression is always needed regardless of the setting. 7 years ago
David Wengier 3aebec96f5 Fix NullReferenceException when foreach decompilation is turned off 7 years ago
Jane Doe d7fb32741b compilaton -> compilation 7 years ago
Jane Doe 8a625954c4 short-circuting -> short-circuiting 7 years ago
Jane Doe 446ac06e38 candiate -> candidate 7 years ago
Jane Doe 517691dcd2 attibutes -> attributes 7 years ago
Jane Doe 0c39ddbd9a assosiated -> associated 7 years ago
Jane Doe 37a801e3fb Anaylsis -> Analysis 7 years ago
Jane Doe 180280cc2d agressive -> aggressive 7 years ago
Siegfried Pammer 645341b860 Fix #1741: Use __ld(virt)ftn(...) pattern for accessor method group references. 7 years ago
Siegfried Pammer 0a432e23fb Fix #1742: Special case for case string.Empty generated by mcs. 7 years ago
Siegfried Pammer cc3a0bef7e Fix #1745: Empty string is missing from switch result 7 years ago
Siegfried Pammer 8ec9bcb1a6 Fix #1744: C# decompilation does not show System.Enum derives from System.ValueTuple 7 years ago
Siegfried Pammer b1352aa569 Fix #1743: Add pattern for struct constructor initializers. 7 years ago
Christoph Wille 55edb093cb iconUrl -> icon for ics.d nuspec https://aka.ms/deprecateIconUrl 7 years ago
Siegfried Pammer 941906e8db Fix #1699: Auto properties without getter are not properly decompiled 7 years ago
jkuehner 6bd12413ae Apply DebuggerDisplayAttribute to PEFile for easier debugging. 7 years ago
Daniel Grunwald d65b109fbc Fix #1689: Add support for null propagation on array access: `arr?[i]` 7 years ago
Daniel Grunwald 80cb24d180 Fix #1709: NullPropagationTransform.IsGetter on generic types 7 years ago
Christoph Wille 7de25bc4b5 Change target name to using BeforeTargets 7 years ago
Christoph Wille 5388a18c46 Remove old hacks for decompiler csproj 7 years ago
Daniel Grunwald 5911b13497 Fix modifiers on default interface methods. 7 years ago
Daniel Grunwald 8f90f3834d Implement support for C# 8 readonly members. 7 years ago
Daniel Grunwald ae32913aca Add IMethod.ThisIsRefReadOnly 7 years ago
Siegfried Pammer 7c8458dfa3 Refactor TransformDisplayClassUsage 7 years ago
Daniel Grunwald 1d95eb60a2 Fix #1680: Invalid cast `(uint?)-1` 7 years ago
Siegfried Pammer 9190515d8b #1151: Support for ref readonly locals. 7 years ago
Daniel Grunwald 4b90e43187 Avoid making explicit ToString() implicit when doing so changes the semantics for mutable value types. 7 years ago
Daniel Grunwald b5eecb8afc Don't remove redundant ToString() calls in expression trees. 7 years ago
Daniel Grunwald 7a5d8af57d #1691: Further improvements for decompiling the new VS 2019.3 string concatenation IL pattern 7 years ago
Andreas Weizel c12b5d60ec Resolve framework assemblies from more .NET Core runtime packs, like "Microsoft.WindowsDesktop.App" etc. 7 years ago
Daniel Grunwald bfa5ae8ac0 Fix #1691: Remove ToString() calls inserted by C# compiler. 7 years ago
Siegfried Pammer 74f3b2a0dd Fix #1712: Invalid SequencePointsBlob when generating PDB: Filter duplicate IL range assignments. 7 years ago
Daniel Grunwald c32361d464 #1691: Avoid replacing string.Concat() with operator+ when the evaluation order depends on the compiler version. 7 years ago
Daniel Grunwald b45f21e714 #1675: Fix converting static method to method group 7 years ago
Siegfried Pammer 9fff0438c0 Fix #1675: Emit __ldftn/__ldvirtftn pseudo expressions, if delegate construction is not supported. 7 years ago
Daniel Grunwald fb70a2861e Fix #1656: Disable CopyPropagation for split variables. 7 years ago
Daniel Grunwald 0d3a3bee82 Fix #1703: Support async methods that never return normally. 7 years ago
Jan Kučera b342dd6b11 Assembly search kind, default to short name 7 years ago
Siegfried Pammer d2f7258347 Fix #1681: Use discard assignment, if possible. 7 years ago
Siegfried Pammer c3e61b39fc #1681: Include fields from base types in AssignVariableNames.CollectReservedVariableNames 7 years ago
Siegfried Pammer 51b48b9332 Fix #1685: Add "Always show enum values" setting. 7 years ago
Christoph Wille 9e76f2b28c Use SourceLink instead of EmbedAllSources 7 years ago
Siegfried Pammer ad550fe675 Add uint{size} aliases used by ildasm. 7 years ago
Siegfried Pammer be887d0ea6 #1674: Add DebugInfoProvider to WholeProjectDecompiler API. 7 years ago