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: Web/Views/Home/About.cshtml
+11-17Lines changed: 11 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -7,33 +7,27 @@
7
7
<divclass="row">
8
8
<divclass="col-md-8">
9
9
<h2>About</h2>
10
-
11
-
<p>
12
-
A service provided by <ahref="https://github.com/icsharpcode/CodeConverter/">Code Converter</a> for Visual Studio.
13
-
It is included in the Visual Studio extension, where it runs locally without calling out to this REST API.
14
-
</p>
15
10
<p>
16
-
The code you submit is not stored in any form. Therefore, if an error occurs in conversion, we would like to ask
17
-
you to <ahref="https://github.com/icsharpcode/CodeConverter//issues">report it</a>.
18
-
Please do include the code snippet (if possible) so we can find (and thus fix) the problem as soon as possible.
11
+
The code you submit is not stored in any form. Therefore, please <ahref="https://github.com/icsharpcode/CodeConverter/issues">report errors</a>.
19
12
</p>
20
13
<p>
21
-
This service is brought to you by the same people that created <ahref="http://codeconverter.sharpdevelop.net/">http://codeconverter.sharpdevelop.net/</a>.
22
-
In comparison, this service today supports only C# to VB.NET (and vice versa), however in their respective latest versions - whereas the <ahref="https://github.com/icsharpcode/NRefactory/">NRefactory</a>-based
23
-
older service is C# 5.0 only (and won't be updated any more).
14
+
For larger conversions please use the <ahref="https://marketplace.visualstudio.com/items?itemName=SharpDevelopTeam.CodeConverter">Code Converter Extension</a>
15
+
for Visual Studio, which uses full project context to significantly improve conversion. It runs completely locally without calling this REST API.
24
16
</p>
25
17
<p>
26
18
The code for this Web site can be found in the <ahref="https://github.com/icsharpcode/CodeConverter/">Code Converter GitHub repository</a>.
27
-
The client library for the REST API plus some smaller clients are accessible via the <ahref="https://github.com/christophwille/roslyncodeconverterclients">clients repository</a>,
19
+
The client library for the REST API plus some smaller clients are accessible via the
0 commit comments