AInq.Optional
3.8.8
dotnet add package AInq.Optional --version 3.8.8
NuGet\Install-Package AInq.Optional -Version 3.8.8
<PackageReference Include="AInq.Optional" Version="3.8.8" />
<PackageVersion Include="AInq.Optional" Version="3.8.8" />
<PackageReference Include="AInq.Optional" />
paket add AInq.Optional --version 3.8.8
#r "nuget: AInq.Optional, 3.8.8"
#:package AInq.Optional@3.8.8
#addin nuget:?package=AInq.Optional&version=3.8.8
#tool nuget:?package=AInq.Optional&version=3.8.8
AInq.Optional
What is it?
Simple optional types with basic helpers and converters
Maybe<T>
value or nothingTry<T>
value or errorEither<TLeft, TRight>
value either value
New in 3.0
For version 3.0 this lib was completely rewritten with some breaking changes
- All types are now
class
instead ofstruct
- Remove some logically obscure methods
IComparable
implementation (problems with comparingnull
and empty item)- Type cast operators (unused)
Try.SelectOrDefault
andTry.ValueOrDefault
(implicitly hides error, can be replaced withTry.AsMaybe
)
- Async extensions completely rewritten using
ValueTask
and moved to separate package
Packages description
AInq.Optional
Types and basic helpers
AInq.Optional.Async
Async helpers
Contribution
If you find a bug, have a question or something else - you are friendly welcome to open an issue.
License
Copyright © 2021 Anton Andryushchenko. AInq.Optional is licensed under Apache License 2.0
Product | Versions 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 was computed. 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 is compatible. 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 is compatible. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
-
net6.0
- No dependencies.
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on AInq.Optional:
Package | Downloads |
---|---|
AInq.Background.Scheduler
Background work utilities for .NET Core apps based on Hosted services. Background work scheduler with cron. |
|
AInq.Background.Scheduler.Abstraction
Background work utilities for .NET Core apps based on Hosted services. Work scheduler interfaces and helpers. |
|
AInq.Bitrix24.Api
Bitrix24 Rest API implementation |
|
AInq.Optional.Async
Async extensions for optional types |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated | |
---|---|---|---|
3.8.8 | 213 | 9/10/2025 | |
3.8.7 | 312 | 8/11/2025 | |
3.8.6 | 279 | 7/9/2025 | |
3.8.5 | 464 | 6/11/2025 | |
3.8.4 | 257 | 6/2/2025 | |
3.8.3 | 375 | 5/14/2025 | |
3.8.2 | 249 | 4/26/2025 | |
3.8.1 | 371 | 4/15/2025 | |
3.8.0 | 394 | 4/2/2025 | |
3.7.2 | 407 | 3/9/2025 | |
3.7.1 | 816 | 11/17/2024 | |
3.7.0 | 375 | 11/13/2024 | |
3.6.0 | 460 | 8/19/2024 | |
3.5.2 | 1,708 | 11/20/2023 | |
3.5.1 | 868 | 11/17/2023 | |
3.4.1 | 2,702 | 12/3/2022 | |
3.4.0 | 1,570 | 11/14/2022 | |
3.4.0-preview.2 | 264 | 10/13/2022 | |
3.4.0-preview.1 | 200 | 10/2/2022 | |
3.3.1 | 2,118 | 8/9/2022 | |
3.3.0 | 2,563 | 5/11/2022 | |
3.2.1 | 2,164 | 3/27/2022 | |
3.2.0 | 2,136 | 3/23/2022 | |
3.2.0-rc.2 | 212 | 3/23/2022 | |
3.2.0-rc.1 | 227 | 3/19/2022 | |
3.1.0 | 1,205 | 3/18/2022 | |
3.1.0-rc.7 | 206 | 3/18/2022 | |
3.1.0-rc.6 | 215 | 3/17/2022 | |
3.1.0-rc.5 | 212 | 3/16/2022 | |
3.1.0-rc.4 | 205 | 3/16/2022 | |
3.1.0-rc.3 | 222 | 3/16/2022 | |
3.1.0-rc.2 | 211 | 3/16/2022 | |
3.1.0-rc.1 | 218 | 3/15/2022 | |
3.0.3 | 2,445 | 12/27/2021 | |
3.0.2 | 922 | 12/18/2021 | |
3.0.1 | 1,362 | 12/14/2021 | |
3.0.0 | 1,341 | 12/13/2021 | |
2.1.0 | 1,166 | 12/3/2021 | |
2.0.3 | 1,110 | 11/21/2021 | |
2.0.2 | 789 | 11/18/2021 | |
2.0.1 | 757 | 11/18/2021 | |
2.0.0 | 1,418 | 11/8/2021 | |
2.0.0-rc.4 | 392 | 11/5/2021 | |
2.0.0-rc.3 | 376 | 11/2/2021 | |
2.0.0-rc.2 | 393 | 10/12/2021 | |
2.0.0-rc.1 | 383 | 10/7/2021 | |
1.1.0-preview.3 | 381 | 10/6/2021 | |
1.1.0-preview.2 | 419 | 9/15/2021 | |
1.1.0-preview | 867 | 8/23/2021 | |
1.0.5 | 1,248 | 5/21/2021 | |
1.0.4 | 997 | 5/19/2021 | |
1.0.3.1 | 1,947 | 5/10/2021 | |
1.0.2 | 1,808 | 3/14/2021 | |
1.0.1 | 1,020 | 3/14/2021 | |
1.0.0.1 | 1,018 | 3/10/2021 | |
1.0.0 | 990 | 3/10/2021 |
[UPD] Dependencies