v4.1
·
9 commits
to master
since this release
- Fixing
Guid
constant translation, re: #119 - Fixing various string concatenation issues, re: #120, 123
- Rendering
string.Concat(Object)
calls as method calls, not concatenation, re: #116 - Fixing custom method conversion unary translation, re: #117
- Including cast parentheses in cast index access subject, re: #122
- Removing some redundant parentheses in chained binary operations
- Adding setting to translate all
string.Concat()
calls as method calls, not concatenation