Ryan Chen
✅ What is C# Code Lowering?
1. Website: sharplab.io
2. ILSpy from Github: https://github.com/icsharpcode/ILSpy
10 replies
Question regarding multiple calls to AddHttpClient()
It's no problem, the AddHttpClient method will only add if it hasn't been added before.
You can see https://source.dot.net/#Microsoft.Extensions.Http/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs,72bc67c4aadb77fc
11 replies