Found 1,020 packages
Optional is a robust option/maybe type for C#.
Async extensions for Nils Lück's Optional library.
DEPRECATED: Optional.Extensions has been replaced by more specific packages. Check out Optional.Collections, Optional.Utilities etc. Extended functionality for Optional.
Various useful functionality for Optional.
Useful Optional extensions for working with collections.
Simple optional types with basic helpers
The official collection of get, insert, update and delete helpers for Dapper.net. Also handles lists of entities and optional "dirty" tracking of interface-based entities.
A library providing optional/Maybe functionality for .NET
A productive Optional library for .NET
Maybe/Optional monad implementation for C#. For more information see http://csharp-functional.readthedocs.io/en/latest/maybe-monad.html.
Provides classes that allow a compiler or tool to emit metadata and optionally generate a PE file on disk. The primary clients of these classes are script engines and compilers. Commonly Used Types: System.Reflection.Emit.AssemblyBuilder System.Reflection.Emit.FieldBuilder System.Reflection.Emit.TypeBuilder System.Reflection.Emit.MethodBuilder System.Reflection.Emit.ConstructorBuilder System.Reflection.Emit.GenericTypeParameterBuilder System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.PropertyBuilder System.Reflection.Emit.AssemblyBuilderAccess System.Reflection.Emit.EventBuilder When using NuGet 3.x this package requires at least version 3.4.
Lightweight and fast library written in C# for reading Microsoft Excel files (2.0-2007). Version 3.4 with the additional option to Leave the Stream Open
Optional values for C# to model omitted values (undefined in javascript) and it has a JsonConvertor to support omitted values in Json.
Similar to Nullable<>, but for reference types
Package Description
Refit based web api client management, but resilient (retry, connectivity, cache, auth, log, priority...)
Allows backwards compatibility for your JSON based APIs by differentiating between 'Null' and 'Not Supplied'. This is the core Optional<T> package.
Package Description
An AutoFixture customization that allows AutoFixture to create Optional specimens.
Async extensions for optional types