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 | 21,964 | 8/3/2022 |
1.17.0 | 1,292 | 8/3/2022 |
1.16.0 | 30,414 | 2/5/2022 |
1.15.0 | 4,334 | 12/16/2021 |
1.14.0 | 3,664 | 12/7/2021 |
1.13.0 | 41,290 | 6/14/2021 |
1.12.0 | 1,232 | 6/12/2021 |
1.11.0 | 1,664 | 6/3/2021 |
1.10.0 | 864 | 6/3/2021 |
1.9.0 | 10,625 | 4/4/2021 |
1.8.0 | 4,567 | 3/13/2021 |
1.7.0 | 12,235 | 12/13/2020 |
1.6.2 | 15,918 | 11/15/2020 |
1.6.1 | 4,525 | 10/23/2020 |
1.6.0 | 3,044 | 10/13/2020 |
1.5.0 | 9,555 | 9/24/2020 |
1.4.0 | 14,033 | 7/25/2020 |
1.3.0 | 1,010 | 7/21/2020 |
1.2.1 | 1,083 | 7/16/2020 |
1.2.0 | 523 | 7/15/2020 |
1.1.0 | 5,987 | 7/5/2020 |
1.0.1 | 622 | 7/4/2020 |
1.0.0 | 11,750 | 7/4/2020 |
Improved performance #294 and includes workaround for upstream stackalloc codegen bug #305