Fable.Remoting.MsgPack
1.18.0
dotnet add package Fable.Remoting.MsgPack --version 1.18.0
NuGet\Install-Package Fable.Remoting.MsgPack -Version 1.18.0
<PackageReference Include="Fable.Remoting.MsgPack" Version="1.18.0" />
paket add Fable.Remoting.MsgPack --version 1.18.0
#r "nuget: Fable.Remoting.MsgPack, 1.18.0"
// Install Fable.Remoting.MsgPack as a Cake Addin
#addin nuget:?package=Fable.Remoting.MsgPack&version=1.18.0
// Install Fable.Remoting.MsgPack as a Cake Tool
#tool nuget:?package=Fable.Remoting.MsgPack&version=1.18.0
MsgPack protocol and data format implementation for Fable.Remoting
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.7.2)
-
.NETFramework 4.6.2
- FSharp.Core (>= 4.7.2)
-
.NETStandard 2.0
- FSharp.Core (>= 4.7.2)
-
net6.0
- FSharp.Core (>= 4.7.2)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Fable.Remoting.MsgPack:
Package | Downloads |
---|---|
Fable.Remoting.Client
Proxy generation for client Fable apps targeting F# server-side apps using Fable.Remoting |
|
Fable.Remoting.Server
Shared Server Utilities for Fable.Remoting |
|
Fable.Remoting.DotnetClient
Dotnet F# client proxy that is compatible with Fable.Remoting web servers |
|
Fable.SignalR
A type-safe functional wrapper for SignalR and Fable |
|
Fable.SignalR.AspNetCore
A type-safe functional wrapper for SignalR and ASP.NET Core and Giraffe |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.18.0 | 15,834 | 8/3/2022 |
1.17.0 | 1,028 | 8/3/2022 |
1.16.0 | 26,950 | 2/5/2022 |
1.15.0 | 4,258 | 12/16/2021 |
1.14.0 | 3,486 | 12/7/2021 |
1.13.0 | 40,053 | 6/14/2021 |
1.12.0 | 1,222 | 6/12/2021 |
1.11.0 | 1,652 | 6/3/2021 |
1.10.0 | 854 | 6/3/2021 |
1.9.0 | 10,525 | 4/4/2021 |
1.8.0 | 4,541 | 3/13/2021 |
1.7.0 | 11,252 | 12/13/2020 |
1.6.2 | 14,586 | 11/15/2020 |
1.6.1 | 4,499 | 10/23/2020 |
1.6.0 | 3,035 | 10/13/2020 |
1.5.0 | 9,462 | 9/24/2020 |
1.4.0 | 14,024 | 7/25/2020 |
1.3.0 | 1,002 | 7/21/2020 |
1.2.1 | 1,076 | 7/16/2020 |
1.2.0 | 516 | 7/15/2020 |
1.1.0 | 5,980 | 7/5/2020 |
1.0.1 | 615 | 7/4/2020 |
1.0.0 | 11,304 | 7/4/2020 |
Improved performance #294 and includes workaround for upstream stackalloc codegen bug #305