Kyle McClellan
Kyle McClellan
See #1644. Using `AvroSerializer` as a proof of concept. We could do something similar for all the SERDES...
Some providers don't support pipelining multiple concurrent requests on the same connection but do support sending multiple commands using the new [System.Data.Common.DbBatch](https://docs.microsoft.com/en-us/dotnet/api/system.data.common.dbbatch). I have in mind `npgsql` (see [documentation](https://www.npgsql.org/doc/performance.html#batchingpipelining)). It...
From #388: > Exception.StackTrace is logged in Serilog and is not owned by our project. There are other Serilog packages that can allow you to omit it. If you'd like...
### Describe the feature If an exception type isn't recognized by this library, the fallback is to use the `ReflectionBasedDestructurer`. It's a common case to have custom exception types that...
I was getting an exception when decoding MPEG Version 2. Figured out it was because the frame lengths were being calculated incorrectly. I believe the issue is here (in `MpegFrame.cs`):...
**Describe the bug** I've been encountering compatibility issues between .NET WebAPI and Refit's streaming (i.e. non-buffered) protocol. After a lot of testing, I found that setting `Buffered = true` fixes...
I want to use the topic/partition/offset as the ES document ID while still capturing the Kafka message key for audit/search purposes. Unless I'm mistaken, there doesn't appear to be a...
The Microsoft [resilience documentation](https://learn.microsoft.com/en-us/dotnet/core/resilience) claims that `Microsoft.Extensions.Http.Polly` is superseded by `Microsoft.Extensions.Http.Resilience`. Is this true? Would be nice if there were a migration guide.
Polly V8
Is there a plan to migrate this library to work with version 8 of Polly?
The Microsoft [resilience documentation](https://learn.microsoft.com/en-us/dotnet/core/resilience) claims that `Microsoft.Extensions.Http.Polly` is superseded by `Microsoft.Extensions.Http.Resilience`. Is this true? Would be nice if there were a migration guide.