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
path: root/README
diff options
context:
space:
mode:
authorDaniel Grunwald <daniel@danielgrunwald.de>2012-08-11 18:37:42 +0400
committerDaniel Grunwald <daniel@danielgrunwald.de>2012-08-11 18:37:42 +0400
commit810c03a58255dc0beb31be4efc07e87237c17f3b (patch)
tree0333443467d78be295fc04c17655c4b47db6c074 /README
parent0b56b42bc817d29e14d231ac1f3a1b9ad3115b2d (diff)
NRefactory 5.2.0 release5.2.0
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 13 insertions, 11 deletions
diff --git a/README b/README
index edf6012b..bfeeffc8 100644
--- a/README
+++ b/README
@@ -1,16 +1,7 @@
Overview of the NRefactory library:
-Features:
- - C# Parser
- - Abstract Syntax Tree with pattern-matching support
- - Semantic Analysis for C# (supports C# 4.0 + async/await)
- - Code Completion for C#
- - Pretty Printer for C#
- - Lots of C# refactorings
-
-Non-Features:
- - VB support is not implemented yet.
- - NRefactory cannot generate IL code
+Introductory documentation:
+ http://www.codeproject.com/Articles/408663/Using-NRefactory-for-analyzing-Csharp-code
How to download:
- Binaries are provided as a NuGet package (http://nuget.org/packages/ICSharpCode.NRefactory)
@@ -22,6 +13,17 @@ How to compile:
next to the directory containing NRefactory.
2. Open NRefactory.sln in your favorite .NET IDE and compile.
+Features:
+ - C# Parser
+ - Abstract Syntax Tree with pattern-matching support
+ - Semantic Analysis for C# (supports C# 4.0 + async/await)
+ - Code Completion for C#
+ - Pretty Printer for C#
+ - Lots of C# refactorings
+
+Non-Features:
+ - VB support is not implemented yet.
+ - NRefactory cannot generate IL code
Dependencies:
.NET 4.0