Skip to content

Convert code from C# to VB.NET and vice versa using Roslyn

License

Notifications You must be signed in to change notification settings

lake2010/CodeConverter

 
 

Repository files navigation

Code Converter Build status

Convert code from C# to VB.NET and vice versa using Roslyn

NuGet: https://www.nuget.org/packages/ICSharpCode.CodeConverter/

VSIX: https://marketplace.visualstudio.com/items?itemName=SharpDevelopTeam.CodeConverter

Web site: https://roslyncodeconverter.azurewebsites.net

Using the Code Converter (NuGet)

Check out the ConverterController in the Web project - this is the easiest place to get started. Alternatively - with a bit of VS glue code - the CodeConversion class in the VSIX project.

History

It started as part of Refactoring Essentials. However, because of the way analyzers are tied to Visual Studio and Roslyn versions made it super-hard to co-evolve the code converter bits. That is why we teased the converters out and they are now a self-contained entity.

About

Convert code from C# to VB.NET and vice versa using Roslyn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • Other 0.1%