Sharpify 2.2.0

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

// Install Sharpify as a Cake Tool
#tool nuget:?package=Sharpify&version=2.2.0                

CHANGELOG

v2.2.0

  • SortedList
    • GetIndex now is not simplified, instead returns pure result of performing a binary search:
      • if the item exists, a zero based index
      • if not, a negative number that is the bitwise complement of the index of the next element that is larger than the item or, if there is no larger element, the bitwise complement of Count property.
      • With this you can still find out if something exists by checking for negative, but you can now also use the negative bitwise complement of the index to get section of the list in relation to the item, best used with the span.
    • Added AddRange functions for ReadOnlySpan{T} and IEnumerable{T}
  • Collection extensions ToArrayFast and ToListFast were removed after being marked as Obsolete in the previous version, the LINQ alternatives perform only marginally slower, but will improve passively under the hood, consider using them instead.
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Sharpify:

Package Downloads
Sharpify.Data

An extension of Sharpify, focused on Data

Sharpify.CommandLineInterface

An extension of Sharpify, focused on creating command line interfaces

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.0 374 7/26/2024
2.1.0 87 7/18/2024
2.0.0 135 6/3/2024
1.8.1 107 5/30/2024
1.8.0 114 4/17/2024
1.7.3 176 1/29/2024
1.7.2 121 1/23/2024
1.7.1 228 1/20/2024
1.7.0 95 1/20/2024
1.6.0 130 1/15/2024
1.5.0 112 1/10/2024
1.4.2 120 1/8/2024
1.4.1 162 1/4/2024
1.4.0 143 1/4/2024
1.3.1 133 12/31/2023
1.3.0 132 12/31/2023
1.2.0 134 12/24/2023
1.1.0 155 12/7/2023
1.0.9 118 12/7/2023
1.0.8 156 11/22/2023
1.0.7 129 9/23/2023
1.0.6 148 8/21/2023
1.0.5 164 5/4/2023
1.0.4 159 4/23/2023
1.0.3 168 4/19/2023
1.0.2 172 4/19/2023
1.0.1 180 4/14/2023
1.0.0 176 4/14/2023