PulseRPC.Client
1.1.10
.NET 10.0
This package targets .NET 10.0. The package is compatible with this framework or higher.
.NET Standard 2.1
This package targets .NET Standard 2.1. The package is compatible with this framework or higher.
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.Client --version 1.1.10
NuGet\Install-Package PulseRPC.Client -Version 1.1.10
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.Client" Version="1.1.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PulseRPC.Client" Version="1.1.10" />
<PackageReference Include="PulseRPC.Client" />
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.Client --version 1.1.10
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PulseRPC.Client, 1.1.10"
#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.Client@1.1.10
#: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.Client&version=1.1.10
#tool nuget:?package=PulseRPC.Client&version=1.1.10
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,无需另外安装生成器包。
唯一快速开始
完整、可运行并由 CI 端到端验证的黄金路径是三项目 HelloRPC:
HelloRPC 包含共享 Contracts、Server 和 Client,执行一次真实 TCP RPC 并校验返回值 Hello, PulseRPC!。
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- MemoryPack (>= 1.21.4)
- MemoryPack.Core (>= 1.21.4)
- Microsoft.Bcl.AsyncInterfaces (>= 9.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Options (>= 7.0.0)
- PulseRPC.Abstractions (>= 1.1.10)
- PulseRPC.Shared (>= 1.1.10)
- System.CodeDom (>= 9.0.0)
- System.Collections.Immutable (>= 9.0.0)
- System.Diagnostics.DiagnosticSource (>= 9.0.0)
- System.IO.Pipelines (>= 9.0.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Text.Json (>= 9.0.0)
- System.Threading.Channels (>= 9.0.0)
-
net10.0
- MemoryPack (>= 1.21.4)
- MemoryPack.Core (>= 1.21.4)
- Microsoft.Extensions.Configuration (>= 9.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.0)
- Microsoft.Extensions.DependencyInjection (>= 9.0.4)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.4)
- Microsoft.Extensions.Logging (>= 9.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Logging.Console (>= 9.0.0)
- Microsoft.Extensions.Options (>= 9.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 9.0.0)
- PulseRPC.Abstractions (>= 1.1.10)
- PulseRPC.Shared (>= 1.1.10)
- 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.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.1.12 | 55 | 7/16/2026 |
| 1.1.10 | 81 | 7/14/2026 |
| 1.1.9 | 103 | 7/12/2026 |
| 1.1.8 | 89 | 7/11/2026 |
| 1.1.7 | 97 | 7/11/2026 |
| 1.1.6 | 115 | 7/5/2026 |
| 1.1.5 | 108 | 7/5/2026 |
| 1.1.2 | 102 | 7/4/2026 |
| 1.0.33 | 232 | 1/23/2026 |
| 1.0.32 | 130 | 1/13/2026 |
| 1.0.30 | 127 | 1/10/2026 |
| 1.0.28 | 146 | 1/5/2026 |
| 1.0.26 | 136 | 1/4/2026 |
| 1.0.25 | 147 | 12/31/2025 |
| 1.0.24 | 136 | 12/28/2025 |
| 1.0.23 | 145 | 12/27/2025 |
| 1.0.22 | 163 | 12/26/2025 |
| 1.0.21 | 208 | 12/25/2025 |
| 1.0.20 | 214 | 12/24/2025 |
| 1.0.18 | 208 | 12/19/2025 |
Loading failed