Mathews Bryan

Results 6 issues of Mathews Bryan

I followed this guide to try and connect to an Always On availability group listener with no luck. https://learn.microsoft.com/en-us/azure-data-studio/enable-kerberos?tabs=mac I have been able to connect directly to any of the...

![image](https://github.com/user-attachments/assets/8161e9f9-85cf-4df6-8f42-6586c93cad75) ![image](https://github.com/user-attachments/assets/eb500ab8-54b7-4eac-850f-0c81bfb9a0e0) update to ImageSharp 3.x see: https://sixlabors.com/posts/announcing-imagesharp-300/

request
dependencies

![image](https://github.com/user-attachments/assets/7bec9f7e-7ab3-4f47-b06c-e2acabc2c522) ![image](https://github.com/user-attachments/assets/8a5e98ac-8e92-46f6-9c65-6b39f0adc7ac)

request
dependencies

The current implementation of DistributedCacheRateLimitStore uses Newtonsoft.Json for serialization and deserialization: [DistributedCacheRateLimitStore.cs](https://github.com/stefanprodan/AspNetCoreRateLimit/blob/master/src/AspNetCoreRateLimit/Store/DistributedCache/DistributedCacheRateLimitStore.cs) System.Text.Json is faster and more memory-efficient than Newtonsoft.Json and removes reliance on Newtonsoft.Json package, making the project more...

Migrate from Pathoschild.Http.Client.FluentClient to the native .NET HttpClientFactory pattern with resilience policies for .NET 8+ target frameworks Reasons: - HttpClientFactory provides better connection pooling and resource management - Native integration...

Please consider a .NET 10 target and refactor the internal locking to use [`System.Threading.Lock`](https://learn.microsoft.com/en-us/dotnet/api/system.threading.lock?view=net-9.0) primitive for improved performance. Thanks for considering and creating this!