nacos-sdk-csharp 1.3.4

.NET 5.0 .NET Standard 2.0
dotnet add package nacos-sdk-csharp --version 1.3.4
NuGet\Install-Package nacos-sdk-csharp -Version 1.3.4
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="nacos-sdk-csharp" Version="1.3.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add nacos-sdk-csharp --version 1.3.4
#r "nuget: nacos-sdk-csharp, 1.3.4"
#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.
// Install nacos-sdk-csharp as a Cake Addin
#addin nuget:?package=nacos-sdk-csharp&version=1.3.4

// Install nacos-sdk-csharp as a Cake Tool
#tool nuget:?package=nacos-sdk-csharp&version=1.3.4

nacos-sdk-csharp

nacos-sdk-csharp provides basic nacos operation.

// config
builder.Services.AddNacosV2Config(x =>
{
    x.ServerAddresses = new List<string> { "http://localhost:8848/" };
    x.Namespace = "cs";
    x.UserName = "nacos";
    x.Password = "nacos";
});

// naming
builder.Services.AddNacosV2Naming(x =>
{
    x.ServerAddresses = new List<string> { "http://localhost:8848/" };
    x.Namespace = "cs";
    x.UserName = "nacos";
    x.Password = "nacos";
});

// or 

builder.Services.AddNacosV2Config(builder.Configuration);

builder.Services.AddNacosV2Naming(builder.Configuration);
private readonly INacosConfigService _config;
private readonly INacosNamingService _naming;

public TheCtor(INacosConfigService config, INacosNamingService naming)
{
    _config = config;
    _naming = naming;
}
Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (32)

Showing the top 5 NuGet packages that depend on nacos-sdk-csharp:

Package Downloads
nacos-sdk-csharp.Extensions.Configuration

nacos csharp sdk

nacos-sdk-csharp.AspNetCore

nacos csharp sdk

nacos-sdk-csharp.YamlParser

nacos csharp sdk

NF.Core.Configuration

组件配置管理 .net6.0测试

nacos-sdk-csharp.IniParser

nacos csharp sdk

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on nacos-sdk-csharp:

Repository Stars
anjoy8/Blog.Core
💖 ASP.NET Core 6.0/7.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
liuhll/silky
The Silky framework is designed to help developers quickly build a microservice development framework through simple code and configuration under the .net platform.
guoming/Hummingbird
分布式锁,分布式ID,分布式消息队列、配置中心、注册中心、服务注册发现、超时、重试、熔断、负载均衡
luoyunchong/dotnetcore-examples
about learning DotNetCore via examples. DotNetCore 教程、技术栈示例代码,快速简单上手教程。
Version Downloads Last updated
1.3.4 32,924 8/10/2022
1.3.4-alpha20220810140416 82 8/10/2022
1.3.4-alpha20220703021644 147 7/3/2022
1.3.3 63,642 5/30/2022
1.3.3-alpha20220530150204 86 5/30/2022
1.3.3-alpha20220524112507 99 5/24/2022
1.3.3-alpha20220409013310 140 4/9/2022
1.3.2 11,207 3/14/2022
1.3.2-alpha20220314162517 85 3/14/2022
1.3.2-alpha20220212013938 282 2/12/2022
1.3.1 8,735 1/20/2022
1.3.1-alpha20220120001549 104 1/20/2022
1.3.1-alpha20211222140843 376 12/22/2021
1.3.0 25,664 12/9/2021
1.3.0-alpha20211209110539 140 12/9/2021
1.2.2 33,021 11/7/2021
1.2.2-alpha20211107074142 232 11/7/2021
1.2.1 43,680 10/7/2021
1.2.1-alpha20211007074044 214 10/7/2021
1.2.0 11,726 9/5/2021
1.2.0-alpha20210905041904 245 9/5/2021
1.1.1 12,781 8/9/2021
1.1.1-alpha20210808022803 285 8/8/2021
1.1.1-alpha20210725032610 361 7/25/2021
1.1.1-alpha20210624005926 250 6/24/2021
1.1.0 47,265 6/14/2021
1.1.0-alpha20210613164117 234 6/13/2021
1.1.0-alpha20210613140439 236 6/13/2021
1.1.0-alpha20210613070421 223 6/13/2021
1.1.0-alpha20210516053006 404 5/16/2021
1.1.0-alpha20210426120755 623 4/26/2021
1.0.3 9,529 4/18/2021
1.0.3-alpha20210418040558 331 4/18/2021
1.0.3-alpha20210417150732 329 4/17/2021
1.0.3-alpha20210323095902 598 3/23/2021
1.0.2 1,322 3/21/2021
1.0.2-alpha20210321062742 342 3/21/2021
1.0.1 660 3/20/2021
1.0.1-alpha20210320143137 319 3/20/2021
1.0.1-alpha20210302115432 313 3/2/2021
1.0.0 1,764 2/21/2021
1.0.0-alpha20210221080737 315 2/21/2021
0.8.5-alpha20210220120906 298 2/20/2021