RemoveRegionCodeRefactoring 1.0.6043.26826

dotnet add package RemoveRegionCodeRefactoring --version 1.0.6043.26826
                    
NuGet\Install-Package RemoveRegionCodeRefactoring -Version 1.0.6043.26826
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RemoveRegionCodeRefactoring" Version="1.0.6043.26826" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RemoveRegionCodeRefactoring" Version="1.0.6043.26826" />
                    
Directory.Packages.props
<PackageReference Include="RemoveRegionCodeRefactoring" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RemoveRegionCodeRefactoring --version 1.0.6043.26826
                    
#r "nuget: RemoveRegionCodeRefactoring, 1.0.6043.26826"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=RemoveRegionCodeRefactoring&version=1.0.6043.26826
                    
Install RemoveRegionCodeRefactoring as a Cake Addin
#tool nuget:?package=RemoveRegionCodeRefactoring&version=1.0.6043.26826
                    
Install RemoveRegionCodeRefactoring as a Cake Tool

A Code Refactoring developed using the .NET Compiler Platform ("Roslyn").

It allows users to remove C# region blocks without seeking the end of the region.

To trigger the refactoring:
1) Position the text cursor on the   
  directive #region
2) Click the Light Bulb or press CTRL + .
3) Select the option "Remove region" (The
  dialog with a preview should now be
  visibile)
4) Click or Press Enter

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.6043.26826 1,618 7/18/2016

Initial Release.