OpStream.Constants 1.0.0

dotnet add package OpStream.Constants --version 1.0.0
                    
NuGet\Install-Package OpStream.Constants -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OpStream.Constants" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OpStream.Constants" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="OpStream.Constants" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OpStream.Constants --version 1.0.0
                    
#r "nuget: OpStream.Constants, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package OpStream.Constants@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OpStream.Constants&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=OpStream.Constants&version=1.0.0
                    
Install as a Cake Tool

Package Description

Product Compatible and additional computed target framework versions.
.NET 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0

    • No dependencies.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on OpStream.Constants:

Package Downloads
OpStream.Server

Core OpStream server engine. Provides OT and CRDT convergence algorithms (TextOT, RichText, JSON CRDT, List CRDT, Table, Tree, Form), document session management, consistent-hash document routing, awareness/presence, undo/redo, and snapshot policies. All subsystems are interface-driven and DI-friendly.

OpStream.Server.Transports.WebSockets

Raw WebSocket server transport for OpStream. Exposes the OpStream session engine as an ASP.NET Core WebSocket middleware with no additional protocol overhead. Best for scenarios requiring maximum control over the wire format.

OpStream.Client.Transports.gRPC

gRPC client transport for OpStream. Implements IOpStreamClient over a bidirectional gRPC stream for low-latency, multiplexed real-time collaboration. Requires OpStream.Server.Transports.gRPC on the server side.

OpStream.Client.Transports.WebSockets

Raw WebSocket client transport for OpStream. Implements IOpStreamClient over a plain WebSocket connection for maximum portability with minimal dependencies. Requires OpStream.Server.Transports.WebSockets on the server side.

OpStream.Client.Transports.SignalR

SignalR client transport for OpStream. Implements IOpStreamClient over ASP.NET Core SignalR for browser-friendly, fallback-capable real-time collaboration. Requires OpStream.Server.Transports.SignalR on the server side.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 239 5/28/2026
1.0.0-ci.20 72 5/30/2026
1.0.0-ci.19 73 5/30/2026
1.0.0-ci.18 73 5/30/2026
1.0.0-ci.17 92 5/30/2026
1.0.0-ci.15 72 5/30/2026
1.0.0-ci.13 82 5/30/2026
1.0.0-ci.11 96 5/30/2026
1.0.0-ci.10 85 5/30/2026