Candoumbe.MiscUtilities 0.15.0

dotnet add package Candoumbe.MiscUtilities --version 0.15.0
                    
NuGet\Install-Package Candoumbe.MiscUtilities -Version 0.15.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="Candoumbe.MiscUtilities" Version="0.15.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Candoumbe.MiscUtilities" Version="0.15.0" />
                    
Directory.Packages.props
<PackageReference Include="Candoumbe.MiscUtilities" />
                    
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 Candoumbe.MiscUtilities --version 0.15.0
                    
#r "nuget: Candoumbe.MiscUtilities, 0.15.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.
#:package Candoumbe.MiscUtilities@0.15.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Candoumbe.MiscUtilities&version=0.15.0
                    
Install as a Cake Addin
#tool nuget:?package=Candoumbe.MiscUtilities&version=0.15.0
                    
Install as a Cake Tool

Usefull extension methods for collections/string/dictionary manipulation

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (19)

Showing the top 5 NuGet packages that depend on Candoumbe.MiscUtilities:

Package Downloads
DataFilters

Sets of classes to convert querystrings to strongly typed expressions.

Candoumbe.Pipelines

A Stater development kit to script your CI/CD using [Nuke](https://nuke.build).

Queries.Core

Contains the core classes to build queries.

Queries.Renderers.SqlServer

Queries.Renderers.SqlServer Class Library

Candoumbe.DataAccess

Couche d'accès générique.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.15.0 160 8/10/2025
0.15.0-rc.132 120 7/8/2025
0.15.0-rc.131 62 5/24/2025
0.14.0 4,142 12/3/2024
0.14.0-rc.52 117 12/1/2024
0.14.0-rc.50 89 12/1/2024
0.14.0-rc.49 90 11/27/2024
0.14.0-rc.1 69 11/27/2024
0.14.0-beta.1 81 11/26/2024
0.13.1 484 10/5/2024
0.13.0 3,584 7/5/2024
0.13.0-beta0001 107 7/5/2024
0.11.1 3,357 7/20/2023
0.11.0 7,202 2/1/2023
0.10.0 1,557 10/16/2022
0.8.2 9,950 7/16/2022
0.8.1 497 7/16/2022
0.8.0 13,536 1/26/2022
0.7.0 2,191 1/11/2022
0.6.3 3,806 11/11/2021
0.6.2 420 11/11/2021
0.6.1 427 11/10/2021
0.5.5 621 10/17/2021
0.5.4 697 5/30/2021
0.5.3 1,847 5/22/2021
0.5.2 521 5/1/2021
0.5.1 489 4/30/2021
0.5.0 1,456 4/29/2021
0.4.0-beta0001 326 4/17/2021
0.2.0 4,191 1/29/2021
0.1.0 8,538 12/10/2020

### 🚀 New features
• Use [ZLinq](https://github.com/Cysharp/ZLinq) to improve LinQ performances.
• Added GenericEqualityComparer
• Added net9.0 support
• Added Dictionary.GetOrAdd extension method.
### 🧹 Housekeeping
• Reconfigured Renovate to never auto-approve update with major versions.
• Added setup-dotnet task to install required SDK
• Added missing code coverage badge
• Added missing mutation testing code coverage badge
• Refactored some unit tests

Full changelog at https://github.com/candoumbe/MiscUtilities/blob/main/CHANGELOG.md