Convert code from C# to VB.NET and vice versa using Roslyn
Перейти к файлу
GrahamTheCoder c254bd676b Copy structural changes into the C# -> VB converter to keep in step 2018-02-26 21:00:20 +00:00
.nuget Add source code from RefactoringEssentials (old namespaces) 2017-12-20 10:31:16 +01:00
ICSharpCode.CodeConverter Copy structural changes into the C# -> VB converter to keep in step 2018-02-26 21:00:20 +00:00
Tests Copy structural changes into the C# -> VB converter to keep in step 2018-02-26 21:00:20 +00:00
Vsix Copy structural changes into the C# -> VB converter to keep in step 2018-02-26 21:00:20 +00:00
Web Rev version number and add release notes 2018-02-26 20:07:01 +00:00
.editorconfig Update editor config 2018-02-10 11:40:12 +00:00
.gitignore Initial commit 2017-12-20 09:55:35 +01:00
CHANGELOG.md Rev version number and add release notes 2018-02-26 20:07:01 +00:00
CodeConverter.sln Remove Mono targets 2017-12-20 11:27:50 +01:00
LICENSE Initial commit 2017-12-20 09:55:35 +01:00
README.md Add a bit of history 2017-12-20 13:34:49 +01:00
appveyor.yml Rev version number and add release notes 2018-02-26 20:07:01 +00:00

README.md

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.