Command line tool release
Command line tool released, get it with dotnet tool install ICSharpCode.CodeConverter.codeconv --global
Known issue: Not compatible with VS2017 (use next release)
VB -> C#
- Convert files with legacy vb6 file extensions (e.g. .cls, .frm)
- Fix for converting For...Next...Step loops with a variable step that's sometimes negative #453
- Fix for abstract readonly/writeonly property conversion including a private accessor
- Generated parameterless constructors are now public by default
- Multiple classes in the same file no longer affect each other's constructors
- Cast expressions are now parenthesized when converted
- Fix nullref fatal error dialog for delegates with omitted argument types #560