Convert C# to VB.NET

Good morning,

Use the following steps to convert your project from “C#” to “VB.Net

  • Open the “project.json” file in your preferred code editor (I used Notepad++)

  • Scroll down until you find “expressionLanguage”: “CSharp”,

  • Change “expressionLanguage”: “CSharp”, to “expressionLanguage”: “VisualBasic”,

  • Re-launch your project and continue with VisualBasic Legacy