Skip to content
This repository has been archived by the owner. It is now read-only.

icsharpcode/RefactoringEssentials

Repository files navigation

Refactoring Essentials for Visual Studio

Development of the Visual Studio extension and NuGet package has wound down.

Refactorings Essentials sports the following features:

Refactoring Essentials comes in the following flavors:

  • VSIX: built for Visual Studio - supports analyzers and refactorings
  • Nuget: packaged for build servers / IDEs that support analyzers via Nuget packages
  • RefactoringEssentials assembly: usable in any IDE (-like environment), base assembly with all features

The latter means it is x-platform and not tied to Windows / Visual Studio.

History: Refactoring Essentials started out as NR6Pack, and was part of the NRefactory 6 repository. In the course of
joint development, we made architectural tweaks that resulted in the two projects now being separate - which makes them easier to maintain and contribute to.