ImTools 1.0.0-preview-05

This is a prerelease version of ImTools.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 3.3.0 or higher.

dotnet add package ImTools --version 1.0.0-preview-05
                    
NuGet\Install-Package ImTools -Version 1.0.0-preview-05
                    
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="ImTools" Version="1.0.0-preview-05" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ImTools" Version="1.0.0-preview-05" />
                    
Directory.Packages.props
<PackageReference Include="ImTools" />
                    
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 ImTools --version 1.0.0-preview-05
                    
#r "nuget: ImTools, 1.0.0-preview-05"
                    
#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=ImTools&version=1.0.0-preview-05&prerelease
                    
Install ImTools as a Cake Addin
#tool nuget:?package=ImTools&version=1.0.0-preview-05&prerelease
                    
Install ImTools as a Cake Tool

Immutable persistent collections, concurrent HashMap, Ref, and Array helpers designed for performance.
     Split from DryIoc: https://bitbucket.org/dadhi/dryioc

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ImTools:

Package Downloads
Baseline

Grab bag of generic utilities and extension methods for .Net development

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on ImTools:

Repository Stars
seesharper/LightInject
An ultra lightweight IoC container
JasperFx/baseline
Grab bag of generic utilities and extension methods for .Net development
Version Downloads Last updated
5.0.0-preview-01 201 5/23/2024
4.0.0 641,025 7/25/2022
3.1.0 2,369 5/10/2021
3.0.0 3,149 3/24/2021
2.1.0 2,691 6/28/2020
2.0.0 2,720 1/24/2020
2.0.0-preview-01 2,308 12/18/2019
1.0.0 11,374 9/30/2017
1.0.0-preview-05 2,981 6/19/2017
1.0.0-preview-04 2,851 6/19/2017
1.0.0-preview-03 2,807 4/4/2017
1.0.0-preview-02 2,755 3/29/2017
1.0.0-preview-01 2,853 3/3/2017

v1.0.0-preview-05:
     - fixed: Removed non-needed package dependencies on Full .NET platforms
     v1.0.0-preview-04:
     - added: Concurrent lock-free HashMap implementation
     - added: ArrayTools Match, Map, FindFirst methods as fast replacement for LINQ for Arrays
     - removed: ImHashMapForest as very specialized case
     v1.0.0-preview-03:
     - added: ImList.ToArray conversion
     v1.0.0-preview-02:
     - added: ImList{T}
     v1.0.0-preview-01:
     - Initial version.