Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.

Commit cbb7fdc

Browse files
committed
Note: There is currently no maintainer for NRefactory.
1 parent ab1c338 commit cbb7fdc

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
Overview of the NRefactory library:
1+
Note: There is currently no maintainer for NRefactory.
2+
3+
If you need a C# parser / compiler frontend, use Microsoft.CodeAnalysis (Roslyn)
4+
instead.
5+
6+
The refactorings in NRefactory have been ported to Roslyn:
7+
https://github.com/icsharpcode/RefactoringEssentials/
8+
9+
------------------------------------------------------------------------------
10+
11+
Overview of the NRefactory library:
212

313
Introductory documentation:
414
http://www.codeproject.com/Articles/408663/Using-NRefactory-for-analyzing-Csharp-code
@@ -25,12 +35,13 @@ Features:
2535
- Lots of C# refactorings
2636

2737
Non-Features:
28-
- VB support is not implemented yet.
38+
- C# 6 is not supported.
39+
- VB support is not implemented.
2940
- NRefactory cannot generate IL code -- it's a compiler frontend, not a full compiler
3041

3142
Dependencies:
3243
.NET 4.0
33-
Mono.Cecil 0.9.5
44+
Mono.Cecil 0.9.6
3445
NRefactory contains a modified copy of mcs (Mono's C# compiler) for the C# parser.
3546

3647

0 commit comments

Comments
 (0)