PulseRPC.Infrastructure 1.1.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package PulseRPC.Infrastructure --version 1.1.8
                    
NuGet\Install-Package PulseRPC.Infrastructure -Version 1.1.8
                    
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" Version="1.1.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PulseRPC.Infrastructure" Version="1.1.8" />
                    
Directory.Packages.props
<PackageReference Include="PulseRPC.Infrastructure" />
                    
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 PulseRPC.Infrastructure --version 1.1.8
                    
#r "nuget: PulseRPC.Infrastructure, 1.1.8"
                    
#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@1.1.8
                    
#: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&version=1.1.8
                    
Install as a Cake Addin
#tool nuget:?package=PulseRPC.Infrastructure&version=1.1.8
                    
Install as a Cake Tool

PulseRPC 集群服务发现共享基础设施:IDiscoveryProvider 抽象 + DiscoveryClusterMembership(同时实现 IClusterMembership 与 INodeEndpointResolver 的注册/监听/变更检测),供 Consul/Etcd/Kubernetes 等后端复用(§P8)。

Product 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.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on PulseRPC.Infrastructure:

Package Downloads
PulseRPC.Infrastructure.Consul

Consul-backed service discovery for PulseRPC clustering(IDiscoveryProvider over Consul agent:服务注册 + TCP 健康检查 + 阻塞查询 watch),§P8。

PulseRPC.Infrastructure.Kubernetes

Kubernetes-backed service discovery for PulseRPC clustering(IDiscoveryProvider over K8s API:按 label 列举/监听 Pod,Pod 即成员),§P8。

PulseRPC.Infrastructure.Etcd

etcd-backed service discovery for PulseRPC clustering(IDiscoveryProvider over etcd:租约 + keepalive 自注册 + 前缀 watch),§P8。

GitHub repositories

This package is not used by any popular GitHub repositories.