- This only applies to the old SharpDevelop based on NRefactory. - The new CodeConverter repo only does VB->C# and C#->VB: See [Where did the snippet converter with more languages go?](https://github.com/icsharpcode/CodeConverter/issues/709) on the archived repo. [MapDicer.ConvertedToPython-SharpDevelop3.2.1.6466.zip](https://github.com/poikilos/pycodetool/files/9214174/MapDicer.ConvertedToPython-SharpDevelop3.2.1.6466.zip) - [ ] Remove SharpDevelop from instructions or add a note regarding this issue and remove it from requirements. - [ ] Fork csharp-to-python to improve it, such as: - [ ] `# /` should be `#` for cases of `///` - [ ] Ensure block comments are handled cleanly (If nothing is on the line before `/*`, use `'''` as the comment style)