You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ See [wiki](https://github.com/icsharpcode/CodeConverter/wiki) for advice on gett
15
15
16
16
Adds context menu items to convert projects/files between VB.NET and C#. See the [wiki documentation](https://github.com/icsharpcode/CodeConverter/wiki) for advice / help using it.
17
17
18
-
Download from [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=SharpDevelopTeam.CodeConverter) (Use VS VS2026 18.0+)
18
+
Download from [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=SharpDevelopTeam.CodeConverter) (Ideally use VS VS2026 18.0+)
19
19
20
20
* Flexible: Convert a small selection, or a whole solution in one go, in either direction.
21
21
* Accurate: Full project context (through Roslyn) is used to get the most accurate conversion.
@@ -53,8 +53,8 @@ Visual Basic .NET is slowly dying. It has support for *some* project types from
53
53
54
54
1. Ensure you have [.NET Core SDK 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
55
55
2. Open the solution in Visual Studio 2022+ (Community edition is sufficient)
56
-
3. To run the website, set CodeConverter.Web as the startup project
57
-
* You will need [Node (LTS)](https://community.chocolatey.org/packages/nodejs-lts) 16.* (node 17 introduces a breaking change causing ERR_OSSL_EVP_UNSUPPORTED)
56
+
3. To run the website, set web as the startup project
57
+
* You will need Node (LTS)
58
58
5. To run the Visual Studio extension, set Vsix as the startup project
59
59
* A new instance of Visual Studio will open with the extension installed
0 commit comments