(JetBrains repack) NRefactory supports analysis of C# source code: it includes a parser, abstract syntax tree, type system, semantic analysis (resolver), code completion, and several refactorings.
                        
                    
         
                Info
| Version: | 5.5.1 | 
| Author(s): | Daniel Grunwald, Mike Krüger, Erik Källén | 
| Last Update: | Monday, April 18, 2016 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/icsharpcode/NRefactory/ | 
| NuGet Url: | https://www.nuget.org/packages/JetBrains.ICSharpCode.NRefactory | 
Install
Install-Package JetBrains.ICSharpCode.NRefactory
                        dotnet add package JetBrains.ICSharpCode.NRefactory
                        paket add JetBrains.ICSharpCode.NRefactory
                        
                                JetBrains.ICSharpCode.NRefactory Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- JetBrains.Mono.Cecil(>= 0.9.5.4)
 
Tags