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 665 10/28/2023
7.0.46 543 9/30/2023
7.0.45 443 9/30/2023
7.0.44 436 9/24/2023
7.0.42 434 9/17/2023
7.0.41 484 9/9/2023
7.0.40 810 9/1/2023
7.0.31 522 8/26/2023
7.0.25 480 8/19/2023
7.0.24 536 8/12/2023
7.0.23 535 8/12/2023
7.0.22 768 8/4/2023
7.0.21 952 7/29/2023
7.0.20 572 7/29/2023
7.0.19 608 7/29/2023
7.0.18 715 7/22/2023
7.0.16 618 7/22/2023
7.0.15 614 7/22/2023
7.0.13 575 7/22/2023
7.0.12 595 7/20/2023
Loading failed