StoneAge.System.Utils.DotNetCore 1.5.5

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

// Install StoneAge.System.Utils.DotNetCore as a Cake Tool
#tool nuget:?package=StoneAge.System.Utils.DotNetCore&version=1.5.5

Some useful utilities for JSON parsing, email validation, time and object property hashing, and object property copying

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 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.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on StoneAge.System.Utils.DotNetCore:

Package Downloads
RabbitMQ.Context

A simple context object to help with publishing and consuming messages from RabbitMQ

RabbitMq.TestContext

Designed to help with testing of rabbitmq stuff. Makes use of RabbitMQ.Fakes.DotNetCore. The class is a wrapper of RabbitMqContext simular to Ef context object. This implemenation wraps the production RabbitMqContext from RabbitMQ.Context

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.0 122 1/5/2024
5.0.0 5,766 1/24/2021
1.5.7 452 10/29/2020
1.5.6 409 10/28/2020
1.5.5 456 10/23/2020
1.5.4 4,351 9/18/2020
1.5.3 496 9/10/2020
1.5.2 929 7/14/2020
1.5.1 1,493 11/22/2019
1.5.0 3,456 6/10/2019
1.4.0 552 5/24/2019
1.3.1 692 5/2/2019
1.3.0 562 5/2/2019
1.2.4 676 2/12/2019
1.2.3 702 1/10/2019
1.2.2 689 11/23/2018
1.2.1 706 11/9/2018
1.2.0 678 11/9/2018
1.1.0 732 11/9/2018
1.0.2 713 10/30/2018
1.0.1 701 10/30/2018

ForEachAsync issue fixed with empty list hanging. Also addressed issue with exceptions not bubbling up.