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.2 |
Author(s): | Daniel Grunwald, Mike Krüger, Erik Källén |
Last Update: | Tuesday, July 31, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/icsharpcode/NRefactory/ |
NuGet Url: | https://www.nuget.org/packages/VitalElement.AvalonStudio.NRefactory |
Install
Install-Package VitalElement.AvalonStudio.NRefactory
dotnet add package VitalElement.AvalonStudio.NRefactory
paket add VitalElement.AvalonStudio.NRefactory
VitalElement.AvalonStudio.NRefactory Download (Unzip the "nupkg" after downloading)
Dependencies
- Mono.Cecil(>= 0.9.5.4)
Tags