Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Grunwald <daniel@danielgrunwald.de>2016-11-26 13:51:50 +0300
committerDaniel Grunwald <daniel@danielgrunwald.de>2016-11-26 13:51:50 +0300
commitcbb7fdc0dbf451cfbedde41238f2cd49ac7b1e06 (patch)
tree55f3f5d4e6f68fb10272d90b292fe67011b72881
parentab1c3381e80dfdc4bb3062f29fad17dab7b0e4e5 (diff)
Note: There is currently no maintainer for NRefactory.
-rw-r--r--README17
1 files changed, 14 insertions, 3 deletions
diff --git a/README b/README
index 817c01f4..bd353d0d 100644
--- a/README
+++ b/README
@@ -1,4 +1,14 @@
-Overview of the NRefactory library:
+Note: There is currently no maintainer for NRefactory.
+
+If you need a C# parser / compiler frontend, use Microsoft.CodeAnalysis (Roslyn)
+instead.
+
+The refactorings in NRefactory have been ported to Roslyn:
+ https://github.com/icsharpcode/RefactoringEssentials/
+
+------------------------------------------------------------------------------
+
+Overview of the NRefactory library:
Introductory documentation:
http://www.codeproject.com/Articles/408663/Using-NRefactory-for-analyzing-Csharp-code
@@ -25,12 +35,13 @@ Features:
- Lots of C# refactorings
Non-Features:
- - VB support is not implemented yet.
+ - C# 6 is not supported.
+ - VB support is not implemented.
- NRefactory cannot generate IL code -- it's a compiler frontend, not a full compiler
Dependencies:
.NET 4.0
- Mono.Cecil 0.9.5
+ Mono.Cecil 0.9.6
NRefactory contains a modified copy of mcs (Mono's C# compiler) for the C# parser.