SmartK8.SortByTypeExtension 2.0.0

dotnet add package SmartK8.SortByTypeExtension --version 2.0.0
NuGet\Install-Package SmartK8.SortByTypeExtension -Version 2.0.0
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="SmartK8.SortByTypeExtension" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SmartK8.SortByTypeExtension --version 2.0.0
#r "nuget: SmartK8.SortByTypeExtension, 2.0.0"
#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.
// Install SmartK8.SortByTypeExtension as a Cake Addin
#addin nuget:?package=SmartK8.SortByTypeExtension&version=2.0.0

// Install SmartK8.SortByTypeExtension as a Cake Tool
#tool nuget:?package=SmartK8.SortByTypeExtension&version=2.0.0

Adds the ability to File Layout to sort entities by type name.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
2.0.0 1,095 2/23/2017
1.4.0 894 2/20/2017

Rewritten the core functionality. Now supports:

- uses silent profile settings to determine whether built-in types will be converted
- reads a style setting for built-in types (dynamic, keyword, CLR) to be applied to name for sorting purposes (only if turned on)
- performs recursive type conversion (for example List<List<int>> will be converted for name sorting purposes to List<List<Int32>> if fixing is turned on and CLR style is set

If version 1.4.0 works for you, use it. I'll leave it available (it's a bit faster).