# RefactoringEssentials **Repository Path**: mirrors_mono/RefactoringEssentials ## Basic Information - **Project Name**: RefactoringEssentials - **Description**: Refactoring Essentials for Visual Studio - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Refactoring Essentials for Visual Studio [@vsrefactoring](https://twitter.com/vsrefactoring) | [vsrefactoringessentials.com](http://vsrefactoringessentials.com/) 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/](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. # Project Build Status Branch | Status 5.* --- | --- *master* (Development) | [![Build status](https://ci.appveyor.com/api/projects/status/r01wr5xdclj24y20/branch/master?svg=true)](https://ci.appveyor.com/project/icsharpcode/refactoringessentials-wgnsw/branch/master) *release* (Latest Release) | [![Build status](https://ci.appveyor.com/api/projects/status/r01wr5xdclj24y20/branch/release?svg=true)](https://ci.appveyor.com/project/icsharpcode/refactoringessentials-wgnsw/branch/release)