Universal.Operative.Sdk.Local
2.1.0
dotnet add package Universal.Operative.Sdk.Local --version 2.1.0
NuGet\Install-Package Universal.Operative.Sdk.Local -Version 2.1.0
<PackageReference Include="Universal.Operative.Sdk.Local" Version="2.1.0" />
<PackageVersion Include="Universal.Operative.Sdk.Local" Version="2.1.0" />
<PackageReference Include="Universal.Operative.Sdk.Local" />
paket add Universal.Operative.Sdk.Local --version 2.1.0
#r "nuget: Universal.Operative.Sdk.Local, 2.1.0"
#:package Universal.Operative.Sdk.Local@2.1.0
#addin nuget:?package=Universal.Operative.Sdk.Local&version=2.1.0
#tool nuget:?package=Universal.Operative.Sdk.Local&version=2.1.0
Universal.Operative.Sdk.Local
Hosts a Universal Operative over the local standard-stream protocol.
Get started
<PackageReference Include="Universal.Operative.Sdk.Local" Version="2.1.0" />
Call StdioOperativeHost.RunAsync from the application's entry point.
The host uses FileSystemSessionStore by default. Set
LocalOperativeHostOptions.CreateSessionStore to supply a database, remote-service,
or other ISessionStore per connection without changing the stdio protocol.
| 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 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. |
-
net10.0
- Universal.Operative.Sdk (>= 6.1.2)
- Universal.Operative.Sdk.Discrete (>= 3.1.0)
-
net8.0
- Universal.Operative.Sdk (>= 6.1.2)
- Universal.Operative.Sdk.Discrete (>= 3.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Uses the shared Discrete Session abstractions, supports caller-provided stores, and preserves existing local session files and protocol behavior.