Closed TheDevelolper closed 2 months ago
Okay literally just after writing this I discovered it's an issue with .NET Aspire specifically.
I solved it by downgrading a package: Microsoft.Extensions.Http.Resilience
to version 8.0.0
and it worked.
Hey, when using MediatR with Aspire I seem to get this issue (it works perfectly fine without it though).
I'm registering like so:
This was working just fine before I started using .NET Aspire do you know if there are any compatibility issues?