Candoumbe.MiscUtilities
0.14.0-beta.1
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
<PackageReference Include="Candoumbe.MiscUtilities" Version="0.14.0-beta.1" />
paket add Candoumbe.MiscUtilities --version 0.14.0-beta.1
#r "nuget: Candoumbe.MiscUtilities, 0.14.0-beta.1"
// 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 | Versions 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 was computed. 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. |
.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. |
-
.NETStandard 2.0
- Microsoft.Extensions.Primitives (>= 8.0.0)
- System.Text.Json (>= 8.0.5)
-
.NETStandard 2.1
- Microsoft.Extensions.Primitives (>= 8.0.0)
- System.Text.Json (>= 8.0.5)
-
net8.0
- Microsoft.Extensions.Primitives (>= 8.0.0)
- System.Text.Json (>= 8.0.5)
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 | 1,693 | 3 months ago |
0.14.0-rc.52 | 81 | 3 months ago |
0.14.0-rc.50 | 52 | 3 months ago |
0.14.0-rc.49 | 58 | 3 months ago |
0.14.0-rc.1 | 44 | 3 months ago |
0.14.0-beta.1 | 51 | 3 months ago |
0.13.1 | 442 | 5 months ago |
0.13.0 | 3,298 | 8 months ago |
0.13.0-beta0001 | 85 | 8 months ago |
0.11.1 | 3,306 | 7/20/2023 |
0.11.0 | 5,993 | 2/1/2023 |
0.10.0 | 1,496 | 10/16/2022 |
0.8.2 | 7,965 | 7/16/2022 |
0.8.1 | 442 | 7/16/2022 |
0.8.0 | 12,296 | 1/26/2022 |
0.7.0 | 2,125 | 1/11/2022 |
0.6.3 | 3,345 | 11/11/2021 |
0.6.2 | 355 | 11/11/2021 |
0.6.1 | 360 | 11/10/2021 |
0.5.5 | 556 | 10/17/2021 |
0.5.4 | 622 | 5/30/2021 |
0.5.3 | 1,776 | 5/22/2021 |
0.5.2 | 451 | 5/1/2021 |
0.5.1 | 416 | 4/30/2021 |
0.5.0 | 1,387 | 4/29/2021 |
0.4.0-beta0001 | 258 | 4/17/2021 |
0.2.0 | 4,109 | 1/29/2021 |
0.1.0 | 8,457 | 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