Fable.Remoting.MsgPack
1.17.0
See the version list below for details.
dotnet add package Fable.Remoting.MsgPack --version 1.17.0
NuGet\Install-Package Fable.Remoting.MsgPack -Version 1.17.0
<PackageReference Include="Fable.Remoting.MsgPack" Version="1.17.0" />
paket add Fable.Remoting.MsgPack --version 1.17.0
#r "nuget: Fable.Remoting.MsgPack, 1.17.0"
// Install Fable.Remoting.MsgPack as a Cake Addin #addin nuget:?package=Fable.Remoting.MsgPack&version=1.17.0 // Install Fable.Remoting.MsgPack as a Cake Tool #tool nuget:?package=Fable.Remoting.MsgPack&version=1.17.0
MsgPack protocol and data format implementation for Fable.Remoting
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- FSharp.Core (>= 4.7.2 && < 4.8.0)
-
.NETFramework 4.6.2
- FSharp.Core (>= 4.7.2 && < 4.8.0)
-
.NETStandard 2.0
- FSharp.Core (>= 4.7.2 && < 4.8.0)
-
net6.0
- FSharp.Core (>= 4.7.2 && < 4.8.0)
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.AspNetCore
A type-safe functional wrapper for SignalR and ASP.NET Core and Giraffe |
|
Fable.SignalR
A type-safe functional wrapper for SignalR and Fable |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.24.0 | 28,441 | 1/20/2024 |
1.23.0 | 107 | 1/20/2024 |
1.22.0 | 111 | 1/20/2024 |
1.21.0 | 13,837 | 10/9/2023 |
1.20.0 | 994 | 10/9/2023 |
1.19.0 | 3,504 | 9/10/2023 |
1.18.0 | 65,947 | 8/3/2022 |
1.17.0 | 2,725 | 8/3/2022 |
1.16.0 | 45,492 | 2/5/2022 |
1.15.0 | 6,519 | 12/16/2021 |
1.14.0 | 5,633 | 12/7/2021 |
1.13.0 | 49,526 | 6/14/2021 |
1.12.0 | 2,738 | 6/12/2021 |
1.11.0 | 2,829 | 6/3/2021 |
1.10.0 | 2,019 | 6/3/2021 |
1.9.0 | 16,646 | 4/4/2021 |
1.8.0 | 6,629 | 3/13/2021 |
1.7.0 | 14,678 | 12/13/2020 |
1.6.2 | 21,285 | 11/15/2020 |
1.6.1 | 6,622 | 10/23/2020 |
1.6.0 | 8,015 | 10/13/2020 |
1.5.0 | 13,651 | 9/24/2020 |
1.4.0 | 19,634 | 7/25/2020 |
1.3.0 | 2,153 | 7/21/2020 |
1.2.1 | 2,217 | 7/16/2020 |
1.2.0 | 1,157 | 7/15/2020 |
1.1.0 | 7,170 | 7/5/2020 |
1.0.1 | 1,256 | 7/4/2020 |
1.0.0 | 17,271 | 7/4/2020 |
Improved performance #294 and includes workaround for upstream stackalloc codegen bug #305