PulseRPC.Infrastructure.Etcd
1.1.16
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package PulseRPC.Infrastructure.Etcd --version 1.1.16
NuGet\Install-Package PulseRPC.Infrastructure.Etcd -Version 1.1.16
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="PulseRPC.Infrastructure.Etcd" Version="1.1.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PulseRPC.Infrastructure.Etcd" Version="1.1.16" />
<PackageReference Include="PulseRPC.Infrastructure.Etcd" />
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 PulseRPC.Infrastructure.Etcd --version 1.1.16
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PulseRPC.Infrastructure.Etcd, 1.1.16"
#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 PulseRPC.Infrastructure.Etcd@1.1.16
#: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=PulseRPC.Infrastructure.Etcd&version=1.1.16
#tool nuget:?package=PulseRPC.Infrastructure.Etcd&version=1.1.16
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
PulseRPC
PulseRPC 是面向现代 .NET 与 Unity 的 TCP/KCP RPC 框架。
安装
按项目角色安装运行时包:
# 共享契约项目
dotnet add package PulseRPC.Abstractions
# 服务端项目
dotnet add package PulseRPC.Server
# 客户端项目
dotnet add package PulseRPC.Client
PulseRPC.Server 和 PulseRPC.Client 已携带各自的 Source Generator,无需另外安装生成器包。
通过 NuGetForUnity 安装 PulseRPC.Client 时,最低要求为 Unity 2022.3.12f1 / Roslyn 4.3;包内使用不依赖 IDE Workspaces/MEF 的 netstandard2.0 生成器构建。
唯一快速开始
完整、可运行并由 CI 端到端验证的黄金路径是三项目 HelloRPC:
HelloRPC 包含共享 Contracts、Server 和 Client,执行一次真实 TCP RPC 并校验返回值 Hello, PulseRPC!。
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- dotnet-etcd (>= 8.0.1)
- Google.Protobuf (>= 3.30.2)
- MemoryPack (>= 1.21.4)
- MemoryPack.Core (>= 1.21.4)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0)
- Microsoft.Extensions.DependencyInjection (>= 9.0.4)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.4)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Options (>= 9.0.0)
- PulseRPC.Infrastructure (>= 1.1.16)
- System.CodeDom (>= 9.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.