Tiger.Types
5.0.0
Install-Package Tiger.Types -Version 5.0.0
dotnet add package Tiger.Types --version 5.0.0
<PackageReference Include="Tiger.Types" Version="5.0.0" />
paket add Tiger.Types --version 5.0.0
#r "nuget: Tiger.Types, 5.0.0"
// Install Tiger.Types as a Cake Addin
#addin nuget:?package=Tiger.Types&version=5.0.0
// Install Tiger.Types as a Cake Tool
#tool nuget:?package=Tiger.Types&version=5.0.0
A collection of useful types and operations on types.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
- System.Collections.Immutable (>= 1.4.0)
- System.ComponentModel.TypeConverter (>= 4.3.0)
- System.Diagnostics.Contracts (>= 4.3.0)
- System.ValueTuple (>= 4.4.0)
-
.NETStandard 2.0
- System.Collections.Immutable (>= 1.4.0)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Tiger.Types:
Package | Downloads |
---|---|
Tiger.Hal
A transformer for ASP.NET Core to produce HAL+JSON responses. |
|
Tiger.ErrorTypes
A collection of useful types and operations specialized for errors. |
|
Tiger.ContinuationToken
A model binder for encoded application continuation tokens. |
|
Tiger.xUnit.Source
A collection of xUnit.net assertions, tailored for Tiger libraries. (As source.) |
|
Tiger.xUnit
A collection of xUnit.net assertions, tailored for Tiger libraries. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.0.0 | 44,628 | 5/8/2018 |
5.0.0-preview1 | 595 | 5/7/2018 |
4.0.0 | 14,601 | 3/6/2018 |
➟ Release 5.0.0
⁃ The library has been refactored completely, consuming much of the functionality of the deprecated Tiger.ErrorTypes.
⁃ See the wiki for migration details: https://github.com/Cimpress-MCP/Tiger-Types/wiki/Migration-to-5.0
⁃ The library now supports multiple target frameworks.
⁃ Relevant types have been marked as `readonly`, increasing performance in some scenarios.
⁃ Accordingly, many methods have been annotated with `in`.
⁃ The `Error` type has been promoted from Tiger.ErrorTypes.
⁃ The `Try<TErr, TOk>` type has arrived, providing the functionality of an optional either.