Ugo Lattanzi
Ugo Lattanzi
Great repo David. Any best practice about `ConfigureAwai(false)`? When is good to use it and when is not?ù Thanks
Should I convert the poolmanager to be async instead of sync? I mean ConnectAsync vs Connect. Because the connection is “cached" the method should use ValuteTask instead of Task https://devblogs.microsoft.com/dotnet/understanding-the-whys-whats-and-whens-of-valuetask/...
Some article: - https://redislabs.com/redis-best-practices/indexing-patterns/geospatial/ - https://www.infoworld.com/article/3128306/build-geospatial-apps-with-redis.html Code example - https://github.com/thepirat000/CachingFramework.Redis (good one)
Hi Steve, first of all thanks for this cool library. Right now the package has the following dependencies - Microsoft.AspNetCore.Http.Abstractions (>= 2.1.1) - Microsoft.Extensions.Http (>= 2.1.1) - Microsoft.Extensions.Logging.Abstractions (>= 2.1.1)...
Hi, as far as I understood, if I want to change the culture to use in order to retrieve the localized string I have to use the `WithCulture` extension method...
Hi, I'm having a strange problem with your library. Basically sometimes (it seems random) calling a search command I've the following error: ``` console debug: Getting users from LDAP node:...
Just added a method that allow to have the lowercase of the enum name. Not sure about the tests because my local built created weird trailing space that make unable...
Is there a way to force the deserialization process to be case insensitive? unfortunately I've a scenario where some endpoints are returning the same structure with a different case. The...
Is related about the issue #3
Any plan to upgrade the package to .net core?