Cuemon.Extensions.Core 6.0.0-rc.6

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Cuemon.Extensions.Core.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Cuemon.Extensions.Core --version 6.0.0-rc.6
NuGet\Install-Package Cuemon.Extensions.Core -Version 6.0.0-rc.6
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="Cuemon.Extensions.Core" Version="6.0.0-rc.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cuemon.Extensions.Core --version 6.0.0-rc.6
#r "nuget: Cuemon.Extensions.Core, 6.0.0-rc.6"
#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 Cuemon.Extensions.Core as a Cake Addin
#addin nuget:?package=Cuemon.Extensions.Core&version=6.0.0-rc.6&prerelease

// Install Cuemon.Extensions.Core as a Cake Tool
#tool nuget:?package=Cuemon.Extensions.Core&version=6.0.0-rc.6&prerelease

The Cuemon.Extensions namespace contains extension methods that complements the Cuemon namespace while being an addition to the System namespace.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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 was computed.  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 was computed. 
.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 (3)

Showing the top 3 NuGet packages that depend on Cuemon.Extensions.Core:

Package Downloads
Cuemon.Extensions.Data.Integrity The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

The Cuemon.Extensions.Data.Integrity namespace contains extension methods that complements the Cuemon.Data.Integrity namespace.

Cuemon.Core.App The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides a convenient set of default API additions for building a .NET application.

Savvyio.Core

Provides the fundamental abstractions and classes for supporting a complete flow of DDD, CQRS and Event Sourcing concepts including the option to scale out using distributed subsystems.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.2.0 822 3/3/2024
8.1.0 1,248 2/10/2024
8.1.0-rc1 626 2/8/2024
8.1.0-preview.52 60 2/5/2024
8.1.0-preview.20 59 1/22/2024
8.1.0-preview 591 1/16/2024
8.0.1 680 1/11/2024
8.0.0 1,507 11/14/2023
8.0.0-rc2 809 11/13/2023
8.0.0-rc1 870 11/7/2023
8.0.0-preview.183 57 11/13/2023
8.0.0-preview.182 56 11/12/2023
8.0.0-preview.176 58 11/12/2023
8.0.0-preview.158 50 11/9/2023
7.1.0 974 12/11/2022
7.0.0 4,431 11/9/2022
7.0.0-rc.2 99 11/3/2022
7.0.0-rc.1 95 10/26/2022
7.0.0-alpha.2 109 10/16/2022
7.0.0-alpha.1 106 9/23/2022
7.0.0-alpha 646 7/12/2022
6.4.1 1,936 5/8/2022
6.4.0 1,262 1/24/2022
6.4.0-rc 730 1/23/2022
6.3.0 1,829 11/28/2021
6.2.0 1,034 5/30/2021
6.1.0 945 5/16/2021
6.0.1 957 5/3/2021
6.0.1-rc 725 5/3/2021
6.0.0 970 4/18/2021
6.0.0-rc.23 154 4/18/2021
6.0.0-rc.21 132 4/12/2021
6.0.0-rc.20 144 4/1/2021
6.0.0-rc.18 220 3/22/2021
6.0.0-rc.17 136 3/14/2021
6.0.0-rc.16 168 3/7/2021
6.0.0-rc.15 160 3/4/2021
6.0.0-rc.14 181 3/4/2021
6.0.0-rc.12 184 3/3/2021
6.0.0-rc.6 157 2/28/2021
6.0.0-rc.2 163 2/28/2021

Version: 6.0.0
Availability: NET Standard 2.0, NET 5.0
 
# New Features
- ADDED ActionExtensions class in the Cuemon.Extensions namespace that consist of extension methods for the Action delegate: Configure{TOptions}, CreateInstance{T}
- ADDED ByteExtensions class in the Cuemon.Extensions namespace that consist of extension methods for the Byte struct: ToEncodedString, ToHexadecimalString, ToBinaryString, ToUrlEncodedBase64String, ToBase64String, TryDetectUnicodeEncoding
- ADDED CharExtensions class in the Cuemon.Extensions namespace that consist of extension methods for the Char struct: ToEnumerable, FromChars
- ADDED ConditionExtensions class in the Cuemon.Extensions namespace that consist of extension methods for the Condition class: HasDifference
- ADDED DateTimeExtensions class in the Cuemon.Extensions namespace that consist of extension methods for the DateTime struct: ToUnixEpochTime, ToUtcKind, ToLocalKind, ToDefaultKind, IsWithinRange, IsTimeOfDayNight, IsTimeOfDayMorning, IsTimeOfDayForenoon, IsTimeOfDayAfternoon, IsTimeOfDayEvening, Floor, Ceiling, Round
- ADDED DoubleExtensions class in the Cuemon.Extensions namespace that consist of extension methods for the Double struct: FromUnixEpochTime, ToTimeSpan, Factorial, RoundOff
- ADDED ExceptionExtensions class in the Cuemon.Extensions namespace that consist of extension methods for the Exception class: Flatten
- ADDED IntegerExtensions class in the Cuemon.Extensions namespace that consist of extension methods for signed integers: Min, Max, IsPrime, IsCountableSequence, IsEven, IsOdd
- ADDED MappingExtensions class in the Cuemon.Extensions namespace that consist of extension methods for the Mapping class: Add
- ADDED ObjectExtensions class in the Cuemon.Extensions namespace that consist of extension methods for the Object class: UseWrapper{T}, As{T}, GetHashCode32{T}, GetHashCode64{T}, ToDelimitedString{T}, Adjust{T}, IsNullable{T}
- ADDED StringExtensions class in the Cuemon.Extensions namespace that consist of extension methods for the String class: Difference, ToCharArray, ToByteArray, FromUrlEncodedBase64, ToGuid, FromBinaryDigits, FromBase64, Join, ToCasing, ToUri, IsNullOrEmpty, IsNullOrWhiteSpace, IsEmailAddress, IsGuid, IsHex, IsNumeric, IsBase64, IsCountableSequence, SplitDelimited, Count, RemoveAll, ReplaceAll, JsEscape, JsUnescape, ContainsAny, ContainsAll, EqualsAny, StartsWith, TrimAll, IsSequenceOf{T}, FromHexadecimal, ToHexadecimal, ToEnum{TEnum}, ToTimeSpan, SubstringBefore, Chunk, SuffixWith, SuffixWithForwardingSlash, PrefixWith
- ADDED TimeSpanExtensions class in the Cuemon.Extensions namespace that consist of extension methods for the TimeSpan struct: GetTotalNanoseconds, GetTotalMicroseconds, Floor, Ceiling, Round
- ADDED TypeExtensions class in the Cuemon.Extensions namespace that consist of extension methods for the Type class: ToFriendlyName, ToTypeCode, HasEqualityComparerImplementation, HasComparableImplementation, HasComparerImplementation, HasEnumerableImplementation, HasDictionaryImplementation, HasKeyValuePairImplementation, IsNullable, HasAnonymousCharacteristics, IsComplex, IsSimple, GetDefaultValue, HasTypes, HasInterfaces, HasAttributes
- ADDED ValidatorExtensions class in the Cuemon.Extensions namespace that consist of extension methods for the Validator class: HasDifference, NoDifference