Candoumbe.MiscUtilities 0.14.0-beta.1

This is a prerelease version of Candoumbe.MiscUtilities.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Candoumbe.MiscUtilities --version 0.14.0-beta.1                
NuGet\Install-Package Candoumbe.MiscUtilities -Version 0.14.0-beta.1                
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.14.0-beta.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Candoumbe.MiscUtilities --version 0.14.0-beta.1                
#r "nuget: Candoumbe.MiscUtilities, 0.14.0-beta.1"                
#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 Candoumbe.MiscUtilities as a Cake Addin
#addin nuget:?package=Candoumbe.MiscUtilities&version=0.14.0-beta.1&prerelease

// Install Candoumbe.MiscUtilities as a Cake Tool
#tool nuget:?package=Candoumbe.MiscUtilities&version=0.14.0-beta.1&prerelease                

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. 
.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 (15)

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.14.0-rc.49 0 11/27/2024
0.14.0-rc.1 0 11/27/2024
0.14.0-beta.1 25 11/26/2024
0.13.1 382 10/5/2024
0.13.0 1,885 7/5/2024
0.13.0-beta0001 77 7/5/2024
0.11.1 3,289 7/20/2023
0.11.0 4,896 2/1/2023
0.10.0 1,482 10/16/2022
0.8.2 7,491 7/16/2022
0.8.1 428 7/16/2022
0.8.0 11,222 1/26/2022
0.7.0 2,109 1/11/2022
0.6.3 2,867 11/11/2021
0.6.2 343 11/11/2021
0.6.1 346 11/10/2021
0.5.5 542 10/17/2021
0.5.4 609 5/30/2021
0.5.3 1,758 5/22/2021
0.5.2 437 5/1/2021
0.5.1 403 4/30/2021
0.5.0 1,373 4/29/2021
0.4.0-beta0001 248 4/17/2021
0.2.0 4,095 1/29/2021
0.1.0 8,443 12/10/2020

### 🚀 New features
• Added ReadOnlyMemoryExtensions.Occurrences(ReadOnlySpan<T> search) extension method.
• Added ReadOnlyMemoryExtensions.FirstOccurrence(ReadOnlySpan<T> search) extension method.
• Added ReadOnlyMemoryExtensions.LastOccurrence(ReadOnlySpan<T> search) extension method.
• Added ReadOnlyMemoryExtensions.Split(ReadOnlySpan<T> search) extension method.
### 🚨 Breaking changes
• Dropped netstandard1.0, netstandard1.1 and net6.0 support ([#272](https://github.com/candoumbe/MiscUtilities/issues/272))
 • Removed DateOnlyJsonConverter, TimeOnlyJsonConverter
 • Removed T[] Enum.GetValues<T>() extension method
### 🧹 Housekeeping
• Removed Nuke.Common dependency
• Updated Candoumbe.Pipelines to 0.12.1

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