Catcher Wong

Results 15 issues of Catcher Wong

This repo will be archived due to it was moved to [nacos-group/nacos-sdk-csharp](https://github.com/nacos-group/nacos-sdk-csharp) now. If you have any issues or want to do some contribution for this project, try to do...

First of all, thanks sincerely for your interest in this project. We will try our best to keep EasyCaching better and keep growing the community. To attract more people to...

I have an intercept named `TestIntercept` and it implemented `AbstractInterceptorAttribute`. ```cs public class TestIntercept : AbstractInterceptorAttribute { public override Task Invoke(AspectContext context, AspectDelegate next) { Console.WriteLine("Interceptor effect"); return context.Invoke(next); }...

## 此 Issue 的目的 - 收集在生产上使用 **nacos-sdk-csharp** 的用户 - 聆听社区内一线开发和运维人员声音,完善 **nacos-sdk-csharp** - 吸引更多的人参与贡献 ## 我们期待您能提供 - 您所在公司、学校或组织 - 您所在的城市、国家 - 您的联系方式:微博、邮箱、微信 (至少一个) - 您将 **nacos-sdk-csharp** 用于哪些业务场景,需要哪些功能特性 您可以参考以下格式: - 组织:阿里巴巴 -...

Hi guys, After I use this project for some months , I have a questions here: Why not includes the static resources of the swagger-ui ? I find out that...

enhancement

After dtm v1.15.1, it support a new pattern named workflow, we should add support for this pattern. see https://en.dtm.pub/practice/workflow.html ------ 在 dtm v1.15.1 版本之后,支持了一种新模式 workflow,同样应该支持这种模式。 参考 https://dtm.pub/practice/workflow.html

enhancement
help wanted

## Describe what happened (or what feature you want) 参考 https://github.com/alibaba/nacos/blob/develop/client/src/main/java/com/alibaba/nacos/client/config/impl/ClientWorker.java#L1003 https://github.com/alibaba/nacos/blob/develop/client/src/main/java/com/alibaba/nacos/client/config/impl/Limiter.java

enhancement
help wanted
area/config

## Describe what happened (or what feature you want) 现阶段 Config 和 Naming 两个模块都维护了一份 ServerListManager,功能逻辑都差不多,考虑将他们融合,只保留一份。

enhancement
help wanted

## Describe what happened (or what feature you want) 完成 #231 后,新添加 aliyun RAM 的实现 参考 https://github.com/alibaba/nacos/blob/develop/client/src/main/java/com/alibaba/nacos/client/auth/ram/RamClientAuthServiceImpl.java

enhancement
help wanted
area/auth

## Describe what happened (or what feature you want) 对照下面的实现, 抽离Auth相关的逻辑,同时完成默认的用户名密码登陆逻辑,可以适配 nacos 服务端 Auth SPI 化。 https://github.com/alibaba/nacos/blob/develop/plugin/auth/src/main/java/com/alibaba/nacos/plugin/auth/spi/client/ClientAuthService.java https://github.com/alibaba/nacos/blob/develop/client/src/main/java/com/alibaba/nacos/client/auth/impl/NacosClientAuthServiceImpl.java

enhancement
help wanted
area/auth