AlinSpace 7.2.0
Prefix Reserveddotnet add package AlinSpace --version 7.2.0
NuGet\Install-Package AlinSpace -Version 7.2.0
<PackageReference Include="AlinSpace" Version="7.2.0" />
<PackageVersion Include="AlinSpace" Version="7.2.0" />
<PackageReference Include="AlinSpace" />
paket add AlinSpace --version 7.2.0
#r "nuget: AlinSpace, 7.2.0"
#:package AlinSpace@7.2.0
#addin nuget:?package=AlinSpace&version=7.2.0
#tool nuget:?package=AlinSpace&version=7.2.0
AlinSpace
Common and general functionality missing from the System namespace
Try.Catch(() => MightThrow(), e => { ... });
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 | Versions 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. |
-
net6.0
- Mapster (>= 7.4.0)
- Polly (>= 7.2.3)
- Polly.Extensions.Http (>= 3.0.0)
- System.Reactive (>= 5.0.0)
- Ulid (>= 1.2.6)
-
net7.0
- Mapster (>= 7.4.0)
- Polly (>= 7.2.3)
- Polly.Extensions.Http (>= 3.0.0)
- System.Reactive (>= 5.0.0)
- Ulid (>= 1.2.6)
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 | 576 | 10/28/2023 |
7.0.46 | 461 | 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 | 431 | 9/9/2023 |
7.0.40 | 701 | 9/1/2023 |
7.0.31 | 461 | 8/26/2023 |
7.0.25 | 431 | 8/19/2023 |
7.0.24 | 489 | 8/12/2023 |
7.0.23 | 477 | 8/12/2023 |
7.0.22 | 686 | 8/4/2023 |
7.0.21 | 825 | 7/29/2023 |
7.0.20 | 521 | 7/29/2023 |
7.0.19 | 554 | 7/29/2023 |
7.0.18 | 623 | 7/22/2023 |
7.0.16 | 561 | 7/22/2023 |
7.0.15 | 534 | 7/22/2023 |
7.0.13 | 523 | 7/22/2023 |
7.0.12 | 542 | 7/20/2023 |
7.0.9 | 647 | 7/13/2023 |
7.0.8 | 673 | 7/9/2023 |
7.0.7 | 522 | 7/8/2023 |
7.0.6 | 506 | 7/7/2023 |
7.0.5 | 618 | 7/5/2023 |
7.0.3 | 526 | 7/4/2023 |
7.0.2 | 522 | 6/30/2023 |
7.0.1 | 528 | 6/29/2023 |
7.0.0 | 585 | 4/18/2023 |
6.2.12 | 672 | 3/9/2023 |
6.2.11 | 603 | 3/9/2023 |
6.2.10 | 597 | 3/9/2023 |
6.2.9 | 635 | 3/4/2023 |
6.2.8 | 606 | 3/4/2023 |
6.2.7 | 640 | 2/26/2023 |
6.2.6 | 611 | 2/26/2023 |
6.2.5 | 586 | 2/26/2023 |
6.2.2 | 579 | 2/25/2023 |
6.2.1 | 616 | 2/25/2023 |
6.2.0 | 616 | 2/24/2023 |
6.1.9 | 620 | 2/24/2023 |
6.1.7 | 614 | 2/23/2023 |
6.1.6 | 770 | 2/7/2023 |
6.1.5 | 600 | 2/7/2023 |
6.1.4 | 691 | 1/22/2023 |
6.1.3 | 657 | 1/20/2023 |
6.1.2 | 647 | 1/9/2023 |
6.1.1 | 670 | 12/31/2022 |
6.1.0 | 637 | 12/31/2022 |
6.0.30 | 2,071 | 11/12/2022 |
6.0.29 | 704 | 11/11/2022 |
6.0.28 | 854 | 11/10/2022 |
6.0.27 | 766 | 11/8/2022 |
6.0.24 | 686 | 11/8/2022 |
6.0.22 | 713 | 11/5/2022 |
6.0.21 | 746 | 11/4/2022 |
6.0.20 | 698 | 11/3/2022 |
6.0.10 | 1,087 | 11/1/2022 |
6.0.8 | 778 | 11/1/2022 |
6.0.6 | 716 | 10/27/2022 |
6.0.5 | 750 | 10/27/2022 |
6.0.4 | 763 | 10/26/2022 |
6.0.3 | 879 | 10/21/2022 |
6.0.2 | 1,155 | 10/21/2022 |
6.0.1 | 2,293 | 10/12/2022 |
6.0.0 | 2,492 | 2/3/2022 |