v2.9.8
What's Changed
- FIX: Added support of param arrays within constructors by @metoule in #199
- FIX: Allow a lambda expression to access the initial expression's parameters by @metoule in #201
- FIX: Improve support of nullable types by @metoule in #209
- FIX: incorrect overload resolution by @metoule in #215
- MethodHasPriority: improve resolution by @metoule in #210
- Improve bitwise operations support by @metoule in #208
- No longer try to emit a constant expression for generic types with generic parameters by @metoule in #218
Full Changelog: v2.9.7...v2.9.8