AlinSpace 7.0.44

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

// Install AlinSpace as a Cake Tool
#tool nuget:?package=AlinSpace&version=7.0.44                

AlinSpace

NuGet version (AlinSpace)

Common and general functionality missing from the System namespace

Try.Catch(() => MightThrow(), e => { ... });

NuGet package

Why?

Sometimes even Microsoft forgets to add some essential functionality. This library adds what I think is missing from the System namespace.

Examples

The enumerable extensions allow to call an action for each element:

var list = new List<int>() { 1, 2, 3 };
list.ForEach(x => Logger.Log(x));

The exception extensions allow to call an action for each inner exception:

try
{
    MethodThatMightThrowException();
}
catch(Exception e)
{
    e.ForEachInnerException(e => Logger.Log(e));
}
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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 netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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 (8)

Showing the top 5 NuGet packages that depend on AlinSpace:

Package Downloads
AlinSpace.Commands

Pure asynchronous command and manager implementation.

AlinSpace.Database.EfCore

AlinSpace EntityFramework Core abstraction layer.

AlinSpace.Docker

Package Description

AlinSpace.Linux

Package Description

AlinSpace.Jobs

A clean and simple Job Scheduler.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.2.0 481 10/28/2023
7.0.46 381 9/30/2023
7.0.45 316 9/30/2023
7.0.44 334 9/24/2023
7.0.42 328 9/17/2023
7.0.41 366 9/9/2023
7.0.40 586 9/1/2023
7.0.31 383 8/26/2023
7.0.25 355 8/19/2023
7.0.24 414 8/12/2023
7.0.23 405 8/12/2023
7.0.22 587 8/4/2023
7.0.21 708 7/29/2023
7.0.20 449 7/29/2023
7.0.19 484 7/29/2023
7.0.18 528 7/22/2023
7.0.16 456 7/22/2023
7.0.15 458 7/22/2023
7.0.13 449 7/22/2023
7.0.12 463 7/20/2023
7.0.9 562 7/13/2023
7.0.8 581 7/9/2023
7.0.7 451 7/8/2023
7.0.6 433 7/7/2023
7.0.5 509 7/5/2023
7.0.3 453 7/4/2023
7.0.2 444 6/30/2023
7.0.1 454 6/29/2023
7.0.0 493 4/18/2023
6.2.12 584 3/9/2023
6.2.11 517 3/9/2023
6.2.10 516 3/9/2023
6.2.9 545 3/4/2023
6.2.8 525 3/4/2023
6.2.7 561 2/26/2023
6.2.6 529 2/26/2023
6.2.5 497 2/26/2023
6.2.2 497 2/25/2023
6.2.1 533 2/25/2023
6.2.0 536 2/24/2023
6.1.9 538 2/24/2023
6.1.7 529 2/23/2023
6.1.6 668 2/7/2023
6.1.5 503 2/7/2023
6.1.4 608 1/22/2023
6.1.3 574 1/20/2023
6.1.2 561 1/9/2023
6.1.1 580 12/31/2022
6.1.0 550 12/31/2022
6.0.30 1,910 11/12/2022
6.0.29 614 11/11/2022
6.0.28 754 11/10/2022
6.0.27 665 11/8/2022
6.0.24 601 11/8/2022
6.0.22 617 11/5/2022
6.0.21 657 11/4/2022
6.0.20 597 11/3/2022
6.0.10 983 11/1/2022
6.0.8 677 11/1/2022
6.0.6 624 10/27/2022
6.0.5 659 10/27/2022
6.0.4 676 10/26/2022
6.0.3 780 10/21/2022
6.0.2 1,060 10/21/2022
6.0.1 2,181 10/12/2022
6.0.0 2,361 2/3/2022