Results 2 issues of Mike Kuenzi

I see there is a _disposeValidation method, which works great for me to clean up memory. I guess there is just a hesitation for me to use it as it...

Hi, I noticed when looking through the code that NativeSender.cs relies on WebRequest.Create to make it's Http requests. Microsoft recommends you switch this to use HttpClient: https://learn.microsoft.com/en-us/dotnet/api/system.net.webrequest.create?view=net-7.0#system-net-webrequest-create(system-string) It would be...