deepgram-dotnet-sdk icon indicating copy to clipboard operation
deepgram-dotnet-sdk copied to clipboard

You should consider using the new package instead of Polly.Extensions.Http

Open ngoquoctoandev opened this issue 10 months ago • 0 comments

I found a reference to the Polly.Extensions.Http package in your project, and this version is outdated since 2019, no longer supported by Polly, while the alternative version Microsoft.Extensions.Http.Resilience is recommended. Also replace the Microsoft.Extensions.Http.Polly package with Microsoft.Extensions.Http.Resilience. So my suggestion is that you update all your packages to the latest version.

Oh, and you should also support .NET9

Thank you for creating the wonderful Deepgram.

ngoquoctoandev avatar Jan 09 '25 08:01 ngoquoctoandev