Give a try to Code Coverter
https://github.com/icsharpcode/CodeConverter
Native vb.Net to C# conversion
NachitoMax
416
Reputation points
Hey
Im in the transition of converting my projects from vb.net to C#. Currently im using a 3rd party conversion and its taking a long time. Today while running a test on the vb.net project, i noticed my vb.net class had been converted during runtime to C#. I know this because i had placed a Stop in my vb.net class that, during runtime, appeared as debugger.Break; with all of my code effortlessly converted to C#.
So, is there a way to convert a project solution to C# in Visual Studio seeing as it can do it by itself when compiling?
Thanks
1 answer
Sort by: Most helpful
-
Jose Zero 576 Reputation points
2024-03-25T23:37:00.2666667+00:00