FAkka.FCell2
10.1.302
dotnet add package FAkka.FCell2 --version 10.1.302
NuGet\Install-Package FAkka.FCell2 -Version 10.1.302
<PackageReference Include="FAkka.FCell2" Version="10.1.302" />
<PackageVersion Include="FAkka.FCell2" Version="10.1.302" />
<PackageReference Include="FAkka.FCell2" />
paket add FAkka.FCell2 --version 10.1.302
#r "nuget: FAkka.FCell2, 10.1.302"
#:package FAkka.FCell2@10.1.302
#addin nuget:?package=FAkka.FCell2&version=10.1.302
#tool nuget:?package=FAkka.FCell2&version=10.1.302
FAkka.FCell2
Standalone fCell2<'T> key/value cell model extracted from fstring/PB2.fsx.
The original [<ProtoBuf.ProtoContract>] attribute is preserved on PersistedConcurrentSortedList.Type.fCell2<'T>.
FSI
#r "nuget: protobuf-net, 3.2.56"
#r @"G:\coldfar_py\sharftrade9\Libs5\KServer\FCell2\bin\net10.0\protobuf-net-fsharp.dll"
#r @"G:\coldfar_py\sharftrade9\Libs5\KServer\FCell2\bin\net10.0\FAkka.FCell2.dll"
open PersistedConcurrentSortedList.Type
let cell =
fCell2<string>.T(
Map.ofList
[ "topic", fCell2<string>.S "hello"
"score", fCell2<string>.D 9m ])
let bytes = FCell2Protobuf.toByteArray cell
let roundtrip = FCell2Protobuf.ofByteArray<string> bytes
Presentation
open FAkka.FCell2
open PersistedConcurrentSortedList.Type
let value: FCell2View<string, string, (string * string) list> =
FCell2View.TableView(
fCell2<string>.S "table-source",
fun _ -> [ [ "colA", "A1"; "colB", "B1" ] ])
Browser
Use FAkka.FCell2.WebSharper for browser-side WebSharper code. It compiles the same
FCell2.fs and FCell2Presentation.fs sources with the JS constant enabled.
The canonical .NET/protobuf package keeps D of decimal; the WebSharper package compiles
the JS branch where D is float.
open PersistedConcurrentSortedList.Type
open FAkka.FCell2
let tab = fCell2<string>.S "tab.chat"
let value =
fCell2<string>.T(
Map.ofList
[ "body", fCell2<string>.S "hello"
"score", fCell2<string>.D 12.34 ])
let keyText = FCell2Text.key tab
let valueText = value.toJsonString()
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. 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. |
-
.NETStandard 2.0
- FAkka.ProtoBuf.FSharp (>= 10.1.302)
- FSharp.Core (>= 10.1.302)
- protobuf-net (>= 3.2.56)
- protobuf-net.Core (>= 3.2.56)
-
net10.0
- FAkka.ProtoBuf.FSharp (>= 10.1.302)
- FSharp.Core (>= 10.1.302)
- protobuf-net (>= 3.2.56)
- protobuf-net.Core (>= 3.2.56)
-
net9.0
- FAkka.ProtoBuf.FSharp (>= 10.1.302)
- FSharp.Core (>= 10.1.302)
- protobuf-net (>= 3.2.56)
- protobuf-net.Core (>= 3.2.56)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on FAkka.FCell2:
| Package | Downloads |
|---|---|
|
PersistedConcurrentSortedList
SortedList with persistency and threadsafty. |
|
|
PulseTrade.Comm.Spa
Small Suave + WebSharper SPA shell for key-set based chat, participant, set, and actor views. |
|
|
PulseTrade.Comm.Spa.Dynamic
Dynamic SDUI and Actor extension for PulseTrade.Comm.Spa |
|
|
PulseTrade.Comm.GW
Durable facade package for Generic Gateway task-ticket, recovery, delivery, forwarding, and host adapter integration. |
|
|
PulseTrade.Comm.ResourceNode.TAResearch
Resource Node operation adapter for low-cognitive PTCS TAResearch fCell2 native actors. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.1.302 | 84 | 7/21/2026 |
| 10.1.301.3 | 146 | 7/3/2026 |
| 10.1.301.2 | 95 | 7/3/2026 |
| 10.1.301 | 2,054 | 6/20/2026 |
| 10.1.300 | 351 | 6/7/2026 |