SyncState.Abstractions
0.1.1
dotnet add package SyncState.Abstractions --version 0.1.1
NuGet\Install-Package SyncState.Abstractions -Version 0.1.1
<PackageReference Include="SyncState.Abstractions" Version="0.1.1" />
<PackageVersion Include="SyncState.Abstractions" Version="0.1.1" />
<PackageReference Include="SyncState.Abstractions" />
paket add SyncState.Abstractions --version 0.1.1
#r "nuget: SyncState.Abstractions, 0.1.1"
#:package SyncState.Abstractions@0.1.1
#addin nuget:?package=SyncState.Abstractions&version=0.1.1
#tool nuget:?package=SyncState.Abstractions&version=0.1.1
Syncstate
Syncstate is an Asp.Net library for defining global state and synchronizing it across clients in real-time.
Using fluent-builder syntax, you can define your state states, their properties,
how and when they are gathered from your application, and finally how you want to propagate them to your clients.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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 was computed. 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 was computed. 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. |
-
net8.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SyncState.Abstractions:
| Package | Downloads |
|---|---|
|
SyncState.Core
Core implementation of SyncState - a real-time state management library for .NET. Provides fluent configuration API, property and collection management, event streaming, and command handling for building reactive applications with synchronized state. |
GitHub repositories
This package is not used by any popular GitHub repositories.