We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65d967 commit a3a8022Copy full SHA for a3a8022
src/Nacos.Microsoft.Extensions.ServiceDiscovery/README.md
@@ -0,0 +1,17 @@
1
+# nacos-sdk-csharp.Extensions.ServiceDiscovery
2
+
3
+nacos-sdk-csharp.Extensions.ServiceDiscovery provides service registration and discovery With Microsoft.Extensions.ServiceDiscovery.
4
5
+```csharp
6
+builder.Services.AddServiceDiscovery(o =>
7
+{
8
+ o.RefreshPeriod = TimeSpan.FromSeconds(60);
9
+})
10
+.AddConfigurationServiceEndpointProvider()
11
+.AddNacosSrvServiceEndpointProvider();
12
+```
13
14
+## Links
15
16
+* [Documentation](https://nacos-sdk-csharp.readthedocs.io/en/latest/)
17
+* [nacos-sdk-csharp GitHub](https://github.com/nacos-group/nacos-sdk-csharp)
0 commit comments