631 Commits (ff9789f8a7fd74a0a3389054e68fb116bfa7f238)

Author SHA1 Message Date
Siegfried Pammer ff9789f8a7 Fix bug in CollectNamespacesForDecompilation 7 years ago
Siegfried Pammer 22c4d45610 Add namespaces of type forwarders to namespaces list. 7 years ago
Siegfried Pammer 1a0052a345 Cache UsingScope during decompiler run. 7 years ago
Daniel Grunwald 828fe58a5b Fix NullReferenceException in OverloadResolution with parameterized UnknownType. 7 years ago
Siegfried Pammer daa48fbd3a #1080: Add test case 7 years ago
Siegfried Pammer 8da26dc315 Fix #1080: Invalid null propagation decompilation with ambiguous extension method call 7 years ago
Siegfried Pammer a06a04d48b #1080: Add ILTransformContext.RequiredNamespacesSuperset 7 years ago
Daniel Grunwald c869a4fc16 Fix #1085: The type system can now parameterize not just type definitions, but also unknown types. 7 years ago
Daniel Grunwald da6b371dd3 Remove some dead code in the type system. 7 years ago
Daniel Grunwald 4d00c65608 Use IReadOnlyList<T> instead of IList<T> in the resolved type system. 7 years ago
Siegfried Pammer eac591a7d7 Fix #1084: Decompiling constants of the target type 7 years ago
Daniel Grunwald 2d29a933d5 Preparation for non-trailing named arguments 7 years ago
Siegfried Pammer 40659a2283 Add minimal support for C# 7 discards in out var declarations. 7 years ago
Siegfried Pammer 72917b0bde Fix folding bug with string interpolation 7 years ago
Siegfried Pammer 3dcc388e99 #894: Transform IsByRefLikeAttribute and IsReadOnlyAttribute on structs to ref and readonly modifiers, respectively. Remove ObsoleteAttribute. 7 years ago
Siegfried Pammer 636224430a Add ref modifier 7 years ago
Daniel Grunwald 19e840856f Use out variable declarations where possible. 7 years ago
Daniel Grunwald 8a589b2fd2 Add DecompilerSettings constructor that takes a language version. 7 years ago
Siegfried Pammer 704eec86ae Add basic unit tests for ref returns, locals and conditional 7 years ago
Siegfried Pammer c382989904 Add expression body syntax for getter-only properties. 7 years ago
Siegfried Pammer 384111f0dd Fix #1075: NullReferenceException in StatementBuilder.TranslateSwitch 7 years ago
Siegfried Pammer 7544eac5b4 Add support for mcs 2.6.4 switch-on-string 7 years ago
Siegfried Pammer 676992159c Fix #1045: Duplicate visitors in CSharpOutputVisitor 7 years ago
Daniel Grunwald 480ddc0c8f #1055: Use more type hints in ExpressionBuilder. 7 years ago
Siegfried Pammer 63ef50fa8c Fix #1061: Different control flow in decompiled code 7 years ago
Daniel Grunwald 4177e182fe #1050: Add support for ?. operator applied to ref-parameters, and other cases where the compiler uses a generated ref local for the ?. operator. 7 years ago
Siegfried Pammer 0ffc747acf Fix #1059: String "interpolation", invalid cast when emitting "IL with C#" 7 years ago
Siegfried Pammer 3892762e70 Fix #1053: virtual protected base method with 'out', invalid cast-to-base on use. 7 years ago
Daniel Grunwald 36035de5fa Improve decompilation of ?. in generic code. 7 years ago
Daniel Grunwald 937b86be68 Fix type of ref-locals when there's ref-assignment involved. 7 years ago
Andrey Shchekin 6ba6b8c8f6 Added support for ArrayInitializers=false to suppress prettifier over array initializers (used by SharpLab). 7 years ago
Siegfried Pammer 659b12bdb8 Fix #1083: add pattern for mcs auto events (version 4) 7 years ago
Siegfried Pammer 7cbcdd9f0e #1049: add back some decompiler settings 7 years ago
Siegfried Pammer ebf213d85e Fix #1047: Unsupported method 7 years ago
Siegfried Pammer 7358fae977 Wrap conditional expressions in parentheses, if used in string interpolation literals. 7 years ago
Siegfried Pammer 4cccf9fac5 Fix crash described in #1038. 7 years ago
Siegfried Pammer b28a1719e7 Close #1033: Add TFM for net45 7 years ago
Siegfried Pammer ac1f061ad8 Add extra "advanced settings" only visible in debug builds, to make debugging special settings easier. 7 years ago
Siegfried Pammer 8db1934105 Implement DecompileMemberBodies setting in CSharpDecompiler. (This fixes #1032) 7 years ago
Siegfried Pammer 1e14c8ffae Close #1033: Add TFM for net45 7 years ago
MikeFH 66d806b2d9 Add support for async main method 7 years ago
Daniel Grunwald 3c720b2030 Implement ?. operator when the result of the call is not used 8 years ago
Daniel Grunwald 80a717c090 Fix some bugs in decompilation of ?. operator. 8 years ago
Daniel Grunwald ca0fa55af8 Implement null propagation transform. 8 years ago
Daniel Grunwald a8a852b742 Add instructions for modeling the "?." operator in the ILAst. 8 years ago
Daniel Grunwald 97efc7b7f5 Fix some value type stack slots incorrectly being decompiled to a variable of type "object". 8 years ago
Siegfried Pammer 889b14747f Fix NRE in DoDecompile(FieldDefinition) on internal value__ enum fields 8 years ago
Siegfried Pammer f59504bbce Fix bug in StringInterpolation transform: do not transform if arguments use string literals, nested string literals are not allowed. 8 years ago
Siegfried Pammer d1bc4f4b54 Implement string interpolation pattern in ReplaceMethodCallsWithOperators 8 years ago
Siegfried Pammer bcb9cca39b StringInterpolation: basic implementation in AST 8 years ago