Tiger.Types
5.0.0
A collection of useful types and operations on types.
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
Release Notes
➟ 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.
Dependencies
-
.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)
Used By
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 History
Version | Downloads | Last updated |
---|---|---|
5.0.0 | 25,643 | 5/8/2018 |
5.0.0-preview1 | 350 | 5/7/2018 |
4.0.0 | 13,186 | 3/6/2018 |