百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
C

CodeConverter

> 编程语言
开源

使用 Roslyn 将 C# 代码转换为 VB.NET,反之亦然

907 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

使用 Roslyn 将 C# 代码转换为 VB.NET,反之亦然

Code Converter

Convert code from VB.NET to C# (and vice versa) using Roslyn - all free and open source:

  • Visual Studio extension
    • To install close VS and double-click the downloadeded .vsix file
  • Online snippet converter
  • Command line dotnet tool install ICSharpCode.CodeConverter.codeconv --global (still requires VS2026 18.0+ installed)
  • Nuget library (this underpins all other free converters you'll find online)

See wiki for advice on getting the best results, or the changelog for recent improvements.

Visual Studio Extension

Adds context menu items to convert projects/files between VB.NET and C#. See the wiki documentation for advice / help using it.

Download from Visual Studio Marketplace (Ideally use VS VS2026 18.0+)

  • Flexible: Convert a small selection, or a whole solution in one go, in either direction.
  • Accurate: Full project context (through Roslyn) is used to get the most accurate conversion.
  • Safe: Conversion runs entirely locally - your code doesn't leave your machine.
  • Completely free and open source GitHub project.
  • Integrated: Uses the Output window to show conversion progress / summary.
  • Actively developed: User feedback helps us continuously strive for a more accurate conversion.

Contributing

Let us know what needs improving. If you want to get involved in writing the code yourself, even better! We've already had code contributions from several first time GitHub contributors, so don't be shy! See Contributing.md for more info.

The VB -> C# conversion quality is much higher than the C# -> VB conversion quality. The use cases differ considerably as does the supply/demand of improvements.

Use cases

Visual Basic .NET is slowly dying. It has support for some project types from .NET 5, but won't be getting new features according to the .NET Team Blog. Hence the main use case for:

  • VB->C#: moving whole projects
  • C#->VB: help incorporate snippets from stack overflow into existing VB codebase, or to help learning one language from the other

Other ways to use the converter

  • Latest CI build (potentially less stable):
    • See latest build
    • Uninstall current version, click on a build and download/install the VSIX file at the bottom of the page
  • Integrating the NuGet library
    • See CodeConversion.ConvertDocumentUnhandledAsync or CodeConversion.ConvertProjectUnhandled in the VSIX project.
    • See ConverterController for a more web-focused API.
  • Note: If converting net framework projects, the command line dropped support in version 10, but the visual studio extension still supports it

Building/running from source

  1. Ensure you have .NET Core SDK 10.0
  2. Open the solution in Visual Studio 2022+ (Community edition is sufficient)
  3. To run the website, set web as the startup project
  • You will need Node (LTS)
  1. To run the Visual Studio extension, set Vsix as the startup project
    • A new instance of Visual Studio will open with the extension installed

History

A spiritual successor of the code conversion within SharpDevelop and later part of Refactoring Essentials, the code converter was separated out to avoid difficulties with different Visual Studio and Roslyn versions.

More screenshots

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C#c-sharpcode-converterconverteronline-snippet-converter

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言