AlinSpace 7.2.0

Prefix Reserved
dotnet add package AlinSpace --version 7.2.0
                    
NuGet\Install-Package AlinSpace -Version 7.2.0
                    
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.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AlinSpace" Version="7.2.0" />
                    
Directory.Packages.props
<PackageReference Include="AlinSpace" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AlinSpace --version 7.2.0
                    
#r "nuget: AlinSpace, 7.2.0"
                    
#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.
#:package AlinSpace@7.2.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AlinSpace&version=7.2.0
                    
Install as a Cake Addin
#tool nuget:?package=AlinSpace&version=7.2.0
                    
Install as a Cake Tool

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 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.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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.Database.EfCore

AlinSpace EntityFramework Core abstraction layer.

AlinSpace.Commands

Pure asynchronous command and manager implementation.

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 565 10/28/2023
7.0.46 452 9/30/2023
7.0.45 379 9/30/2023
7.0.44 385 9/24/2023
7.0.42 380 9/17/2023
7.0.41 424 9/9/2023
7.0.40 669 9/1/2023
7.0.31 453 8/26/2023
7.0.25 423 8/19/2023
7.0.24 480 8/12/2023
7.0.23 467 8/12/2023
7.0.22 664 8/4/2023
7.0.21 784 7/29/2023
7.0.20 511 7/29/2023
7.0.19 545 7/29/2023
7.0.18 614 7/22/2023
7.0.16 549 7/22/2023
7.0.15 526 7/22/2023
7.0.13 515 7/22/2023
7.0.12 533 7/20/2023
7.0.9 639 7/13/2023
7.0.8 665 7/9/2023
7.0.7 513 7/8/2023
7.0.6 497 7/7/2023
7.0.5 606 7/5/2023
7.0.3 517 7/4/2023
7.0.2 512 6/30/2023
7.0.1 518 6/29/2023
7.0.0 574 4/18/2023
6.2.12 658 3/9/2023
6.2.11 591 3/9/2023
6.2.10 585 3/9/2023
6.2.9 624 3/4/2023
6.2.8 594 3/4/2023
6.2.7 628 2/26/2023
6.2.6 598 2/26/2023
6.2.5 574 2/26/2023
6.2.2 567 2/25/2023
6.2.1 604 2/25/2023
6.2.0 604 2/24/2023
6.1.9 608 2/24/2023
6.1.7 602 2/23/2023
6.1.6 758 2/7/2023
6.1.5 582 2/7/2023
6.1.4 679 1/22/2023
6.1.3 645 1/20/2023
6.1.2 636 1/9/2023
6.1.1 659 12/31/2022
6.1.0 625 12/31/2022
6.0.30 2,056 11/12/2022
6.0.29 691 11/11/2022
6.0.28 841 11/10/2022
6.0.27 753 11/8/2022
6.0.24 673 11/8/2022
6.0.22 700 11/5/2022
6.0.21 732 11/4/2022
6.0.20 681 11/3/2022
6.0.10 1,075 11/1/2022
6.0.8 766 11/1/2022
6.0.6 704 10/27/2022
6.0.5 737 10/27/2022
6.0.4 750 10/26/2022
6.0.3 866 10/21/2022
6.0.2 1,142 10/21/2022
6.0.1 2,280 10/12/2022
6.0.0 2,477 2/3/2022