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

icsharpcode/RefactoringEssentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

42a695d · Oct 11, 2019
Nov 29, 2016
Jul 30, 2015
Jan 30, 2017
Oct 14, 2017
Jan 2, 2018
Dec 22, 2017
Dec 22, 2017
May 30, 2015
Nov 26, 2016
Nov 28, 2015
Jul 28, 2015
Aug 26, 2015
Oct 11, 2019
Dec 21, 2017
Mar 29, 2017
Dec 22, 2017

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:

  • Refactorings for C# and Visual Basic
  • Analyzers and code fixes for C# and Visual Basic
  • Code Converters to convert C# to Visual Basic and vice versa (VB to C#) - now available separately via https://github.com/icsharpcode/CodeConverter/

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.