Fork me on GitHub
摘要: https://github.com/dotnetcore/WebApiClient https://github.com/restsharp/RestSharp 阅读全文
posted @ 2020-02-24 11:17 Something_Diffrent 阅读(118) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// AOP 目标:use AspectCore ,在执行 HelloAsync 失败的时候自动执行 HelloFallBackAsync ,达到熔断降级 /// </summary> class Program { static void Main(string[] 阅读全文
posted @ 2020-02-24 10:57 Something_Diffrent 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 官方: https://github.com/App-vNext/Polly Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such 阅读全文
posted @ 2020-02-24 10:47 Something_Diffrent 阅读(170) 评论(0) 推荐(0) 编辑