![]() |
VOOZH | about |
dotnet add package FAkka.FCell2 --version 10.1.300
NuGet\Install-Package FAkka.FCell2 -Version 10.1.300
<PackageReference Include="FAkka.FCell2" Version="10.1.300" />
<PackageVersion Include="FAkka.FCell2" Version="10.1.300" />Directory.Packages.props
<PackageReference Include="FAkka.FCell2" />Project file
paket add FAkka.FCell2 --version 10.1.300
#r "nuget: FAkka.FCell2, 10.1.300"
#:package FAkka.FCell2@10.1.300
#addin nuget:?package=FAkka.FCell2&version=10.1.300Install as a Cake Addin
#tool nuget:?package=FAkka.FCell2&version=10.1.300Install as a Cake Tool
Standalone fCell2<'T> key/value cell model extracted from fstring/PB2.fsx.
The original [<ProtoBuf.ProtoContract>] attribute is preserved on PersistedConcurrentSortedList.Type.fCell2<'T>.
#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
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" ] ])
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 | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on FAkka.FCell2:
| Package | Downloads |
|---|---|
|
PersistedConcurrentSortedList
SortedList with persistency and threadsafty. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.1.300 | 168 | 6/7/2026 |