AlinSpace 7.0.42

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET 6.0 .NET Standard 2.1
dotnet add package AlinSpace --version 7.0.42
NuGet\Install-Package AlinSpace -Version 7.0.42
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.42" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AlinSpace --version 7.0.42
#r "nuget: AlinSpace, 7.0.42"
#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.42

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

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. 
.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)
Additional computed target framework(s)
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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

AlinSpace EntityFramework Core abstraction layer.

AlinSpace.Commands The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Pure asynchronous command and manager implementation.

AlinSpace.Docker The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

AlinSpace.Linux The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

AlinSpace.Jobs The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A clean and simple Job Scheduler.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.42 63 9/17/2023
7.0.41 73 9/9/2023
7.0.40 192 9/1/2023
7.0.31 105 8/26/2023
7.0.25 104 8/19/2023
7.0.24 135 8/12/2023
7.0.23 108 8/12/2023
7.0.22 243 8/4/2023
7.0.21 296 7/29/2023
7.0.20 169 7/29/2023
7.0.19 168 7/29/2023
7.0.18 241 7/22/2023
7.0.16 176 7/22/2023
7.0.15 180 7/22/2023
7.0.13 176 7/22/2023
7.0.12 168 7/20/2023
7.0.9 230 7/13/2023
7.0.8 240 7/9/2023
7.0.7 146 7/8/2023
7.0.6 148 7/7/2023
7.0.5 227 7/5/2023
7.0.3 177 7/4/2023
7.0.2 179 6/30/2023
7.0.1 172 6/29/2023
7.0.0 213 4/18/2023
6.2.12 284 3/9/2023
6.2.11 232 3/9/2023
6.2.10 238 3/9/2023
6.2.9 275 3/4/2023
6.2.8 247 3/4/2023
6.2.7 259 2/26/2023
6.2.6 253 2/26/2023
6.2.5 232 2/26/2023
6.2.2 241 2/25/2023
6.2.1 237 2/25/2023
6.2.0 266 2/24/2023
6.1.9 241 2/24/2023
6.1.7 253 2/23/2023
6.1.6 361 2/7/2023
6.1.5 247 2/7/2023
6.1.4 318 1/22/2023
6.1.3 283 1/20/2023
6.1.2 267 1/9/2023
6.1.1 286 12/31/2022
6.1.0 286 12/31/2022
6.0.30 1,532 11/12/2022
6.0.29 347 11/11/2022
6.0.28 472 11/10/2022
6.0.27 426 11/8/2022
6.0.24 325 11/8/2022
6.0.22 347 11/5/2022
6.0.21 393 11/4/2022
6.0.20 347 11/3/2022
6.0.10 657 11/1/2022
6.0.8 391 11/1/2022
6.0.6 362 10/27/2022
6.0.5 384 10/27/2022
6.0.4 397 10/26/2022
6.0.3 490 10/21/2022
6.0.2 763 10/21/2022
6.0.1 1,315 10/12/2022
6.0.0 1,392 2/3/2022