TypeShape 10.0.0
dotnet add package TypeShape --version 10.0.0
NuGet\Install-Package TypeShape -Version 10.0.0
<PackageReference Include="TypeShape" Version="10.0.0" />
paket add TypeShape --version 10.0.0
#r "nuget: TypeShape, 10.0.0"
// Install TypeShape as a Cake Addin
#addin nuget:?package=TypeShape&version=10.0.0
// Install TypeShape as a Cake Tool
#tool nuget:?package=TypeShape&version=10.0.0
Practical Generic Programming for F#
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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 3.1
- FSharp.Core (>= 4.5.4)
-
.NETStandard 2.0
- FSharp.Core (>= 4.5.4)
- System.Reflection.Emit.LightWeight (>= 4.7.0)
NuGet packages (14)
Showing the top 5 NuGet packages that depend on TypeShape:
Package | Downloads |
---|---|
FsConfig
F# Libary for managing configuration data from environment variables and application config in a type-safe way |
|
FsCodec.Box
Extensible F# Event Codec for System.Text.Json and Newtonsoft.Json with versioning tolerant converters for Discriminated Unions |
|
LiteDB.FSharp
Advanced F# Support for LiteDB (v4.x) with query construction through quotation expressions |
|
Hedgehog.Experimental
Hedgehog with batteries included: Auto-generators, extra combinators, and more. |
|
Diffract
Display a readable diff between two objects |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
10.0.0 | 92,002 | 10/23/2021 |
10.0.0-rc1 | 144 | 9/27/2021 |
10.0.0-alpha1 | 153 | 9/15/2021 |
9.0.0 | 121,786 | 11/10/2020 |
8.0.1 | 97,369 | 11/2/2019 |
8.0.0 | 126,343 | 10/8/2019 |
7.1.0 | 20,406 | 6/30/2019 |
7.0.0 | 10,615 | 5/31/2019 |
6.1.2 | 5,044 | 2/16/2019 |
6.1.1 | 709 | 2/14/2019 |
6.1.0 | 700 | 2/14/2019 |
6.0.1 | 5,379 | 1/3/2019 |
6.0.0 | 3,311 | 10/19/2018 |
5.1.0 | 22,146 | 5/1/2018 |
4.0.0 | 4,547 | 1/30/2018 |
3.1.1 | 1,495 | 12/26/2017 |
3.1.0 | 965 | 12/25/2017 |
3.0.0 | 967 | 12/25/2017 |
2.20.0 | 928 | 11/17/2017 |
2.19.0 | 1,017 | 9/16/2017 |
2.18.0 | 887 | 9/16/2017 |
2.17.0 | 877 | 9/6/2017 |
2.16.0 | 1,130 | 6/11/2017 |
2.15.0 | 928 | 4/25/2017 |
2.14.0 | 900 | 4/25/2017 |
2.13.0 | 1,042 | 2/27/2017 |
2.12.0 | 947 | 1/24/2017 |
2.11.0 | 915 | 1/23/2017 |
2.10.0 | 909 | 1/18/2017 |
2.9.0 | 929 | 1/16/2017 |
2.8.0 | 956 | 1/10/2017 |
2.7.0 | 938 | 1/8/2017 |
2.6.0 | 1,035 | 1/8/2017 |
2.5.0 | 928 | 1/5/2017 |
2.4.0 | 915 | 1/5/2017 |
2.3.0 | 925 | 1/3/2017 |
2.1.0 | 963 | 1/2/2017 |
2.0.0 | 911 | 1/2/2017 |
1.2.0 | 1,021 | 11/9/2016 |
1.1.0 | 1,271 | 9/20/2016 |
1.0.0 | 1,134 | 8/26/2016 |
Revert to using Reflection.Emit when generating member accessors.
Add ShapeMember.GetByRef and SetByRef methods for updating objects by reference.
Apply performance optimizations to all bundled generic programs.