hazzik / DelegateDecompiler

A library which is able to decompile a delegate or a method body to its lambda representation
MIT License
526 stars 62 forks source link

Fix unary Not operator for enums #169

Closed billybraga closed 3 years ago

billybraga commented 3 years ago

Using same technique as binary expressions (created MakeUnaryExpression based on MakeBinaryExpression).

Fixes #168

billybraga commented 3 years ago

@hazzik Do you need anything else to merge and release?

hazzik commented 3 years ago

Thanks and sorry it took long to respond.