AInq.Optional 1.1.0-preview

This is a prerelease version of AInq.Optional.
There is a newer version of this package available.
See the version list below for details.
dotnet add package AInq.Optional --version 1.1.0-preview
NuGet\Install-Package AInq.Optional -Version 1.1.0-preview
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="AInq.Optional" Version="1.1.0-preview" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AInq.Optional --version 1.1.0-preview
#r "nuget: AInq.Optional, 1.1.0-preview"
#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 AInq.Optional as a Cake Addin
#addin nuget:?package=AInq.Optional&version=1.1.0-preview&prerelease

// Install AInq.Optional as a Cake Tool
#tool nuget:?package=AInq.Optional&version=1.1.0-preview&prerelease

Simple optional types for .NET with basic helpers

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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 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. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.
  • .NETStandard 2.1

    • No dependencies.
  • net5.0

    • No dependencies.
  • net6.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.5.2 1,155 11/20/2023
3.5.1 587 11/17/2023
3.4.1 2,520 12/3/2022
3.4.0 1,438 11/14/2022
3.4.0-preview.2 189 10/13/2022
3.4.0-preview.1 121 10/2/2022
3.3.1 1,975 8/9/2022
3.3.0 2,401 5/11/2022
3.2.1 2,035 3/27/2022
3.2.0 1,979 3/23/2022
3.2.0-rc.2 121 3/23/2022
3.2.0-rc.1 132 3/19/2022
3.1.0 1,089 3/18/2022
3.1.0-rc.7 117 3/18/2022
3.1.0-rc.6 127 3/17/2022
3.1.0-rc.5 120 3/16/2022
3.1.0-rc.4 117 3/16/2022
3.1.0-rc.3 121 3/16/2022
3.1.0-rc.2 121 3/16/2022
3.1.0-rc.1 123 3/15/2022
3.0.3 2,265 12/27/2021
3.0.2 787 12/18/2021
3.0.1 1,183 12/14/2021
3.0.0 1,176 12/13/2021
2.1.0 1,020 12/3/2021
2.0.3 992 11/21/2021
2.0.2 676 11/18/2021
2.0.1 630 11/18/2021
2.0.0 1,264 11/8/2021
2.0.0-rc.4 226 11/5/2021
2.0.0-rc.3 218 11/2/2021
2.0.0-rc.2 236 10/12/2021
2.0.0-rc.1 217 10/7/2021
1.1.0-preview.3 221 10/6/2021
1.1.0-preview.2 248 9/15/2021
1.1.0-preview 668 8/23/2021
1.0.5 1,042 5/21/2021
1.0.4 801 5/19/2021
1.0.3.1 1,689 5/10/2021
1.0.2 1,582 3/14/2021
1.0.1 820 3/14/2021
1.0.0.1 824 3/10/2021
1.0.0 784 3/10/2021

[ADD] .NET 6.0 support