c254bd676b | ||
---|---|---|
.nuget | ||
ICSharpCode.CodeConverter | ||
Tests | ||
Vsix | ||
Web | ||
.editorconfig | ||
.gitignore | ||
CHANGELOG.md | ||
CodeConverter.sln | ||
LICENSE | ||
README.md | ||
appveyor.yml |
README.md
Code Converter
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.