Skip to content

Commit b0e3db1

Browse files
Update the about page
1 parent b9e6d01 commit b0e3db1

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

Web/Views/Home/About.cshtml

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,27 @@
77
<div class="row">
88
<div class="col-md-8">
99
<h2>About</h2>
10-
11-
<p>
12-
A service provided by <a href="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>
1510
<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 <a href="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 <a href="https://github.com/icsharpcode/CodeConverter/issues">report errors</a>.
1912
</p>
2013
<p>
21-
This service is brought to you by the same people that created <a href="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 <a href="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 <a href="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.
2416
</p>
2517
<p>
2618
The code for this Web site can be found in the <a href="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 <a href="https://github.com/christophwille/roslyncodeconverterclients">clients repository</a>,
19+
The client library for the REST API plus some smaller clients are accessible via the
20+
<a href="https://github.com/christophwille/roslyncodeconverterclients">clients repository</a>,
2821
which has a downloadable release of the <a href="https://github.com/christophwille/roslyncodeconverterclients/releases">Windows desktop client</a>.
2922
</p>
3023
<p>
31-
As always, help is appreciated - eg converters for other language combinations. Please open an issue when intending to do so.
24+
As always, help is appreciated - e.g. converters for other language combinations. Please open an issue when intending to do so.
25+
</p>
26+
<p>
27+
This service is brought to you by <a href="https://github.com/icsharpcode">ICSharpCode</a>.
28+
It was formerly part of Refactoring Essentials, and is the spiritual successor of our code converter in
29+
<a href="http://codeconverter.sharpdevelop.net/">SharpDevelop</a> which supported up to C# 5.0.
3230
</p>
33-
34-
35-
<p>&nbsp;</p>
36-
<p>Formerly part of Refactoring Essentials</p>
3731

3832
</div>
3933
</div>

0 commit comments

Comments
 (0)