15 Commits (2ca6e22384abe6dc7df75a436e75a3599c46e426)

Author SHA1 Message Date
Siegfried Pammer 355a039b59 Sightly improve variable naming of known types such as EventArgs and Exceptions 10 months ago
Siegfried Pammer de5b72114e Fix nullable and other warnings. 4 years ago
Daniel Grunwald 6757295b3b Fix #2379: Keep `return` statements around in original form for ConditionDetection, only transform to fall-through block-exit at the end of the transform pipeline. 5 years ago
Siegfried Pammer 76227af89d Fix #1749, fix #2339, fix #2353: Add support for rethrow in async exception handlers, fix await catch/finally patterns for complex methods. 5 years ago
dotnet format 0d9f871a4f #2128: Reformat the whole code base. 5 years ago
Daniel Grunwald f1021cb300 Fix #1643: Handle unbox.any in TransformCatchVariable. 6 years ago
Chicken-Bones 3fb7c71f8a Improve control flow decompilation in ConditionDetection 8 years ago
Daniel Grunwald 50509c4985 Fix #1140: Fix assertion when finally block unconditionally throws an exception. 8 years ago
Siegfried Pammer 5dd7eaf129 Fix #1093: Remove usage of type or this qualifiers, when possible. 8 years ago
Daniel Grunwald 3fae36dab9 Use mcs for correctness tests. 8 years ago
mohe2015 c199c61c62 Add testcase. 8 years ago
Siegfried Pammer 2857a8dcf9 ad #885 and #886: add more tests 8 years ago
Siegfried Pammer d702cfd2de Reactivate old ExceptionHandling tests. 8 years ago
Siegfried Pammer 150803760b Add lost ExceptionHandling pretty tests 8 years ago
Siegfried Pammer e26af08a1c Move test projects to their own directory in \ 8 years ago
Siegfried Pammer 0524b4a353 Remove unused usings in solution; remove dead code; unify namespaces 9 years ago
Daniel Grunwald dd485b971d Eliminate goto in conditional return in try block. 9 years ago
Siegfried Pammer 9f161006a5 fix #560: properly recognize `lock` pattern of C# 2, and add `lock (this)` pattern 11 years ago
Daniel Grunwald 2c75fada90 Update to NRefactory 5.4 12 years ago