Link: https://marketplace.visualstudio.com/items?itemName=AdrianDev.exr123
Paste the CSharp class and click "Convert"
This CLI tool allows to convert multiple code files and save them to specified directory without doing it one by one.
- Visual Studio 2019
- Dotnet SDK
- Clone the repository
- Go to project root directory
- Run:
dotnet build
- Go to Converter.CLI\bin\Debug\netcoreapp3.1\win7-x64 and call
dotnet ConverterCLI.dll f --dir <path of files to convert> --out <your output directory>