Native vb.Net to C# conversion

NachitoMax 411 Reputation points
2024-03-25T22:07:15.45+00:00

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

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,459 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,380 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,605 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jose Zero 576 Reputation points
    2024-03-25T23:37:00.2666667+00:00
    0 comments No comments