Convert Code to C# - HaydosBruh/Battleships GitHub Wiki

The tool we are using to convert the VB project to C# is a free visual studio extension found here: https://marketplace.visualstudio.com/items?itemName=SharpDevelopTeam.CodeConverter

A number of alternatives were considered, mostly online tools such as https://converter.telerik.com/

These options were discarded since they perform poorly for large codebases which have large amounts of inheritance and dependencies, and are tedious to do with a large number of files, as opposed to the extension which converts the whole project at once.